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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
09:01:12.401 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:01:13.261 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 65a3f20f-ac8d-434f-afa2-2321cafca879_config-0
09:01:13.323 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 40 ms to scan 1 urls, producing 3 keys and 6 values 
09:01:13.357 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
09:01:13.372 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 3 keys and 10 values 
09:01:13.874 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 498 ms to scan 258 urls, producing 0 keys and 0 values 
09:01:13.890 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
09:01:13.912 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
09:01:13.927 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
09:01:14.230 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 298 ms to scan 258 urls, producing 0 keys and 0 values 
09:01:14.231 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:01:14.231 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1895479349
09:01:14.232 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/453671855
09:01:14.233 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:01:14.234 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:01:14.243 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:01:15.683 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717462875144_192.168.110.235_51825
09:01:15.685 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] Notify connected event to listeners.
09:01:15.686 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:01:15.688 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [65a3f20f-ac8d-434f-afa2-2321cafca879_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1416097444
09:01:15.809 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:01:19.714 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
09:01:19.714 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:01:19.714 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:01:20.146 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:01:20.832 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
09:01:20.833 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:01:20.833 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:01:23.754 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:01:26.013 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:01:26.381 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
09:01:26.432 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
09:01:27.557 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 0088e57b-1446-4a4a-9cfe-32fa89a94b2f
09:01:27.557 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] RpcClient init label, labels = {module=naming, source=sdk}
09:01:27.558 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:01:27.559 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:01:27.560 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:01:27.561 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:01:27.682 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717462887257_192.168.110.235_51922
09:01:27.682 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:01:27.682 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] Notify connected event to listeners.
09:01:27.682 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1416097444
09:01:27.719 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
09:01:27.747 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
09:01:28.249 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] Receive server push request, request = NotifySubscriberRequest, requestId = 4
09:01:28.256 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0088e57b-1446-4a4a-9cfe-32fa89a94b2f] Ack server push request, request = NotifySubscriberRequest, requestId = 4
09:01:28.526 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 17.342 seconds (JVM running for 19.302)
09:01:28.534 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
09:01:28.535 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
09:01:28.537 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
09:01:29.051 [RMI TCP Connection(1)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:39:55.902 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:39:57.232 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 7f448d95-5366-48ef-b312-070a50e89d60_config-0
09:39:57.312 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 46 ms to scan 1 urls, producing 3 keys and 6 values 
09:39:57.350 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 4 keys and 9 values 
09:39:57.375 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 3 keys and 10 values 
09:39:57.966 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 585 ms to scan 260 urls, producing 0 keys and 0 values 
09:39:57.989 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 5 values 
09:39:58.014 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 1 keys and 7 values 
09:39:58.043 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 2 keys and 8 values 
09:39:58.667 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 618 ms to scan 260 urls, producing 0 keys and 0 values 
09:39:58.669 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:39:58.670 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1397333381
09:39:58.671 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/820878444
09:39:58.673 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:39:58.675 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:39:58.693 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:40:01.041 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717465200392_192.168.110.235_54982
09:40:01.042 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] Notify connected event to listeners.
09:40:01.043 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:40:01.044 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7f448d95-5366-48ef-b312-070a50e89d60_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1991386317
09:40:01.195 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:40:06.108 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
09:40:06.109 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:40:06.109 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:40:06.587 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:40:07.410 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
09:40:07.412 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:40:07.412 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:40:12.095 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:40:15.100 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:40:15.630 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
09:40:15.729 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
09:40:17.434 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 271a1abc-b6e7-43f6-b78e-085d21fc3b10
09:40:17.434 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] RpcClient init label, labels = {module=naming, source=sdk}
09:40:17.437 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:40:17.438 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:40:17.438 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:40:17.439 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:40:17.563 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717465217116_192.168.110.235_55351
09:40:17.563 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:40:17.563 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] Notify connected event to listeners.
09:40:17.563 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1991386317
09:40:17.610 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
09:40:17.635 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
09:40:18.098 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] Receive server push request, request = NotifySubscriberRequest, requestId = 89
09:40:18.105 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [271a1abc-b6e7-43f6-b78e-085d21fc3b10] Ack server push request, request = NotifySubscriberRequest, requestId = 89
09:40:18.553 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 24.082 seconds (JVM running for 26.499)
09:40:18.564 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
09:40:18.565 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
09:40:18.568 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
09:40:19.007 [RMI TCP Connection(3)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:42:51.854 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
09:42:51.864 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
09:42:52.208 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
09:42:52.208 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@61fcf4d9[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
09:42:52.209 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717465217116_192.168.110.235_55351
09:42:52.217 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@203ec6c9[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 41]
09:42:52.529 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
09:42:52.534 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
09:42:52.549 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
09:42:52.550 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
09:45:34.168 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:45:35.242 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 39fc647b-0f5b-441e-be3d-289ef772c355_config-0
09:45:35.321 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 55 ms to scan 1 urls, producing 3 keys and 6 values 
09:45:35.377 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 1 urls, producing 4 keys and 9 values 
09:45:35.405 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 3 keys and 10 values 
09:45:35.992 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 582 ms to scan 260 urls, producing 0 keys and 0 values 
09:45:36.017 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 1 keys and 5 values 
09:45:36.042 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 1 keys and 7 values 
09:45:36.067 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 2 keys and 8 values 
09:45:36.623 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 551 ms to scan 260 urls, producing 0 keys and 0 values 
09:45:36.625 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:45:36.627 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/650013863
09:45:36.628 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1856093404
09:45:36.630 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:45:36.631 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:45:36.648 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:45:39.266 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717465538556_192.168.110.235_56086
09:45:39.267 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Notify connected event to listeners.
09:45:39.268 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:45:39.269 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1878225987
09:45:39.437 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:45:44.873 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
09:45:44.873 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:45:44.874 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:45:45.401 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:45:46.158 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
09:45:46.160 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:45:46.160 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:45:49.831 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:45:52.673 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:45:53.137 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
09:45:53.197 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
09:45:54.686 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c9f58fa3-4416-4a5a-9726-3c854b109dd0
09:45:54.687 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] RpcClient init label, labels = {module=naming, source=sdk}
09:45:54.689 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:45:54.689 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:45:54.689 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:45:54.690 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:45:54.816 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717465554367_192.168.110.235_56308
09:45:54.816 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:45:54.816 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Notify connected event to listeners.
09:45:54.816 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1878225987
09:45:54.854 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
09:45:54.879 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
09:45:55.401 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Receive server push request, request = NotifySubscriberRequest, requestId = 111
09:45:55.412 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Ack server push request, request = NotifySubscriberRequest, requestId = 111
09:45:56.029 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 23.137 seconds (JVM running for 25.439)
09:45:56.044 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
09:45:56.045 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
09:45:56.047 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
09:45:56.834 [RMI TCP Connection(10)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:03:42.817 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Server healthy check fail, currentConnection = 1717465538556_192.168.110.235_56086
11:03:42.821 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:03:44.789 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Server healthy check fail, currentConnection = 1717465554367_192.168.110.235_56308
11:03:44.789 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:03:48.957 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:03:50.916 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:03:52.173 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:03:54.138 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:03:55.492 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:03:57.460 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:03:58.902 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:04:00.876 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:02.406 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:04:04.397 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:06.015 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:04:08.002 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:09.735 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:11.715 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:13.559 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:15.528 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:17.484 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:19.439 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:21.495 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:23.466 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:25.608 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 11 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:25.713 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Success to connect a server [192.168.110.235:8848], connectionId = 1717470265249_192.168.110.235_64368
11:04:25.714 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717465554367_192.168.110.235_56308
11:04:25.714 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717465554367_192.168.110.235_56308
11:04:25.715 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Notify disconnected event to listeners
11:04:25.718 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Notify connected event to listeners.
11:04:26.922 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717470266465_192.168.110.235_64389
11:04:26.922 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717465538556_192.168.110.235_56086
11:04:26.922 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717465538556_192.168.110.235_56086
11:04:26.923 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Notify disconnected event to listeners
11:04:26.924 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Notify connected event to listeners.
11:04:29.057 [nacos-grpc-client-executor-970] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Receive server push request, request = NotifySubscriberRequest, requestId = 206
11:04:29.057 [nacos-grpc-client-executor-970] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Ack server push request, request = NotifySubscriberRequest, requestId = 206
11:05:35.046 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Server healthy check fail, currentConnection = 1717470266465_192.168.110.235_64389
11:05:35.046 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:05:35.176 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:05:35.395 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:05:35.713 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:05:36.122 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:05:36.647 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:05:37.257 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_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
11:05:37.986 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:38.806 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:38.833 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Server healthy check fail, currentConnection = 1717470265249_192.168.110.235_64368
11:05:38.833 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:05:38.945 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:39.162 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:39.475 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:39.723 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:39.895 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:40.412 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:40.737 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:41.018 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:41.739 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:41.853 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 11 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:42.552 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:43.063 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 12 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:43.470 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:44.373 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 13 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:44.482 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:45.591 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 11 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:45.781 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 14 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:46.802 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 12 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:47.290 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 15 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:48.119 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 13 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:48.899 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 16 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:49.548 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 14 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:50.619 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 17 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:51.069 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 15 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:52.428 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 18 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:52.687 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 16 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:54.344 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 19 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:54.408 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 17 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:56.218 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 18 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:56.364 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 20 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:58.133 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 19 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:58.478 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 21 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:00.140 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 20 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:00.684 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 22 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:02.245 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 21 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:02.993 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 23 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:04.463 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 22 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:05.410 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 24 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:06.783 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 23 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:07.923 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 25 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:09.210 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 24 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:10.538 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 26 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:11.721 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 25 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:13.268 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 27 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:14.341 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 26 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:16.077 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 28 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:17.053 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 27 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:18.991 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 29 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:19.874 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 28 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:22.008 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 30 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:22.795 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 29 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:25.113 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 31 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:25.820 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 30 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:28.320 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 32 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:28.945 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 31 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:31.637 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 33 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:32.149 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 32 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:35.048 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 34 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:35.470 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 33 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:38.555 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 35 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:38.886 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 34 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:42.172 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 36 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:42.392 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 35 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:45.882 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 37 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:46.007 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 36 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:49.703 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 38 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:49.747 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 37 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:53.562 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 38 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:53.617 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 39 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:57.477 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 39 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:57.633 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 40 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:01.486 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 40 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:01.750 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 41 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:05.591 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 41 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:05.965 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 42 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:09.810 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 42 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:10.272 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 43 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:14.125 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 43 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:14.694 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 44 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:18.540 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 44 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:19.212 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 45 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:23.050 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 45 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:23.817 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 46 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:27.666 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 46 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:28.525 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 47 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:32.372 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 47 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:33.340 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 48 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:37.179 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 48 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:38.268 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 49 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:42.097 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 49 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:43.277 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 50 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:47.117 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 50 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:48.295 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 51 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:52.131 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 51 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:53.308 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 52 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:57.146 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 52 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:58.324 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 53 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:02.157 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 53 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:03.339 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 54 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:07.170 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 54 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:08.364 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 55 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:12.199 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 55 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:13.376 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 56 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:17.212 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Fail to connect server, after trying 56 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:18.385 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 57 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:22.341 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Success to connect a server [192.168.110.235:8848], connectionId = 1717470501871_192.168.110.235_52246
11:08:22.341 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717470265249_192.168.110.235_64368
11:08:22.342 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717470265249_192.168.110.235_64368
11:08:22.343 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Notify disconnected event to listeners
11:08:22.346 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Notify connected event to listeners.
11:08:26.403 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 58 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:31.408 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Fail to connect server, after trying 59 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:35.374 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Server healthy check fail, currentConnection = 1717470501871_192.168.110.235_52246
11:08:35.374 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:08:35.497 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Success to connect a server [192.168.110.235:8848], connectionId = 1717470515027_192.168.110.235_52450
11:08:35.497 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717470501871_192.168.110.235_52246
11:08:35.498 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717470501871_192.168.110.235_52246
11:08:35.499 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Notify disconnected event to listeners
11:08:35.501 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Notify connected event to listeners.
11:08:36.533 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717470516064_192.168.110.235_52501
11:08:36.534 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717470266465_192.168.110.235_64389
11:08:36.534 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717470266465_192.168.110.235_64389
11:08:36.539 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Notify disconnected event to listeners
11:08:36.541 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Notify connected event to listeners.
11:08:38.704 [nacos-grpc-client-executor-1113] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Receive server push request, request = NotifySubscriberRequest, requestId = 245
11:08:38.704 [nacos-grpc-client-executor-1113] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c9f58fa3-4416-4a5a-9726-3c854b109dd0] Ack server push request, request = NotifySubscriberRequest, requestId = 245
11:36:53.954 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Server healthy check fail, currentConnection = 1717470516064_192.168.110.235_52501
11:36:53.954 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:36:55.083 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717472214610_192.168.110.235_54360
11:36:55.084 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717470516064_192.168.110.235_52501
11:36:55.084 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717470516064_192.168.110.235_52501
11:36:55.086 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Notify disconnected event to listeners
11:36:55.088 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [39fc647b-0f5b-441e-be3d-289ef772c355_config-0] Notify connected event to listeners.
16:42:57.074 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:42:58.082 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0
16:42:58.213 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 61 ms to scan 1 urls, producing 3 keys and 6 values 
16:42:58.290 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 4 keys and 9 values 
16:42:58.307 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
16:42:58.737 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 426 ms to scan 260 urls, producing 0 keys and 0 values 
16:42:58.750 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 5 values 
16:42:58.772 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 7 values 
16:42:58.790 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 2 keys and 8 values 
16:42:59.203 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 409 ms to scan 260 urls, producing 0 keys and 0 values 
16:42:59.204 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:42:59.205 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/650013863
16:42:59.205 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1856093404
16:42:59.206 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:42:59.207 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:42:59.218 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:43:01.040 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717490580352_192.168.110.235_49910
16:43:01.041 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] Notify connected event to listeners.
16:43:01.042 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:43:01.043 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [55d9cbf2-8f25-4e97-8186-d04b97afa6f5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1878225987
16:43:01.178 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:43:06.450 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
16:43:06.450 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:43:06.450 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:43:07.020 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:43:08.469 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
16:43:08.471 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:43:08.471 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:43:14.291 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:43:17.311 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:43:17.788 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:43:17.859 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:43:19.398 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9e8bb9e3-ef82-4957-ba7c-537552a27698
16:43:19.399 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] RpcClient init label, labels = {module=naming, source=sdk}
16:43:19.401 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:43:19.402 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:43:19.403 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:43:19.403 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:43:19.558 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717490599059_192.168.110.235_50223
16:43:19.558 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] Notify connected event to listeners.
16:43:19.558 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:43:19.559 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1878225987
16:43:19.613 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
16:43:19.651 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
16:43:20.105 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] Receive server push request, request = NotifySubscriberRequest, requestId = 336
16:43:20.113 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9e8bb9e3-ef82-4957-ba7c-537552a27698] Ack server push request, request = NotifySubscriberRequest, requestId = 336
16:43:20.628 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 24.57 seconds (JVM running for 27.297)
16:43:20.652 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
16:43:20.657 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
16:43:20.665 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
16:43:21.311 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:37:00.702 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:37:00.709 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:37:01.044 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:37:01.044 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@5ab44dee[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:37:01.045 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717490599059_192.168.110.235_50223
18:37:01.048 [nacos-grpc-client-executor-1383] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717490599059_192.168.110.235_50223]Ignore complete event,isRunning:false,isAbandon=false
18:37:01.055 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@5e823249[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 1384]
18:37:01.221 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
18:37:01.228 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
18:37:01.264 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
18:37:01.264 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye