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
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
09:10:31.955 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:10:33.469 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 7725fe04-9b8a-4909-af06-6d20aa20487e_config-0
09:10:33.583 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 65 ms to scan 1 urls, producing 3 keys and 6 values 
09:10:33.638 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 4 keys and 9 values 
09:10:33.664 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 3 keys and 10 values 
09:10:34.262 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 594 ms to scan 267 urls, producing 0 keys and 0 values 
09:10:34.285 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 1 keys and 5 values 
09:10:34.320 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 1 urls, producing 1 keys and 7 values 
09:10:34.350 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 2 keys and 8 values 
09:10:34.950 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 592 ms to scan 267 urls, producing 0 keys and 0 values 
09:10:34.952 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:10:34.954 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/293326812
09:10:34.955 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1939970407
09:10:34.957 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:10:34.959 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:10:34.980 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:10:37.544 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718068236193_192.168.110.235_50634
09:10:37.545 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Notify connected event to listeners.
09:10:37.546 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:10:37.547 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1990282381
09:10:37.709 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:10:43.209 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
09:10:43.210 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:10:43.210 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:10:44.039 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:10:45.233 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
09:10:45.234 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:10:45.235 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:10:51.419 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:10:55.435 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:10:56.129 [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:10:56.202 [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:10:58.538 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ed264510-8abf-4542-8a8b-33e234d16c67
09:10:58.539 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] RpcClient init label, labels = {module=naming, source=sdk}
09:10:58.542 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:10:58.543 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:10:58.544 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:10:58.544 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:10:58.689 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718068257498_192.168.110.235_50933
09:10:58.689 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] Notify connected event to listeners.
09:10:58.689 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:10:58.690 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1990282381
09:10:58.753 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
09:10:58.795 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
09:10:59.251 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] Receive server push request, request = NotifySubscriberRequest, requestId = 12
09:10:59.261 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ed264510-8abf-4542-8a8b-33e234d16c67] Ack server push request, request = NotifySubscriberRequest, requestId = 12
09:11:00.380 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 29.889 seconds (JVM running for 32.631)
09:11:00.425 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
09:11:00.440 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
09:11:00.457 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
09:11:01.030 [RMI TCP Connection(3)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:23:37.400 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Server healthy check fail, currentConnection = 1718068236193_192.168.110.235_50634
11:23:37.405 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:23:38.577 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718076217408_192.168.110.235_61609
11:23:38.577 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718068236193_192.168.110.235_50634
11:23:38.578 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718068236193_192.168.110.235_50634
11:23:38.587 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Notify disconnected event to listeners
11:23:38.606 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7725fe04-9b8a-4909-af06-6d20aa20487e_config-0] Notify connected event to listeners.
11:48:18.883 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
11:48:20.011 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0
11:48:20.099 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 54 ms to scan 1 urls, producing 3 keys and 6 values 
11:48:20.157 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 4 keys and 9 values 
11:48:20.174 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
11:48:20.616 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 438 ms to scan 276 urls, producing 0 keys and 0 values 
11:48:20.629 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 5 values 
11:48:20.649 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
11:48:20.663 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
11:48:21.066 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 400 ms to scan 276 urls, producing 0 keys and 0 values 
11:48:21.068 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
11:48:21.069 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/736868175
11:48:21.069 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1489997716
11:48:21.070 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
11:48:21.071 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
11:48:21.084 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:48:23.043 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718077701774_192.168.110.235_62947
11:48:23.044 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] Notify connected event to listeners.
11:48:23.045 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:48:23.045 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [330489e5-b7fd-4fe4-af46-d8af83e10a38_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/47971575
11:48:23.194 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
11:48:27.268 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
11:48:27.268 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:48:27.268 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
11:48:27.843 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:48:28.587 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
11:48:28.588 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
11:48:28.589 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
11:48:32.134 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
11:48:35.070 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
11:48:35.586 [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
11:48:35.643 [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
11:48:37.122 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 823ff9a0-068a-4064-b0e2-8075fc0963fc
11:48:37.123 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] RpcClient init label, labels = {module=naming, source=sdk}
11:48:37.126 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
11:48:37.126 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
11:48:37.127 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
11:48:37.127 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:48:37.240 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718077716083_192.168.110.235_63058
11:48:37.240 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:48:37.240 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] Notify connected event to listeners.
11:48:37.240 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/47971575
11:48:37.280 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
11:48:37.310 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
11:48:37.785 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] Receive server push request, request = NotifySubscriberRequest, requestId = 117
11:48:37.792 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [823ff9a0-068a-4064-b0e2-8075fc0963fc] Ack server push request, request = NotifySubscriberRequest, requestId = 117
11:48:38.316 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 20.551 seconds (JVM running for 26.993)
11:48:38.346 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
11:48:38.359 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
11:48:38.371 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
11:48:38.890 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:50:53.567 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
11:50:54.687 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0
11:50:54.771 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 52 ms to scan 1 urls, producing 3 keys and 6 values 
11:50:54.828 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
11:50:54.844 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 3 keys and 10 values 
11:50:55.298 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 450 ms to scan 276 urls, producing 0 keys and 0 values 
11:50:55.312 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 1 keys and 5 values 
11:50:55.329 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 7 values 
11:50:55.344 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
11:50:55.771 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 424 ms to scan 276 urls, producing 0 keys and 0 values 
11:50:55.773 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
11:50:55.775 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1316205906
11:50:55.776 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/572370257
11:50:55.777 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
11:50:55.778 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
11:50:55.789 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:50:57.924 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718077856595_192.168.110.235_63236
11:50:57.925 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Notify connected event to listeners.
11:50:57.925 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:50:57.926 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1526453607
11:50:58.094 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
11:51:02.556 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
11:51:02.557 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:51:02.557 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
11:51:03.106 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:51:04.092 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
11:51:04.094 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
11:51:04.094 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
11:51:08.124 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
11:51:10.977 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
11:51:11.459 [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
11:51:11.571 [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
11:51:13.160 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 2fe1d7ac-fa2c-4bef-a6ac-920433f9767d
11:51:13.160 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] RpcClient init label, labels = {module=naming, source=sdk}
11:51:13.163 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
11:51:13.163 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
11:51:13.164 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
11:51:13.165 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:51:13.295 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718077872126_192.168.110.235_63349
11:51:13.295 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:51:13.295 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Notify connected event to listeners.
11:51:13.296 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1526453607
11:51:13.349 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
11:51:13.385 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
11:51:13.863 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Receive server push request, request = NotifySubscriberRequest, requestId = 124
11:51:13.870 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Ack server push request, request = NotifySubscriberRequest, requestId = 124
11:51:14.495 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 22.091 seconds (JVM running for 24.613)
11:51:14.524 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
11:51:14.535 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
11:51:14.549 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
11:51:14.958 [RMI TCP Connection(3)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:10:55.268 [nacos-grpc-client-executor-2410] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Receive server push request, request = ConfigChangeNotifyRequest, requestId = 311
15:10:55.515 [nacos-grpc-client-executor-2410] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Ack server push request, request = ConfigChangeNotifyRequest, requestId = 311
16:22:34.028 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Server healthy check fail, currentConnection = 1718077872126_192.168.110.235_63349
16:22:34.031 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:22:34.035 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Server healthy check fail, currentConnection = 1718077856595_192.168.110.235_63236
16:22:34.035 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:22:40.396 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:22:40.500 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:22:43.614 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:22:43.721 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:22:46.937 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:22:47.035 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:22:50.364 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:22:50.455 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:22:53.880 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:22:53.968 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:22:57.504 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:22:57.592 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:23:01.215 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:23:01.308 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:23:05.035 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:23:05.185 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:23:08.962 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:23:09.112 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:23:12.982 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:23:13.134 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:23:17.102 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_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
16:23:17.267 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Fail to connect server, after trying 11 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:23:18.438 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718094198519_192.168.110.235_52159
16:23:18.438 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718077856595_192.168.110.235_63236
16:23:18.438 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718077856595_192.168.110.235_63236
16:23:18.439 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Notify disconnected event to listeners
16:23:18.458 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f974a99a-c04c-4803-9ca9-4fe8104cbd53_config-0] Notify connected event to listeners.
16:23:18.607 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Success to connect a server [192.168.110.235:8848], connectionId = 1718094198674_192.168.110.235_52160
16:23:18.607 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718077872126_192.168.110.235_63349
16:23:18.607 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718077872126_192.168.110.235_63349
16:23:18.620 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Notify disconnected event to listeners
16:23:18.622 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Notify connected event to listeners.
16:23:19.471 [nacos-grpc-client-executor-3286] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Receive server push request, request = NotifySubscriberRequest, requestId = 558
16:23:19.471 [nacos-grpc-client-executor-3286] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Ack server push request, request = NotifySubscriberRequest, requestId = 558
16:38:19.832 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Server healthy check fail, currentConnection = 1718094198674_192.168.110.235_52160
16:38:19.832 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:38:20.973 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Success to connect a server [192.168.110.235:8848], connectionId = 1718095101052_192.168.110.235_53279
16:38:20.973 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718094198674_192.168.110.235_52160
16:38:20.974 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718094198674_192.168.110.235_52160
16:38:20.974 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Notify disconnected event to listeners
16:38:20.976 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Notify connected event to listeners.
16:38:22.605 [nacos-grpc-client-executor-3473] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Receive server push request, request = NotifySubscriberRequest, requestId = 603
16:38:22.606 [nacos-grpc-client-executor-3473] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2fe1d7ac-fa2c-4bef-a6ac-920433f9767d] Ack server push request, request = NotifySubscriberRequest, requestId = 603
16:56:55.608 [lettuce-nioEventLoop-7-1] INFO  i.l.c.p.CommandHandler - [log,217] - null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
    at sun.nio.ch.SocketDispatcher.read0(Native Method)
    at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
    at sun.nio.ch.IOUtil.read(IOUtil.java:192)
    at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
    at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
    at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
    at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)
