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
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
09:11:51.593 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:11:52.777 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0
09:11:52.862 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 54 ms to scan 1 urls, producing 3 keys and 6 values 
09:11:52.914 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
09:11:52.931 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
09:11:53.514 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 578 ms to scan 245 urls, producing 0 keys and 0 values 
09:11:53.532 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 5 values 
09:11:53.553 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
09:11:53.571 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
09:11:53.944 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 369 ms to scan 245 urls, producing 0 keys and 0 values 
09:11:53.947 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:11:53.948 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/246745017
09:11:53.949 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/956856274
09:11:53.951 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:11:53.953 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:11:53.975 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:11:56.094 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718068314792_192.168.110.235_51590
09:11:56.095 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify connected event to listeners.
09:11:56.096 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:11:56.096 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1476116591
09:11:56.269 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:12:01.272 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
09:12:01.273 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:12:01.273 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:12:01.843 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:12:02.727 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
09:12:02.728 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:12:02.728 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:12:06.359 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-11 09:12:04|2024-06-11 09:12:06|||0|
09:13:04.612 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:13:27.947 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:13:28.494 [redisson-netty-5-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
09:13:28.630 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
09:13:43.968 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of b0dcdd37-4422-490b-b46e-1f7f23991bc5
09:13:43.969 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] RpcClient init label, labels = {module=naming, source=sdk}
09:13:43.976 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:13:43.977 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:13:43.979 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:13:43.982 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:13:44.120 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718068422934_192.168.110.235_51966
09:13:44.122 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Notify connected event to listeners.
09:13:44.122 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:13:44.123 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1476116591
09:13:44.252 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
09:13:44.384 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
09:13:44.740 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Receive server push request, request = NotifySubscriberRequest, requestId = 24
09:13:44.753 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Ack server push request, request = NotifySubscriberRequest, requestId = 24
09:13:51.941 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 121.73 seconds (JVM running for 125.025)
09:13:52.042 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
09:13:52.055 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
09:13:52.070 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
09:13:53.107 [RMI TCP Connection(25)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:15:55.275 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Server healthy check fail, currentConnection = 1718068314792_192.168.110.235_51590
11:15:55.281 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:15:55.422 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718075754254_192.168.110.235_61284
11:15:55.423 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718068314792_192.168.110.235_51590
11:15:55.423 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718068314792_192.168.110.235_51590
11:15:55.495 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify disconnected event to listeners
11:15:55.507 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify connected event to listeners.
11:23:35.251 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Server healthy check fail, currentConnection = 1718075754254_192.168.110.235_61284
11:23:35.252 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Server healthy check fail, currentConnection = 1718068422934_192.168.110.235_51966
11:23:35.252 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:23:35.253 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:23:40.160 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Success to connect a server [192.168.110.235:8848], connectionId = 1718076218982_192.168.110.235_61614
11:23:40.161 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718068422934_192.168.110.235_51966
11:23:40.163 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718068422934_192.168.110.235_51966
11:23:40.164 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Notify disconnected event to listeners
11:23:40.171 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Notify connected event to listeners.
11:23:40.176 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718076218994_192.168.110.235_61613
11:23:40.177 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718075754254_192.168.110.235_61284
11:23:40.178 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718075754254_192.168.110.235_61284
11:23:40.179 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify disconnected event to listeners
11:23:40.191 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify connected event to listeners.
11:23:41.266 [nacos-grpc-client-executor-2873] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Receive server push request, request = NotifySubscriberRequest, requestId = 104
11:23:41.267 [nacos-grpc-client-executor-2873] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Ack server push request, request = NotifySubscriberRequest, requestId = 104
11:49:02.544 [http-nio-9201-exec-10] INFO  c.r.s.w.WebSocketServer - [onOpen,53] - 
 建立连接 - org.apache.tomcat.websocket.WsSession@ee99653
11:49:02.546 [http-nio-9201-exec-10] INFO  c.r.s.w.WebSocketServer - [onOpen,54] - 
 当前人数 - 1
14:14:00.023 [nacos-grpc-client-executor-6616] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Receive server push request, request = ClientDetectionRequest, requestId = 187
14:14:00.024 [nacos-grpc-client-executor-6676] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 186
14:14:00.114 [nacos-grpc-client-executor-6676] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 186
14:14:00.114 [nacos-grpc-client-executor-6616] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Ack server push request, request = ClientDetectionRequest, requestId = 187
14:14:00.285 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Server healthy check fail, currentConnection = 1718076218982_192.168.110.235_61614
14:14:00.295 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Server healthy check fail, currentConnection = 1718076218994_192.168.110.235_61613
14:14:00.296 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Try to reconnect to a new server, server is  not appointed, will choose a random server.
14:14:00.298 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
14:14:00.638 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Success to connect a server [192.168.110.235:8848], connectionId = 1718086440666_192.168.110.235_56305
14:14:00.640 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718076218982_192.168.110.235_61614
14:14:00.641 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718076218982_192.168.110.235_61614
14:14:00.642 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Try to reconnect to a new server, server is  not appointed, will choose a random server.
14:14:00.643 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Notify disconnected event to listeners
14:14:00.645 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Notify connected event to listeners.
14:14:00.744 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718086440695_192.168.110.235_56306
14:14:00.744 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718076218994_192.168.110.235_61613
14:14:00.744 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718076218994_192.168.110.235_61613
14:14:00.745 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
14:14:00.745 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify disconnected event to listeners
14:14:00.802 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify connected event to listeners.
14:14:01.011 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Success to connect a server [192.168.110.235:8848], connectionId = 1718086441015_192.168.110.235_56307
14:14:01.012 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718086440666_192.168.110.235_56305
14:14:01.012 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718086440666_192.168.110.235_56305
14:14:01.013 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Notify disconnected event to listeners
14:14:01.013 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Notify connected event to listeners.
14:14:01.148 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718086441075_192.168.110.235_56308
14:14:01.148 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718086440695_192.168.110.235_56306
14:14:01.149 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718086440695_192.168.110.235_56306
14:14:01.149 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify disconnected event to listeners
14:14:01.150 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify connected event to listeners.
14:14:01.181 [http-nio-9201-exec-1] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,286] - user------------------com.ruoyi.system.api.domain.SysUser@24d5e1f9[
  userId=17
  deptId=<null>
  userName=0e40804fcf174d8fa09c7dc11fa56345
  nickName=白金用户
  email=<null>
  phonenumber=<null>
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$0gCorU.yc4ng7xeCXujEXu1ekDO2RfR.2d7KVjN0OsdSAaDuQp3MS
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
14:14:02.583 [nacos-grpc-client-executor-6630] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Receive server push request, request = NotifySubscriberRequest, requestId = 193
14:14:02.584 [nacos-grpc-client-executor-6630] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Ack server push request, request = NotifySubscriberRequest, requestId = 193
14:14:11.115 [http-nio-9201-exec-6] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,286] - user------------------com.ruoyi.system.api.domain.SysUser@121ba326[
  userId=18
  deptId=<null>
  userName=0b9e7c15741449f89801f349a613a223
  nickName=白金用户
  email=<null>
  phonenumber=<null>
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$NUDD8WufVkQIJYZL2BRJ.OuYU.PFSGDNzgXAIH/BmIgYoBzCZvbwC
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
14:19:42.562 [http-nio-9201-exec-10] INFO  c.r.s.w.WebSocketServer - [onClose,64] - 
 关闭连接 - org.apache.tomcat.websocket.WsSession@ee99653
14:19:42.563 [http-nio-9201-exec-10] INFO  c.r.s.a.u.WebSocketUsers - [remove,78] - 
 正在移出用户 - 0
14:19:42.563 [http-nio-9201-exec-10] INFO  c.r.s.a.u.WebSocketUsers - [remove,83] - 
 移出结果 - 成功
15:19:41.225 [nacos-grpc-client-executor-7475] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Receive server push request, request = ConfigChangeNotifyRequest, requestId = 332
15:19:41.240 [nacos-grpc-client-executor-7475] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Ack server push request, request = ConfigChangeNotifyRequest, requestId = 332
16:22:31.645 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Server healthy check fail, currentConnection = 1718086441075_192.168.110.235_56308
16:22:31.647 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:22:37.793 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_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:41.012 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_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:41.040 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Server healthy check fail, currentConnection = 1718086441015_192.168.110.235_56307
16:22:41.041 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:22:44.329 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_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.214 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] 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:47.747 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_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.440 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] 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:51.273 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_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.758 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] 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:54.893 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_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.184 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] 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:58.609 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_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:00.716 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
16:23:02.419 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_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:04.333 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] 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:04.470 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718094184544_192.168.110.235_51952
16:23:04.470 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718086441075_192.168.110.235_56308
16:23:04.470 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718086441075_192.168.110.235_56308
16:23:04.471 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify disconnected event to listeners
16:23:04.483 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify connected event to listeners.
16:23:08.062 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] 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:11.885 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] 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:15.806 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] 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:17.942 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Success to connect a server [192.168.110.235:8848], connectionId = 1718094198022_192.168.110.235_52154
16:23:17.942 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718086441015_192.168.110.235_56307
16:23:17.942 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718086441015_192.168.110.235_56307
16:23:17.943 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Notify disconnected event to listeners
16:23:17.945 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Notify connected event to listeners.
16:23:21.508 [nacos-grpc-client-executor-8191] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Receive server push request, request = NotifySubscriberRequest, requestId = 568
16:23:21.508 [nacos-grpc-client-executor-8191] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b0dcdd37-4422-490b-b46e-1f7f23991bc5] Ack server push request, request = NotifySubscriberRequest, requestId = 568
16:38:09.958 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Server healthy check fail, currentConnection = 1718094184544_192.168.110.235_51952
16:38:09.959 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:38:13.200 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718095093283_192.168.110.235_53256
16:38:13.200 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718094184544_192.168.110.235_51952
16:38:13.200 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718094184544_192.168.110.235_51952
16:38:13.201 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify disconnected event to listeners
16:38:13.209 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a475486a-49e5-4455-b57a-0c26f4ea9b8e_config-0] Notify connected event to listeners.
16:56:55.352 [lettuce-nioEventLoop-4-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.395 [lettuce-nioEventLoop-4-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:55.409 [lettuce-nioEventLoop-4-3] 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.693 [lettuce-eventExecutorLoop-1-2] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
16:56:55.694 [lettuce-eventExecutorLoop-1-1] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
16:56:55.743 [lettuce-eventExecutorLoop-1-3] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
16:57:04.548 [lettuce-nioEventLoop-4-6] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
16:57:04.550 [lettuce-nioEventLoop-4-5] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
16:57:04.650 [lettuce-nioEventLoop-4-4] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
16:59:35.922 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:59:37.241 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0
16:59:37.349 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 66 ms to scan 1 urls, producing 3 keys and 6 values 
16:59:37.401 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values 
16:59:37.420 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
16:59:37.865 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 440 ms to scan 245 urls, producing 0 keys and 0 values 
16:59:37.885 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 5 values 
16:59:37.912 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 1 keys and 7 values 
16:59:37.929 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
16:59:38.334 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 400 ms to scan 245 urls, producing 0 keys and 0 values 
16:59:38.338 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:59:38.339 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/165137662
16:59:38.340 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1728897841
16:59:38.342 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:59:38.343 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:59:38.362 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:59:40.554 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718096380517_192.168.110.235_59114
16:59:40.556 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify connected event to listeners.
16:59:40.556 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:59:40.557 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/324008184
16:59:40.723 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:59:46.040 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
16:59:46.041 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:59:46.041 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:59:47.162 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:59:48.296 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
16:59:48.298 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:59:48.298 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:59:50.393 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-11 16:59:49|2024-06-11 16:59:50|||0|
16:59:55.775 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:59:57.764 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:59:57.897 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:59:57.969 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:59:59.433 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 2034bc93-2818-471d-9b9f-09f6909dd800
16:59:59.434 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] RpcClient init label, labels = {module=naming, source=sdk}
16:59:59.437 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:59:59.437 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:59:59.437 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:59:59.438 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:59:59.559 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718096399645_192.168.110.235_59469
16:59:59.560 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:59:59.560 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
16:59:59.560 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/324008184
16:59:59.605 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
16:59:59.634 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
17:00:00.180 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Receive server push request, request = NotifySubscriberRequest, requestId = 663
17:00:00.188 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Ack server push request, request = NotifySubscriberRequest, requestId = 663
17:00:00.790 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 26.22 seconds (JVM running for 29.447)
17:00:00.824 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
17:00:00.839 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
17:00:00.852 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
17:00:01.373 [RMI TCP Connection(3)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:15:14.926 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Server healthy check fail, currentConnection = 1718096399645_192.168.110.235_59469
17:15:14.927 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:15:15.047 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect a server [192.168.110.235:8848], connectionId = 1718097315137_192.168.110.235_61079
17:15:15.047 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718096399645_192.168.110.235_59469
17:15:15.048 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718096399645_192.168.110.235_59469
17:15:15.053 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:15:15.055 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
17:15:20.519 [nacos-grpc-client-executor-196] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Receive server push request, request = NotifySubscriberRequest, requestId = 720
17:15:20.519 [nacos-grpc-client-executor-196] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Ack server push request, request = NotifySubscriberRequest, requestId = 720
17:15:21.311 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Server healthy check fail, currentConnection = 1718096380517_192.168.110.235_59114
17:15:21.311 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:15:25.627 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097325694_192.168.110.235_61100
17:15:25.627 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718096380517_192.168.110.235_59114
17:15:25.627 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718096380517_192.168.110.235_59114
17:15:25.628 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify disconnected event to listeners
17:15:25.638 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify connected event to listeners.
17:15:33.079 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Server healthy check fail, currentConnection = 1718097315137_192.168.110.235_61079
17:15:33.079 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:15:34.376 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect a server [192.168.110.235:8848], connectionId = 1718097333303_192.168.110.235_61115
17:15:34.376 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097315137_192.168.110.235_61079
17:15:34.377 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097315137_192.168.110.235_61079
17:15:34.378 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:15:34.379 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
17:15:38.646 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Server healthy check fail, currentConnection = 1718097325694_192.168.110.235_61100
17:15:38.647 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:15:44.779 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:15:47.395 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Server healthy check fail, currentConnection = 1718097333303_192.168.110.235_61115
17:15:47.395 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:15:47.566 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect a server [192.168.110.235:8848], connectionId = 1718097347624_192.168.110.235_61134
17:15:47.566 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097333303_192.168.110.235_61115
17:15:47.567 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097333303_192.168.110.235_61115
17:15:47.567 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:15:47.569 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
17:15:48.000 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:15:51.323 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:15:51.935 [nacos-grpc-client-executor-212] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Receive server push request, request = NotifySubscriberRequest, requestId = 765
17:15:51.936 [nacos-grpc-client-executor-212] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Ack server push request, request = NotifySubscriberRequest, requestId = 765
17:15:54.742 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:15:58.267 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:15:59.599 [nacos-grpc-client-executor-215] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 771
17:15:59.623 [nacos-grpc-client-executor-215] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 771
17:15:59.624 [nacos-grpc-client-executor-215] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1718097325694_192.168.110.235_61100]Ignore complete event,isRunning:false,isAbandon=false
17:16:01.885 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:05.597 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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
17:16:06.557 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097366622_192.168.110.235_61176
17:16:06.558 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097325694_192.168.110.235_61100
17:16:06.559 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097325694_192.168.110.235_61100
17:16:06.560 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify disconnected event to listeners
17:16:06.572 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify connected event to listeners.
17:16:16.799 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Server healthy check fail, currentConnection = 1718097347624_192.168.110.235_61134
17:16:16.799 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:18.487 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect a server [192.168.110.235:8848], connectionId = 1718097378027_192.168.110.235_61196
17:16:18.487 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097347624_192.168.110.235_61134
17:16:18.487 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097347624_192.168.110.235_61134
17:16:18.488 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:16:18.490 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
17:16:19.588 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Server healthy check fail, currentConnection = 1718097366622_192.168.110.235_61176
17:16:19.588 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:25.706 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:26.495 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Server healthy check fail, currentConnection = 1718097378027_192.168.110.235_61196
17:16:26.495 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:26.619 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect a server [192.168.110.235:8848], connectionId = 1718097386705_192.168.110.235_61265
17:16:26.619 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097386150_192.168.110.235_61264
17:16:26.619 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097378027_192.168.110.235_61196
17:16:26.619 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097378027_192.168.110.235_61196
17:16:26.619 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097366622_192.168.110.235_61176
17:16:26.619 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097366622_192.168.110.235_61176
17:16:26.620 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:16:26.620 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify disconnected event to listeners
17:16:26.621 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
17:16:26.630 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify connected event to listeners.
17:16:29.621 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:35.740 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] 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:38.948 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] 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:39.632 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Server healthy check fail, currentConnection = 1718097386150_192.168.110.235_61264
17:16:39.633 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:42.278 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] 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:45.684 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] 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:45.773 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:46.352 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect a server [192.168.110.235:8848], connectionId = 1718097406416_192.168.110.235_61328
17:16:46.353 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097386705_192.168.110.235_61265
17:16:46.353 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097386705_192.168.110.235_61265
17:16:46.353 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:16:46.354 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
17:16:46.368 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Server check success, currentServer is 192.168.110.235:8848
17:16:48.987 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:52.300 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_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:52.819 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097412915_192.168.110.235_61337
17:16:52.819 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097386150_192.168.110.235_61264
17:16:52.819 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097386150_192.168.110.235_61264
17:16:52.819 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify disconnected event to listeners
17:16:52.831 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify connected event to listeners.
17:16:54.019 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:16:54.140 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect a server [192.168.110.235:8848], connectionId = 1718097414231_192.168.110.235_61342
17:16:54.140 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097406416_192.168.110.235_61328
17:16:54.141 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097406416_192.168.110.235_61328
17:16:54.142 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:16:54.143 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
17:17:01.595 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Server check success, currentServer is 192.168.110.235:8848
17:17:06.684 [nacos-grpc-client-executor-251] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Receive server push request, request = NotifySubscriberRequest, requestId = 871
17:17:06.685 [nacos-grpc-client-executor-251] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Ack server push request, request = NotifySubscriberRequest, requestId = 871
17:17:11.811 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Server healthy check fail, currentConnection = 1718097412915_192.168.110.235_61337
17:17:11.811 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:17:17.759 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718097436594_192.168.110.235_61373
17:17:17.759 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097412915_192.168.110.235_61337
17:17:17.760 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097412915_192.168.110.235_61337
17:17:17.760 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify disconnected event to listeners
17:17:17.773 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3d087ae4-0085-4d3c-9ee5-6742d23fab94_config-0] Notify connected event to listeners.
17:17:38.919 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Server healthy check fail, currentConnection = 1718097414231_192.168.110.235_61342
17:17:38.919 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:17:39.057 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect a server [192.168.110.235:8848], connectionId = 1718097459130_192.168.110.235_61413
17:17:39.057 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097414231_192.168.110.235_61342
17:17:39.057 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097414231_192.168.110.235_61342
17:17:39.057 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:17:39.059 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
17:17:43.962 [nacos-grpc-client-executor-262] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Receive server push request, request = NotifySubscriberRequest, requestId = 894
17:17:43.962 [nacos-grpc-client-executor-262] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Ack server push request, request = NotifySubscriberRequest, requestId = 894
17:17:52.093 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Server healthy check fail, currentConnection = 1718097459130_192.168.110.235_61413
17:17:52.094 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:17:55.607 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Success to connect a server [192.168.110.235:8848], connectionId = 1718097475435_192.168.110.235_61444
17:17:55.608 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718097459130_192.168.110.235_61413
17:17:55.608 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097459130_192.168.110.235_61413
17:17:55.609 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:17:55.610 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify connected event to listeners.
17:17:59.163 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
17:17:59.494 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
17:18:00.213 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
17:18:00.213 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@1a6c1277[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
17:18:00.213 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718097475435_192.168.110.235_61444
17:18:00.214 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@4062f8f2[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 269]
17:18:00.223 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:18:00.223 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Client is shutdown, stop reconnect to server
17:18:00.223 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [2034bc93-2818-471d-9b9f-09f6909dd800] Notify disconnected event to listeners
17:18:00.436 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:18:00.442 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:18:00.458 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:18:00.458 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:20:16.937 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:20:18.722 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0
17:20:18.850 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 88 ms to scan 1 urls, producing 3 keys and 6 values 
17:20:18.937 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 39 ms to scan 1 urls, producing 4 keys and 9 values 
17:20:18.977 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 32 ms to scan 1 urls, producing 3 keys and 10 values 
17:20:19.853 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 868 ms to scan 245 urls, producing 0 keys and 0 values 
17:20:19.894 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 39 ms to scan 1 urls, producing 1 keys and 5 values 
17:20:20.032 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 134 ms to scan 1 urls, producing 1 keys and 7 values 
17:20:20.084 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 47 ms to scan 1 urls, producing 2 keys and 8 values 
17:20:21.385 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 1279 ms to scan 245 urls, producing 0 keys and 0 values 
17:20:21.393 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:20:21.395 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/2083106248
17:20:21.396 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1261321871
17:20:21.398 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:20:21.399 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:20:21.424 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:20:24.362 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718097624293_192.168.110.235_62445
17:20:24.364 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] Notify connected event to listeners.
17:20:24.366 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:20:24.367 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c7be6ee5-a066-4106-8068-5b7684eb3f8e_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1303773766
17:20:24.580 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:20:30.622 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
17:20:30.623 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:20:30.623 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:20:31.393 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:20:32.406 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:20:32.407 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:20:32.407 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:20:34.614 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-11 17:20:34|2024-06-11 17:20:34|||0|
17:20:49.119 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:20:49.122 [main] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:20:49.130 [main] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:20:49.130 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:20:49.131 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
17:20:59.371 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:21:00.454 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 578a979d-e9c8-4454-95e7-4b4398724624_config-0
17:21:00.532 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 50 ms to scan 1 urls, producing 3 keys and 6 values 
17:21:00.579 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
17:21:00.597 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
17:21:00.983 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 380 ms to scan 245 urls, producing 0 keys and 0 values 
17:21:01.000 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 5 values 
17:21:01.023 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 1 keys and 7 values 
17:21:01.039 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
17:21:01.376 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 334 ms to scan 245 urls, producing 0 keys and 0 values 
17:21:01.377 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:21:01.378 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/604990529
17:21:01.379 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/911857585
17:21:01.381 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:21:01.382 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:21:01.396 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:21:03.244 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718097663219_192.168.110.235_62780
17:21:03.245 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] Notify connected event to listeners.
17:21:03.246 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:21:03.246 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [578a979d-e9c8-4454-95e7-4b4398724624_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1444500451
17:21:03.369 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:21:07.619 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
17:21:07.620 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:21:07.620 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:21:08.149 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:21:08.930 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:21:08.932 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:21:08.932 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:21:10.806 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-11 17:21:10|2024-06-11 17:21:10|||0|
17:21:24.578 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:21:24.584 [main] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:21:24.591 [main] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:21:24.591 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:21:24.592 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
17:23:03.838 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:23:04.984 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0
17:23:05.071 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 57 ms to scan 1 urls, producing 3 keys and 6 values 
17:23:05.143 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 4 keys and 9 values 
17:23:05.162 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values 
17:23:05.555 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 387 ms to scan 245 urls, producing 0 keys and 0 values 
17:23:05.578 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 5 values 
17:23:05.598 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values 
17:23:05.616 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
17:23:05.985 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 366 ms to scan 245 urls, producing 0 keys and 0 values 
17:23:05.987 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:23:05.988 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1610155589
17:23:05.989 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/947647193
17:23:05.991 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:23:05.992 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:23:06.010 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:23:07.838 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718097787812_192.168.110.235_62917
17:23:07.841 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] Notify connected event to listeners.
17:23:07.844 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:23:07.846 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c764d455-9b98-44ea-89c7-7e9d082d7dd6_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1445384588
17:23:07.994 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:23:12.172 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
17:23:12.172 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:23:12.173 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:23:12.735 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:23:13.543 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:23:13.545 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:23:13.545 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:23:15.336 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-11 17:23:14|2024-06-11 17:23:15|||0|
17:23:29.016 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:23:29.023 [main] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:23:29.120 [main] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:23:29.120 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:23:29.122 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
17:24:42.250 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:24:43.699 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0
17:24:43.815 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 74 ms to scan 1 urls, producing 3 keys and 6 values 
17:24:43.882 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 33 ms to scan 1 urls, producing 4 keys and 9 values 
17:24:43.910 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 3 keys and 10 values 
17:24:44.418 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 500 ms to scan 245 urls, producing 0 keys and 0 values 
17:24:44.439 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 5 values 
17:24:44.465 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 1 keys and 7 values 
17:24:44.484 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values 
17:24:44.923 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 434 ms to scan 245 urls, producing 0 keys and 0 values 
17:24:44.925 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:24:44.927 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/904409454
17:24:44.927 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/40736485
17:24:44.929 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:24:44.931 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:24:44.948 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:24:47.155 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718097887125_192.168.110.235_63061
17:24:47.157 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] Notify connected event to listeners.
17:24:47.157 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:24:47.158 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f4ff2afe-7162-42b4-a592-497d74a9c61d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/785340693
17:24:47.309 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:24:52.201 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
17:24:52.202 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:24:52.203 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:24:52.790 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:24:53.718 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:24:53.720 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:24:53.720 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:24:55.719 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-11 17:24:55|2024-06-11 17:24:55|||0|
17:25:09.969 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
17:25:09.974 [main] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
17:25:09.981 [main] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
17:25:09.982 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
17:25:09.983 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
17:27:54.826 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:27:56.220 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0
17:27:56.328 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 64 ms to scan 1 urls, producing 3 keys and 6 values 
17:27:56.387 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 4 keys and 9 values 
17:27:56.415 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 3 keys and 10 values 
17:27:57.088 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 664 ms to scan 245 urls, producing 0 keys and 0 values 
17:27:57.198 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 108 ms to scan 1 urls, producing 1 keys and 5 values 
17:27:57.245 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 33 ms to scan 1 urls, producing 1 keys and 7 values 
17:27:57.312 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 31 ms to scan 1 urls, producing 2 keys and 8 values 
17:27:58.300 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 979 ms to scan 245 urls, producing 0 keys and 0 values 
17:27:58.304 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_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:58.306 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1845297077
17:27:58.308 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/407877261
17:27:58.315 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:27:58.320 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:27:58.376 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:28:00.754 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718098080715_192.168.110.235_63860
17:28:00.755 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0] Notify connected event to listeners.
17:28:00.756 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:28:00.757 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [fede2cad-75d4-46b1-a720-e1c743b94a3b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/569305423
17:28:00.922 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:28:06.217 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
17:28:06.217 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:28:06.218 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:28:06.826 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:28:07.821 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:28:07.822 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:28:07.823 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:28:10.105 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-11 17:28:09|2024-06-11 17:28:10|||0|
17:28:15.713 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:28:17.660 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:28:17.786 [redisson-netty-5-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
17:28:17.868 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
17:28:19.272 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 744b192c-3b5d-4978-9006-ea8bf5510f32
17:28:19.272 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] RpcClient init label, labels = {module=naming, source=sdk}
17:28:19.275 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:28:19.276 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:28:19.276 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:28:19.277 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:28:19.396 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718098099487_192.168.110.235_64201
17:28:19.397 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] Notify connected event to listeners.
17:28:19.397 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:28:19.397 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/569305423
17:28:19.464 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
17:28:19.500 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
17:28:20.023 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] Receive server push request, request = NotifySubscriberRequest, requestId = 40
17:28:20.031 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [744b192c-3b5d-4978-9006-ea8bf5510f32] Ack server push request, request = NotifySubscriberRequest, requestId = 40
17:28:20.514 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 27.027 seconds (JVM running for 30.172)
17:28:20.545 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
17:28:20.555 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
17:28:20.568 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
17:28:21.329 [RMI TCP Connection(4)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:23:06.757 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:23:06.796 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:23:07.148 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:23:07.149 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@4bfa69d0[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:23:07.149 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718098099487_192.168.110.235_64201
18:23:07.160 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@fa2966a[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 669]
18:23:07.334 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
18:23:07.340 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
18:23:07.356 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
18:23:07.356 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye