rentaiming
2024-07-08 8e6989e09a2cc4046fd6985b18f715f98f45e1c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
08:57:40.886 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
08:57:42.405 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0
08:57:43.279 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 421 ms to scan 1 urls, producing 3 keys and 6 values 
08:57:43.537 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 141 ms to scan 1 urls, producing 4 keys and 9 values 
08:57:43.626 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 76 ms to scan 1 urls, producing 3 keys and 10 values 
08:57:45.144 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 1511 ms to scan 292 urls, producing 0 keys and 0 values 
08:57:45.169 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 5 values 
08:57:45.209 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 33 ms to scan 1 urls, producing 1 keys and 7 values 
08:57:45.242 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 2 keys and 8 values 
08:57:45.864 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 615 ms to scan 292 urls, producing 0 keys and 0 values 
08:57:45.866 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
08:57:45.868 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1262477422
08:57:45.869 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/41633258
08:57:45.871 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
08:57:45.873 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
08:57:45.895 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:57:48.900 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718758668765_192.168.110.235_61888
08:57:48.902 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] Notify connected event to listeners.
08:57:48.902 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:57:48.903 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [bb0d9314-a6eb-4201-ae9c-4f2298d8f1cb_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1967118241
08:57:49.108 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
08:57:57.374 [main] INFO  i.s.s.b.a.SeataAutoConfiguration - [globalTransactionScanner,63] - Automatically configure Seata
08:57:57.469 [main] INFO  i.s.c.ConfigurationFactory - [load,69] - load Configuration from :Spring Configuration
08:57:57.486 [main] INFO  i.s.c.n.NacosConfiguration - [getConfigProperties,232] - Nacos check auth with userName/password.
08:57:57.667 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9e1e815d-058f-4b85-a98a-4662e99c449e_config-0
08:57:57.668 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
08:57:57.668 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1262477422
08:57:57.668 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/41633258
08:57:57.669 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
08:57:57.669 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
08:57:57.669 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:57:57.794 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718758677853_192.168.110.235_61997
08:57:57.794 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] Notify connected event to listeners.
08:57:57.794 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:57:57.795 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e1e815d-058f-4b85-a98a-4662e99c449e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1967118241
08:57:57.950 [main] INFO  i.s.s.a.GlobalTransactionScanner - [initClient,208] - Initializing Global Transaction Clients ... 
08:57:58.210 [main] INFO  i.s.c.r.n.NettyClientBootstrap - [start,147] - NettyClientBootstrap has started
08:57:58.418 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 37dad18d-85b4-4a43-9438-732da0db0b9c
08:57:58.419 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] RpcClient init label, labels = {module=naming, source=sdk}
08:57:58.421 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
08:57:58.421 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
08:57:58.422 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
08:57:58.423 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:57:58.544 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718758678609_192.168.110.235_62000
08:57:58.544 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] Notify connected event to listeners.
08:57:58.544 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:57:58.544 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1967118241
08:57:58.588 [main] INFO  i.s.c.r.n.NettyClientChannelManager - [acquireChannel,108] - will connect to 192.168.110.188:8091
08:57:58.865 [main] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,56] - NettyPool create channel to transactionRole:TMROLE,address:192.168.110.188:8091,msg:< RegisterTMRequest{applicationId='ruoyi-system', transactionServiceGroup='ruoyi-system-group'} >
08:57:59.153 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] Receive server push request, request = NotifySubscriberRequest, requestId = 12
08:57:59.162 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [37dad18d-85b4-4a43-9438-732da0db0b9c] Ack server push request, request = NotifySubscriberRequest, requestId = 12
08:57:59.510 [main] INFO  i.s.c.r.n.TmNettyRemotingClient - [onRegisterMsgSuccess,224] - register TM success. client version:1.5.2, server version:1.7.0,channel:[id: 0xf18e9e69, L:/192.168.110.235:62005 - R:/192.168.110.188:8091]
08:57:59.518 [main] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,81] - register success, cost 107 ms, version:1.7.0,role:TMROLE,channel:[id: 0xf18e9e69, L:/192.168.110.235:62005 - R:/192.168.110.188:8091]
08:57:59.519 [main] INFO  i.s.s.a.GlobalTransactionScanner - [initClient,222] - Transaction Manager Client is initialized. applicationId[ruoyi-system] txServiceGroup[ruoyi-system-group]
08:57:59.576 [main] INFO  i.s.r.d.AsyncWorker - [<init>,73] - Async Commit Buffer Limit: 10000
08:57:59.577 [main] INFO  i.s.r.d.x.ResourceManagerXA - [init,60] - ResourceManagerXA init ...
08:57:59.595 [main] INFO  i.s.c.r.n.NettyClientBootstrap - [start,147] - NettyClientBootstrap has started
08:57:59.596 [main] INFO  i.s.s.a.GlobalTransactionScanner - [initClient,227] - Resource Manager is initialized. applicationId[ruoyi-system] txServiceGroup[ruoyi-system-group]
08:57:59.596 [main] INFO  i.s.s.a.GlobalTransactionScanner - [initClient,231] - Global Transaction Clients are initialized. 
08:58:00.882 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
08:58:00.883 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:58:00.884 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
08:58:01.451 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:58:02.799 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
08:58:02.801 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
08:58:02.801 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
08:58:09.422 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
08:58:11.804 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
08:58:11.940 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
08:58:12.029 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
08:58:13.804 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4e9aac77-ce4b-42ce-b9b8-48784ce9b647
08:58:13.805 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] RpcClient init label, labels = {module=naming, source=sdk}
08:58:13.805 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
08:58:13.806 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
08:58:13.806 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
08:58:13.806 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:58:13.926 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718758693990_192.168.110.235_62348
08:58:13.926 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:58:13.926 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Notify connected event to listeners.
08:58:13.927 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1967118241
08:58:13.947 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
08:58:13.978 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
08:58:14.510 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Receive server push request, request = NotifySubscriberRequest, requestId = 15
08:58:14.514 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Ack server push request, request = NotifySubscriberRequest, requestId = 15
08:58:15.148 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 35.921 seconds (JVM running for 39.521)
08:58:15.166 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
08:58:15.178 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
08:58:15.183 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
08:58:15.416 [RMI TCP Connection(5)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
08:58:59.600 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyClientChannelManager - [acquireChannel,108] - will connect to 192.168.110.188:8091
08:58:59.602 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,56] - NettyPool create channel to transactionRole:RMROLE,address:192.168.110.188:8091,msg:< RegisterRMRequest{resourceIds='null', applicationId='ruoyi-system', transactionServiceGroup='ruoyi-system-group'} >
08:58:59.611 [timeoutChecker_2_1] INFO  i.s.c.r.n.RmNettyRemotingClient - [onRegisterMsgSuccess,177] - register RM success. client version:1.5.2, server version:1.7.0,channel:[id: 0x4ea54911, L:/192.168.110.235:62380 - R:/192.168.110.188:8091]
08:58:59.612 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,81] - register success, cost 7 ms, version:1.7.0,role:RMROLE,channel:[id: 0x4ea54911, L:/192.168.110.235:62380 - R:/192.168.110.188:8091]
09:04:55.185 [nacos-grpc-client-executor-91] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Receive server push request, request = NotifySubscriberRequest, requestId = 18
09:04:55.207 [nacos-grpc-client-executor-91] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4e9aac77-ce4b-42ce-b9b8-48784ce9b647] Ack server push request, request = NotifySubscriberRequest, requestId = 18
09:36:09.712 [container-1] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=oroer_automatic_cancel:-1803232769825394689
09:44:00.080 [container-2] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=oroer_automatic_cancel:-1803234740967919618
10:04:21.023 [container-3] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=oroer_automatic_cancel:-1803239864083701761
10:04:30.205 [container-4] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=oroer_automatic_cancel:-1803239902801321986
10:19:41.412 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
10:19:42.723 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0
10:19:42.830 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 67 ms to scan 1 urls, producing 3 keys and 6 values 
10:19:42.883 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 4 keys and 9 values 
10:19:42.906 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 3 keys and 10 values 
10:19:43.371 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 458 ms to scan 292 urls, producing 0 keys and 0 values 
10:19:43.385 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values 
10:19:43.413 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 1 keys and 7 values 
10:19:43.436 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 2 keys and 8 values 
10:19:43.813 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 370 ms to scan 292 urls, producing 0 keys and 0 values 
10:19:43.815 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:19:43.817 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1446238973
10:19:43.817 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1565614310
10:19:43.818 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:19:43.820 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:19:43.833 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:19:45.861 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718763585756_192.168.110.235_49586
10:19:45.863 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Notify connected event to listeners.
10:19:45.863 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:19:45.864 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2127123542
10:19:46.015 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
10:19:50.509 [main] INFO  i.s.s.b.a.SeataAutoConfiguration - [globalTransactionScanner,63] - Automatically configure Seata
10:19:50.630 [main] INFO  i.s.c.ConfigurationFactory - [load,69] - load Configuration from :Spring Configuration
10:19:50.644 [main] INFO  i.s.c.n.NacosConfiguration - [getConfigProperties,232] - Nacos check auth with userName/password.
10:19:50.823 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0
10:19:50.823 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:19:50.823 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1446238973
10:19:50.824 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1565614310
10:19:50.824 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:19:50.824 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:19:50.824 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:19:50.952 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718763591017_192.168.110.235_49595
10:19:50.952 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:19:50.952 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Notify connected event to listeners.
10:19:50.952 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2127123542
10:19:51.131 [main] INFO  i.s.s.a.GlobalTransactionScanner - [initClient,208] - Initializing Global Transaction Clients ... 
10:19:51.416 [main] INFO  i.s.c.r.n.NettyClientBootstrap - [start,147] - NettyClientBootstrap has started
10:19:51.607 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 346df59a-89a8-4209-b24c-14e1fc9732a9
10:19:51.607 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] RpcClient init label, labels = {module=naming, source=sdk}
10:19:51.610 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:19:51.610 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:19:51.611 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:19:51.612 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:19:52.182 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718763592258_192.168.110.235_49598
10:19:52.182 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Notify connected event to listeners.
10:19:52.182 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:19:52.182 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2127123542
10:19:52.222 [main] INFO  i.s.c.r.n.NettyClientChannelManager - [acquireChannel,108] - will connect to 192.168.110.188:8091
10:19:52.483 [main] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,56] - NettyPool create channel to transactionRole:TMROLE,address:192.168.110.188:8091,msg:< RegisterTMRequest{applicationId='ruoyi-system', transactionServiceGroup='ruoyi-system-group'} >
10:19:52.753 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Receive server push request, request = NotifySubscriberRequest, requestId = 111
10:19:52.762 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Ack server push request, request = NotifySubscriberRequest, requestId = 111
10:19:53.132 [main] INFO  i.s.c.r.n.TmNettyRemotingClient - [onRegisterMsgSuccess,224] - register TM success. client version:1.5.2, server version:1.7.0,channel:[id: 0x4b615073, L:/192.168.110.235:49601 - R:/192.168.110.188:8091]
10:19:53.140 [main] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,81] - register success, cost 95 ms, version:1.7.0,role:TMROLE,channel:[id: 0x4b615073, L:/192.168.110.235:49601 - R:/192.168.110.188:8091]
10:19:53.141 [main] INFO  i.s.s.a.GlobalTransactionScanner - [initClient,222] - Transaction Manager Client is initialized. applicationId[ruoyi-system] txServiceGroup[ruoyi-system-group]
10:19:53.192 [main] INFO  i.s.r.d.AsyncWorker - [<init>,73] - Async Commit Buffer Limit: 10000
10:19:53.193 [main] INFO  i.s.r.d.x.ResourceManagerXA - [init,60] - ResourceManagerXA init ...
10:19:53.208 [main] INFO  i.s.c.r.n.NettyClientBootstrap - [start,147] - NettyClientBootstrap has started
10:19:53.209 [main] INFO  i.s.s.a.GlobalTransactionScanner - [initClient,227] - Resource Manager is initialized. applicationId[ruoyi-system] txServiceGroup[ruoyi-system-group]
10:19:53.209 [main] INFO  i.s.s.a.GlobalTransactionScanner - [initClient,231] - Global Transaction Clients are initialized. 
10:19:54.491 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
10:19:54.492 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:19:54.492 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
10:19:55.031 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:19:55.745 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
10:19:55.747 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
10:19:55.747 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
10:20:01.407 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
10:20:03.851 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
10:20:03.991 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
10:20:04.056 [redisson-netty-5-18] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
10:20:05.647 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e5ea2b85-ce25-41f6-929f-0cfc160b13f9
10:20:05.648 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] RpcClient init label, labels = {module=naming, source=sdk}
10:20:05.648 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:20:05.649 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:20:05.649 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:20:05.649 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:20:05.789 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718763605840_192.168.110.235_49779
10:20:05.789 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Notify connected event to listeners.
10:20:05.789 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:20:05.790 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2127123542
10:20:05.815 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
10:20:05.854 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
10:20:06.347 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Receive server push request, request = NotifySubscriberRequest, requestId = 115
10:20:06.353 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Ack server push request, request = NotifySubscriberRequest, requestId = 115
10:20:07.210 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 26.934 seconds (JVM running for 29.458)
10:20:07.231 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
10:20:07.244 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
10:20:07.253 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
10:20:07.764 [RMI TCP Connection(5)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
10:20:53.214 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyClientChannelManager - [acquireChannel,108] - will connect to 192.168.110.188:8091
10:20:53.218 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,56] - NettyPool create channel to transactionRole:RMROLE,address:192.168.110.188:8091,msg:< RegisterRMRequest{resourceIds='null', applicationId='ruoyi-system', transactionServiceGroup='ruoyi-system-group'} >
10:20:53.227 [timeoutChecker_2_1] INFO  i.s.c.r.n.RmNettyRemotingClient - [onRegisterMsgSuccess,177] - register RM success. client version:1.5.2, server version:1.7.0,channel:[id: 0xc6fdec5d, L:/192.168.110.235:49918 - R:/192.168.110.188:8091]
10:20:53.227 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,81] - register success, cost 5 ms, version:1.7.0,role:RMROLE,channel:[id: 0xc6fdec5d, L:/192.168.110.235:49918 - R:/192.168.110.188:8091]
10:27:12.763 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Server healthy check fail, currentConnection = 1718763585756_192.168.110.235_49586
10:27:12.764 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
10:27:14.790 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Server healthy check fail, currentConnection = 1718763591017_192.168.110.235_49595
10:27:14.791 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
10:27:15.964 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Server healthy check fail, currentConnection = 1718763592258_192.168.110.235_49598
10:27:15.964 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Try to reconnect to a new server, server is  not appointed, will choose a random server.
10:27:18.769 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [userEventTriggered,450] - channel [id: 0xc6fdec5d, L:/192.168.110.235:49918 - R:/192.168.110.188:8091] read idle.
10:27:18.769 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [userEventTriggered,450] - channel [id: 0x4b615073, L:/192.168.110.235:49601 - R:/192.168.110.188:8091] read idle.
10:27:18.769 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [destroyObject,120] - will destroy channel:[id: 0xc6fdec5d, L:/192.168.110.235:49918 - R:/192.168.110.188:8091]
10:27:18.769 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [destroyObject,120] - will destroy channel:[id: 0x4b615073, L:/192.168.110.235:49601 - R:/192.168.110.188:8091]
10:27:18.769 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0xc6fdec5d, L:/192.168.110.235:49918 - R:/192.168.110.188:8091]) will closed
10:27:18.769 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0x4b615073, L:/192.168.110.235:49601 - R:/192.168.110.188:8091]) will closed
10:27:18.771 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]) will closed
10:27:18.771 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]) will closed
10:27:18.771 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.NettyClientChannelManager - [releaseChannel,133] - return to pool, rm channel:[id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]
10:27:18.772 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.NettyClientChannelManager - [releaseChannel,133] - return to pool, rm channel:[id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]
10:27:18.772 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [validateObject,133] - channel valid false,channel:[id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]
10:27:18.772 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [validateObject,133] - channel valid false,channel:[id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]
10:27:18.772 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [destroyObject,120] - will destroy channel:[id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]
10:27:18.772 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [destroyObject,120] - will destroy channel:[id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]
10:27:18.772 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]) will closed
10:27:18.772 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]) will closed
10:27:18.772 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]) will closed
10:27:18.772 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]) will closed
10:27:18.773 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [channelInactive,438] - channel inactive: [id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]
10:27:18.773 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [channelInactive,438] - channel inactive: [id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]
10:27:18.773 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [validateObject,133] - channel valid false,channel:[id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]
10:27:18.773 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [validateObject,133] - channel valid false,channel:[id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]
10:27:18.773 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [destroyObject,120] - will destroy channel:[id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]
10:27:18.773 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [destroyObject,120] - will destroy channel:[id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]
10:27:18.773 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]) will closed
10:27:18.773 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]) will closed
10:27:18.773 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0xc6fdec5d, L:/192.168.110.235:49918 ! R:/192.168.110.188:8091]) will closed
10:27:18.773 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0x4b615073, L:/192.168.110.235:49601 ! R:/192.168.110.188:8091]) will closed
10:27:18.896 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:19.577 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Server healthy check fail, currentConnection = 1718763605840_192.168.110.235_49779
10:27:19.577 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Try to reconnect to a new server, server is  not appointed, will choose a random server.
10:27:20.927 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:21.410 [timeoutChecker_1_1] INFO  i.s.c.r.n.NettyClientChannelManager - [acquireChannel,108] - will connect to 192.168.110.188:8091
10:27:21.410 [timeoutChecker_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,56] - NettyPool create channel to transactionRole:TMROLE,address:192.168.110.188:8091,msg:< RegisterTMRequest{applicationId='ruoyi-system', transactionServiceGroup='ruoyi-system-group'} >
10:27:22.095 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:22.111 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:23.216 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyClientChannelManager - [acquireChannel,108] - will connect to 192.168.110.188:8091
10:27:23.216 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,56] - NettyPool create channel to transactionRole:RMROLE,address:192.168.110.188:8091,msg:< RegisterRMRequest{resourceIds='null', applicationId='ruoyi-system', transactionServiceGroup='ruoyi-system-group'} >
10:27:24.139 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:25.300 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:25.425 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:25.709 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:27.450 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:28.622 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:28.838 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:28.930 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:30.869 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:31.416 [NettyClientSelector_TMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0x668a4ab4]) will closed
10:27:31.420 [timeoutChecker_1_1] INFO  i.s.c.r.n.NettyClientChannelManager - [acquireChannel,108] - will connect to 192.168.110.188:8091
10:27:31.420 [timeoutChecker_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,56] - NettyPool create channel to transactionRole:TMROLE,address:192.168.110.188:8091,msg:< RegisterTMRequest{applicationId='ruoyi-system', transactionServiceGroup='ruoyi-system-group'} >
10:27:32.040 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:32.257 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:32.369 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:33.231 [NettyClientSelector_RMROLE_1_1] INFO  i.s.c.r.n.AbstractNettyRemotingClient - [close,488] - ChannelHandlerContext(AbstractNettyRemotingClient$ClientHandler#0, [id: 0xe5195b37]) will closed
10:27:33.234 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyClientChannelManager - [acquireChannel,108] - will connect to 192.168.110.188:8091
10:27:33.234 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,56] - NettyPool create channel to transactionRole:RMROLE,address:192.168.110.188:8091,msg:< RegisterRMRequest{resourceIds='null', applicationId='ruoyi-system', transactionServiceGroup='ruoyi-system-group'} >
10:27:33.649 [timeoutChecker_1_1] INFO  i.s.c.r.n.TmNettyRemotingClient - [onRegisterMsgSuccess,224] - register TM success. client version:1.5.2, server version:1.7.0,channel:[id: 0xb3d7ce0e, L:/192.168.110.235:50397 - R:/192.168.110.188:8091]
10:27:33.649 [timeoutChecker_1_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,81] - register success, cost 1207 ms, version:1.7.0,role:TMROLE,channel:[id: 0xb3d7ce0e, L:/192.168.110.235:50397 - R:/192.168.110.188:8091]
10:27:34.374 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:35.563 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:35.686 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:35.980 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:37.854 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718764057904_192.168.110.235_50452
10:27:37.854 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718763585756_192.168.110.235_49586
10:27:37.855 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718763585756_192.168.110.235_49586
10:27:37.855 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Notify disconnected event to listeners
10:27:37.863 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b077b84f-e2f8-46fb-87da-8b4b4403476c_config-0] Notify connected event to listeners.
10:27:37.983 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:39.166 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:39.208 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
10:27:39.812 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718764059888_192.168.110.235_50480
10:27:39.812 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718763591017_192.168.110.235_49595
10:27:39.813 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718763591017_192.168.110.235_49595
10:27:39.813 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Notify disconnected event to listeners
10:27:39.821 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [dd4d18dd-ba0b-431b-a02f-5f0580ba8a8c_config-0] Notify connected event to listeners.
10:27:39.923 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Success to connect a server [192.168.110.235:8848], connectionId = 1718764060004_192.168.110.235_50497
10:27:39.924 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718763605840_192.168.110.235_49779
10:27:39.924 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718763605840_192.168.110.235_49779
10:27:39.925 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Notify disconnected event to listeners
10:27:39.946 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Notify connected event to listeners.
10:27:39.985 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Success to connect a server [192.168.110.235:8848], connectionId = 1718764060062_192.168.110.235_50499
10:27:39.986 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718763592258_192.168.110.235_49598
10:27:39.986 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718763592258_192.168.110.235_49598
10:27:39.986 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Notify disconnected event to listeners
10:27:39.995 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Notify connected event to listeners.
10:27:40.273 [timeoutChecker_2_1] INFO  i.s.c.r.n.RmNettyRemotingClient - [onRegisterMsgSuccess,177] - register RM success. client version:1.5.2, server version:1.7.0,channel:[id: 0x0b0ecb9f, L:/192.168.110.235:50412 - R:/192.168.110.188:8091]
10:27:40.274 [timeoutChecker_2_1] INFO  i.s.c.r.n.NettyPoolableFactory - [makeObject,81] - register success, cost 5 ms, version:1.7.0,role:RMROLE,channel:[id: 0x0b0ecb9f, L:/192.168.110.235:50412 - R:/192.168.110.188:8091]
10:27:40.578 [nacos-grpc-client-executor-108] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Receive server push request, request = NotifySubscriberRequest, requestId = 146
10:27:40.579 [nacos-grpc-client-executor-108] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Ack server push request, request = NotifySubscriberRequest, requestId = 146
10:27:41.001 [nacos-grpc-client-executor-110] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Receive server push request, request = NotifySubscriberRequest, requestId = 157
10:27:41.001 [nacos-grpc-client-executor-110] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [346df59a-89a8-4209-b24c-14e1fc9732a9] Ack server push request, request = NotifySubscriberRequest, requestId = 157
10:34:39.979 [container-1] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=oroer_automatic_cancel:-1803247492625096706
10:37:36.787 [nacos-grpc-client-executor-229] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Receive server push request, request = NotifySubscriberRequest, requestId = 175
10:37:36.796 [nacos-grpc-client-executor-229] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Ack server push request, request = NotifySubscriberRequest, requestId = 175
10:38:36.188 [nacos-grpc-client-executor-240] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Receive server push request, request = NotifySubscriberRequest, requestId = 181
10:38:36.198 [nacos-grpc-client-executor-240] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e5ea2b85-ce25-41f6-929f-0cfc160b13f9] Ack server push request, request = NotifySubscriberRequest, requestId = 181