16:56:55.608 [lettuce-nioEventLoop-7-2] INFO  i.l.c.p.CommandHandler - [log,217] - null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
    at sun.nio.ch.SocketDispatcher.read0(Native Method)
    at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
    at sun.nio.ch.IOUtil.read(IOUtil.java:192)
    at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
    at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
    at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
    at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)
16:56:56.555 [lettuce-eventExecutorLoop-1-5] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
16:56:56.555 [lettuce-eventExecutorLoop-1-4] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
16:57:04.569 [lettuce-nioEventLoop-7-3] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
16:57:04.569 [lettuce-nioEventLoop-7-4] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
16:58:20.707 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:58:22.029 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0
16:58:22.129 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 64 ms to scan 1 urls, producing 3 keys and 6 values 
16:58:22.207 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 34 ms to scan 1 urls, producing 4 keys and 9 values 
16:58:22.241 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 1 urls, producing 3 keys and 10 values 
16:58:22.806 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 557 ms to scan 276 urls, producing 0 keys and 0 values 
16:58:22.824 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 5 values 
16:58:22.849 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 7 values 
16:58:22.872 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 2 keys and 8 values 
16:58:23.429 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 551 ms to scan 276 urls, producing 0 keys and 0 values 
16:58:23.436 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:58:23.438 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/389519344
16:58:23.438 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1010156357
16:58:23.441 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:58:23.443 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:58:23.466 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:58:25.915 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718096305827_192.168.110.235_58217
16:58:25.934 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify connected event to listeners.
16:58:25.936 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:58:25.937 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/823263265
16:58:26.171 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:58:35.690 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
16:58:35.691 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:58:35.691 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:58:36.435 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:58:38.431 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
16:58:38.433 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:58:38.433 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:58:46.157 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:58:53.674 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:58:54.452 [redisson-netty-4-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:58:54.517 [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:58:56.959 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6ceff2c6-4578-4a63-95fd-79a145fe2b4d
16:58:56.959 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] RpcClient init label, labels = {module=naming, source=sdk}
16:58:56.963 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:58:56.964 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:58:56.964 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:58:56.965 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:58:57.108 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718096337192_192.168.110.235_58632
16:58:57.108 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Notify connected event to listeners.
16:58:57.108 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:58:57.108 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/823263265
16:58:57.163 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
16:58:57.200 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
16:58:57.684 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Receive server push request, request = NotifySubscriberRequest, requestId = 648
16:58:57.691 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Ack server push request, request = NotifySubscriberRequest, requestId = 648
16:58:58.711 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 39.276 seconds (JVM running for 42.424)
16:58:58.753 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
16:58:58.771 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
16:58:58.792 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
16:58:59.818 [RMI TCP Connection(12)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:15:13.810 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Server healthy check fail, currentConnection = 1718096337192_192.168.110.235_58632
17:15:13.811 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:15:17.975 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Success to connect a server [192.168.110.235:8848], connectionId = 1718097317161_192.168.110.235_61083
17:15:17.975 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718096337192_192.168.110.235_58632
17:15:17.976 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718096337192_192.168.110.235_58632
17:15:17.977 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Notify disconnected event to listeners
17:15:17.979 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Notify connected event to listeners.
17:15:22.967 [nacos-grpc-client-executor-212] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Receive server push request, request = NotifySubscriberRequest, requestId = 722
17:15:22.967 [nacos-grpc-client-executor-212] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Ack server push request, request = NotifySubscriberRequest, requestId = 722
17:15:48.761 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Server healthy check fail, currentConnection = 1718096305827_192.168.110.235_58217
17:15:48.762 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:15:49.957 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097350008_192.168.110.235_61136
17:15:49.957 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718096305827_192.168.110.235_58217
17:15:49.957 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718096305827_192.168.110.235_58217
17:15:49.958 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify disconnected event to listeners
17:15:49.967 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify connected event to listeners.
17:15:56.004 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:02.150 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:16:02.516 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097362584_192.168.110.235_61155
17:16:02.516 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097350008_192.168.110.235_61136
17:16:02.516 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097350008_192.168.110.235_61136
17:16:02.517 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify disconnected event to listeners
17:16:02.527 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify connected event to listeners.
17:16:15.545 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Server healthy check fail, currentConnection = 1718097362584_192.168.110.235_61155
17:16:15.546 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:21.685 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:16:24.917 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:16:28.238 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:16:31.667 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:16:33.383 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Server healthy check fail, currentConnection = 1718097317161_192.168.110.235_61083
17:16:33.383 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:34.455 [nacos-grpc-client-executor-239] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 819
17:16:34.456 [nacos-grpc-client-executor-239] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 819
17:16:34.458 [nacos-grpc-client-executor-239] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1718097362584_192.168.110.235_61155]Ignore complete event,isRunning:false,isAbandon=false
17:16:35.188 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:16:38.807 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:16:39.510 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:16:39.663 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097399729_192.168.110.235_61308
17:16:39.663 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097362584_192.168.110.235_61155
17:16:39.663 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097362584_192.168.110.235_61155
17:16:39.664 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify disconnected event to listeners
17:16:39.674 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify connected event to listeners.
17:16:42.728 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:16:45.708 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:46.038 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:16:46.569 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Success to connect a server [192.168.110.235:8848], connectionId = 1718097406653_192.168.110.235_61329
17:16:46.569 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097317161_192.168.110.235_61083
17:16:46.570 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097317161_192.168.110.235_61083
17:16:46.570 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Notify disconnected event to listeners
17:16:46.572 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Notify connected event to listeners.
17:16:46.846 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097406932_192.168.110.235_61324
17:16:46.846 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097399729_192.168.110.235_61308
17:16:46.846 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097399729_192.168.110.235_61308
17:16:46.847 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify disconnected event to listeners
17:16:46.862 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify connected event to listeners.
17:16:52.317 [nacos-grpc-client-executor-237] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Receive server push request, request = NotifySubscriberRequest, requestId = 843
17:16:52.318 [nacos-grpc-client-executor-237] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Ack server push request, request = NotifySubscriberRequest, requestId = 843
17:17:05.406 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Server healthy check fail, currentConnection = 1718097406932_192.168.110.235_61324
17:17:05.407 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:17:11.535 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:17:14.767 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:17:18.082 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:17:18.924 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097438709_192.168.110.235_61379
17:17:18.924 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097406932_192.168.110.235_61324
17:17:18.924 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097406932_192.168.110.235_61324
17:17:18.925 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify disconnected event to listeners
17:17:18.934 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify connected event to listeners.
17:17:27.685 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Server healthy check fail, currentConnection = 1718097406653_192.168.110.235_61329
17:17:27.685 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:17:27.825 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Success to connect a server [192.168.110.235:8848], connectionId = 1718097447902_192.168.110.235_61395
17:17:27.825 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097406653_192.168.110.235_61329
17:17:27.825 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097406653_192.168.110.235_61329
17:17:27.826 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Notify disconnected event to listeners
17:17:27.827 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Notify connected event to listeners.
17:17:33.256 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Server check success, currentServer is 192.168.110.235:8848
17:17:38.705 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Server check success, currentServer is 192.168.110.235:8848
17:17:39.167 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Server healthy check fail, currentConnection = 1718097438709_192.168.110.235_61379
17:17:39.167 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:17:45.296 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:17:46.723 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Server healthy check fail, currentConnection = 1718097447902_192.168.110.235_61395
17:17:46.723 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:17:47.098 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Success to connect a server [192.168.110.235:8848], connectionId = 1718097466947_192.168.110.235_61432
17:17:47.099 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097447902_192.168.110.235_61395
17:17:47.099 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097447902_192.168.110.235_61395
17:17:47.099 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Notify disconnected event to listeners
17:17:47.100 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Notify connected event to listeners.
17:17:47.115 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Server check success, currentServer is 192.168.110.235:8848
17:17:48.374 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097466740_192.168.110.235_61428
17:17:48.375 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097438709_192.168.110.235_61379
17:17:48.375 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097438709_192.168.110.235_61379
17:17:48.376 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify disconnected event to listeners
17:17:48.389 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Notify connected event to listeners.
17:17:54.415 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:18:00.245 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Server healthy check fail, currentConnection = 1718097466947_192.168.110.235_61432
17:18:00.245 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:18:00.295 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
17:18:00.543 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f85d739f-0ba9-458d-beaa-a90c9f427ea8_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
17:18:00.618 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
17:18:00.642 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
17:18:00.642 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@183567d0[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
17:18:00.642 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097466947_192.168.110.235_61432
17:18:00.643 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@29d2b149[Running, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 260]
17:18:00.643 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097466947_192.168.110.235_61432
17:18:00.755 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ceff2c6-4578-4a63-95fd-79a145fe2b4d] Client is shutdown, stop reconnect to server
17:18:00.839 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:18:00.845 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:18:00.865 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:18:00.866 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:19:24.409 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:19:26.435 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0
17:19:26.619 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 106 ms to scan 1 urls, producing 3 keys and 6 values 
17:19:26.726 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 38 ms to scan 1 urls, producing 4 keys and 9 values 
17:19:26.769 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 33 ms to scan 1 urls, producing 3 keys and 10 values 
17:19:27.623 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 841 ms to scan 276 urls, producing 0 keys and 0 values 
17:19:27.666 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 39 ms to scan 1 urls, producing 1 keys and 5 values 
17:19:27.706 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 32 ms to scan 1 urls, producing 1 keys and 7 values 
17:19:27.737 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 2 keys and 8 values 
17:19:28.475 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 727 ms to scan 276 urls, producing 0 keys and 0 values 
17:19:28.478 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:19:28.480 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/913450862
17:19:28.481 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1112062307
17:19:28.483 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:19:28.486 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:19:28.563 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:19:31.838 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718097571741_192.168.110.235_61580
17:19:31.839 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] Notify connected event to listeners.
17:19:31.841 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:19:31.841 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5f18b2fc-d465-47f8-83f8-febbcccea29c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1700751834
17:19:32.037 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:19:39.927 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
17:19:39.928 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:19:39.928 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:19:40.670 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:19:42.127 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:19:42.129 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:19:42.130 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:19:48.334 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:19:53.461 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:19:54.612 [redisson-netty-4-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
17:19:54.784 [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
17:19:57.837 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 1083dc27-b9fc-400c-ae25-8966d1acd51c
17:19:57.838 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] RpcClient init label, labels = {module=naming, source=sdk}
17:19:57.842 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:19:57.842 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:19:57.843 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:19:57.845 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:19:57.970 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718097598058_192.168.110.235_61950
17:19:57.972 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:19:57.973 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] Notify connected event to listeners.
17:19:57.977 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1700751834
17:19:58.054 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
17:19:58.102 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
17:19:58.544 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] Receive server push request, request = NotifySubscriberRequest, requestId = 15
17:19:58.552 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1083dc27-b9fc-400c-ae25-8966d1acd51c] Ack server push request, request = NotifySubscriberRequest, requestId = 15
17:20:00.166 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 37.805 seconds (JVM running for 40.858)
17:20:00.201 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
17:20:00.210 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
17:20:00.222 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
17:20:01.363 [RMI TCP Connection(8)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:25:18.444 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:25:19.710 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0
17:25:19.814 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 67 ms to scan 1 urls, producing 3 keys and 6 values 
17:25:19.872 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
17:25:19.892 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
17:25:20.393 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 497 ms to scan 276 urls, producing 0 keys and 0 values 
17:25:20.407 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values 
17:25:20.432 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 1 keys and 7 values 
17:25:20.449 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
17:25:20.928 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 475 ms to scan 276 urls, producing 0 keys and 0 values 
17:25:20.929 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:25:20.930 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1842881670
17:25:20.931 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1443335402
17:25:20.932 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:25:20.933 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:25:20.945 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:25:23.095 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718097923067_192.168.110.235_63307
17:25:23.096 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] Notify connected event to listeners.
17:25:23.096 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:25:23.097 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [64ae817a-ea4c-4b0a-824e-b229e5a54a66_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2141178045
17:25:23.268 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:25:27.452 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
17:25:27.453 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:25:27.453 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:25:27.988 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:25:28.799 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:25:28.800 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:25:28.801 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:25:32.339 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:25:35.535 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:25:46.089 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:25:46.094 [main] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:25:46.101 [main] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:25:46.101 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:25:46.102 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
17:27:41.689 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:27:43.070 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ffc5137c-cf06-4fae-8457-92c27af47e40_config-0
17:27:43.184 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 70 ms to scan 1 urls, producing 3 keys and 6 values 
17:27:43.256 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 4 keys and 9 values 
17:27:43.274 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
17:27:43.917 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 638 ms to scan 276 urls, producing 0 keys and 0 values 
17:27:43.943 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 1 keys and 5 values 
17:27:43.976 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 1 keys and 7 values 
17:27:44.018 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 37 ms to scan 1 urls, producing 2 keys and 8 values 
17:27:44.643 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 620 ms to scan 276 urls, producing 0 keys and 0 values 
17:27:44.645 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:27:44.646 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1298483237
17:27:44.647 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1006398046
17:27:44.649 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:27:44.651 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:27:44.670 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:27:46.913 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718098066887_192.168.110.235_63687
17:27:46.914 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] Notify connected event to listeners.
17:27:46.915 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:27:46.916 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ffc5137c-cf06-4fae-8457-92c27af47e40_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/391575500
17:27:47.074 [main] INFO  c.r.o.RuoYiOrderApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:27:53.636 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9206"]
17:27:53.637 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:27:53.637 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:27:54.282 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:27:55.361 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:27:55.362 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:27:55.363 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:28:01.271 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:28:04.968 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:28:05.677 [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
17:28:05.773 [redisson-netty-4-18] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
17:28:07.834 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d602d4fd-da63-4f0a-ab97-bde8b3948818
17:28:07.834 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] RpcClient init label, labels = {module=naming, source=sdk}
17:28:07.837 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:28:07.838 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:28:07.839 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:28:07.840 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:28:07.957 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718098088051_192.168.110.235_63959
17:28:07.957 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] Notify connected event to listeners.
17:28:07.957 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:28:07.957 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/391575500
17:28:08.002 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9206"]
17:28:08.035 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-order 192.168.110.235:9206 register finished
17:28:08.533 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] Receive server push request, request = NotifySubscriberRequest, requestId = 37
17:28:08.541 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d602d4fd-da63-4f0a-ab97-bde8b3948818] Ack server push request, request = NotifySubscriberRequest, requestId = 37
17:28:09.405 [main] INFO  c.r.o.RuoYiOrderApplication - [logStarted,61] - Started RuoYiOrderApplication in 29.054 seconds (JVM running for 32.356)
17:28:09.481 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order, group=DEFAULT_GROUP
17:28:09.494 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order.yml, group=DEFAULT_GROUP
17:28:09.508 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-order-dev.yml, group=DEFAULT_GROUP
17:28:10.385 [RMI TCP Connection(7)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:23:07.474 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:23:07.485 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:23:07.857 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:23:07.858 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@3a9919a0[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:23:07.858 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718098088051_192.168.110.235_63959
18:23:07.861 [nacos-grpc-client-executor-673] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1718098088051_192.168.110.235_63959]Ignore complete event,isRunning:false,isAbandon=false
18:23:07.868 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@45e03688[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 674]
18:23:08.026 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
18:23:08.030 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
18:23:08.043 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
18:23:08.044 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye