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
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
08:57:22.474 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
08:57:23.593 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 3322904e-dd36-4746-8df0-1857092c7628_config-0
08:57:23.698 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 64 ms to scan 1 urls, producing 3 keys and 6 values 
08:57:23.751 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values 
08:57:23.775 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 3 keys and 10 values 
08:57:24.618 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 839 ms to scan 250 urls, producing 0 keys and 0 values 
08:57:24.635 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 5 values 
08:57:24.657 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 7 values 
08:57:24.671 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values 
08:57:24.958 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 284 ms to scan 250 urls, producing 0 keys and 0 values 
08:57:24.964 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
08:57:24.966 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1867177582
08:57:24.966 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/971256592
08:57:24.969 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
08:57:24.971 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
08:57:24.991 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:57:26.789 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717721846764_192.168.110.235_49364
08:57:26.790 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Notify connected event to listeners.
08:57:26.790 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:57:26.791 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1057064084
08:57:27.203 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
08:57:32.442 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
08:57:32.442 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:57:32.442 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
08:57:32.897 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:57:33.691 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
08:57:33.693 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
08:57:33.694 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
08:57:36.764 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
08:57:39.696 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
08:57:40.215 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
08:57:40.397 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
08:57:42.051 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e87b1c1b-53a8-455f-9e33-e49dd8e76aec
08:57:42.051 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] RpcClient init label, labels = {module=naming, source=sdk}
08:57:42.054 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
08:57:42.054 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
08:57:42.055 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
08:57:42.056 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:57:42.180 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717721862274_192.168.110.235_49465
08:57:42.180 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] Notify connected event to listeners.
08:57:42.180 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:57:42.180 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1057064084
08:57:42.228 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
08:57:42.264 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
08:57:42.782 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] Receive server push request, request = NotifySubscriberRequest, requestId = 462
08:57:42.790 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e87b1c1b-53a8-455f-9e33-e49dd8e76aec] Ack server push request, request = NotifySubscriberRequest, requestId = 462
08:57:43.222 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 21.933 seconds (JVM running for 26.511)
08:57:43.245 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
08:57:43.250 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
08:57:43.257 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
08:57:44.112 [RMI TCP Connection(5)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:29:32.210 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Server healthy check fail, currentConnection = 1717721846764_192.168.110.235_49364
09:29:32.213 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
09:29:35.486 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717723775523_192.168.110.235_57650
09:29:35.486 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717721846764_192.168.110.235_49364
09:29:35.486 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717721846764_192.168.110.235_49364
09:29:35.487 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Notify disconnected event to listeners
09:29:35.495 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Notify connected event to listeners.
10:29:49.312 [nacos-grpc-client-executor-1124] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Receive server push request, request = ConfigChangeNotifyRequest, requestId = 563
10:29:49.319 [nacos-grpc-client-executor-1124] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3322904e-dd36-4746-8df0-1857092c7628_config-0] Ack server push request, request = ConfigChangeNotifyRequest, requestId = 563
10:31:27.471 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
10:31:28.672 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0
10:31:28.976 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 128 ms to scan 1 urls, producing 3 keys and 6 values 
10:31:29.123 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 42 ms to scan 1 urls, producing 4 keys and 9 values 
10:31:29.163 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 29 ms to scan 1 urls, producing 3 keys and 10 values 
10:31:29.587 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 417 ms to scan 250 urls, producing 0 keys and 0 values 
10:31:29.603 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
10:31:29.624 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 7 values 
10:31:29.639 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
10:31:29.945 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 302 ms to scan 250 urls, producing 0 keys and 0 values 
10:31:29.948 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
10:31:29.949 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/40736485
10:31:29.949 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/862486751
10:31:29.950 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
10:31:29.951 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
10:31:29.962 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:31:31.875 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717727491741_192.168.110.235_56985
10:31:31.878 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Notify connected event to listeners.
10:31:31.879 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:31:31.882 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1494158416
10:31:32.005 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
10:31:35.820 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
10:31:35.820 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
10:31:35.821 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
10:31:36.241 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
10:31:38.168 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
10:31:38.169 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
10:31:38.170 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
10:31:41.526 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
10:31:44.219 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
10:31:44.679 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
10:31:44.790 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
10:31:46.273 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6ea42d39-2f5c-480b-bf68-c2a7864c510f
10:31:46.273 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] RpcClient init label, labels = {module=naming, source=sdk}
10:31:46.275 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
10:31:46.275 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
10:31:46.276 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
10:31:46.276 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
10:31:46.406 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717727506372_192.168.110.235_57094
10:31:46.406 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Notify connected event to listeners.
10:31:46.406 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
10:31:46.407 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1494158416
10:31:46.463 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
10:31:46.502 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
10:31:46.984 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Receive server push request, request = NotifySubscriberRequest, requestId = 569
10:31:46.992 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Ack server push request, request = NotifySubscriberRequest, requestId = 569
10:31:47.344 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 21.05 seconds (JVM running for 23.139)
10:31:47.369 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
10:31:47.375 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
10:31:47.382 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
10:31:48.589 [RMI TCP Connection(6)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:00:01.116 [nacos-grpc-client-executor-340] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Receive server push request, request = ClientDetectionRequest, requestId = 584
11:00:01.116 [nacos-grpc-client-executor-344] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 583
11:00:01.116 [nacos-grpc-client-executor-344] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 583
11:00:01.116 [nacos-grpc-client-executor-340] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Ack server push request, request = ClientDetectionRequest, requestId = 584
11:00:01.124 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Server healthy check fail, currentConnection = 1717727506372_192.168.110.235_57094
11:00:01.124 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Server healthy check fail, currentConnection = 1717727491741_192.168.110.235_56985
11:00:01.125 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:00:01.125 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:00:01.277 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717729201240_192.168.110.235_62335
11:00:01.277 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Success to connect a server [192.168.110.235:8848], connectionId = 1717729201240_192.168.110.235_62334
11:00:01.277 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717727491741_192.168.110.235_56985
11:00:01.277 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717727506372_192.168.110.235_57094
11:00:01.277 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717727491741_192.168.110.235_56985
11:00:01.277 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717727506372_192.168.110.235_57094
11:00:01.285 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:00:01.285 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:00:01.285 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Notify disconnected event to listeners
11:00:01.285 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Notify disconnected event to listeners
11:00:01.289 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Notify connected event to listeners.
11:00:01.295 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Notify connected event to listeners.
11:00:01.417 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Success to connect a server [192.168.110.235:8848], connectionId = 1717729201378_192.168.110.235_62338
11:00:01.417 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717729201240_192.168.110.235_62334
11:00:01.417 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717729201240_192.168.110.235_62334
11:00:01.421 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Notify disconnected event to listeners
11:00:01.421 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Notify connected event to listeners.
11:00:01.423 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Server check success, currentServer is 192.168.110.235:8848
11:00:01.432 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717729201392_192.168.110.235_62337
11:00:01.432 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717729201240_192.168.110.235_62335
11:00:01.432 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717729201240_192.168.110.235_62335
11:00:01.433 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Notify disconnected event to listeners
11:00:01.434 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [3f6fffb8-a19f-4a51-9760-da8040a978ec_config-0] Notify connected event to listeners.
11:00:04.728 [nacos-grpc-client-executor-354] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Receive server push request, request = NotifySubscriberRequest, requestId = 588
11:00:04.729 [nacos-grpc-client-executor-354] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ea42d39-2f5c-480b-bf68-c2a7864c510f] Ack server push request, request = NotifySubscriberRequest, requestId = 588
11:12:35.603 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
11:12:36.572 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of daf7093d-b242-4341-8160-ca955d1e9d40_config-0
11:12:36.666 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 57 ms to scan 1 urls, producing 3 keys and 6 values 
11:12:36.705 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
11:12:36.720 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 3 keys and 10 values 
11:12:37.057 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 333 ms to scan 250 urls, producing 0 keys and 0 values 
11:12:37.073 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
11:12:37.098 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 7 values 
11:12:37.113 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
11:12:37.412 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 296 ms to scan 250 urls, producing 0 keys and 0 values 
11:12:37.415 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
11:12:37.416 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1237907176
11:12:37.417 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1795560878
11:12:37.418 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
11:12:37.419 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
11:12:37.431 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:12:39.077 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717729958948_192.168.110.235_57331
11:12:39.080 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Notify connected event to listeners.
11:12:39.081 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:12:39.082 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2078992278
11:12:39.192 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
11:12:42.835 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
11:12:42.836 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
11:12:42.836 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
11:12:43.256 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
11:12:44.039 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
11:12:44.040 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
11:12:44.041 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
11:12:46.695 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
11:12:49.239 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
11:12:49.672 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
11:12:49.735 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
11:12:51.129 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa
11:12:51.129 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] RpcClient init label, labels = {module=naming, source=sdk}
11:12:51.131 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
11:12:51.131 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
11:12:51.132 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
11:12:51.132 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
11:12:51.253 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717729971222_192.168.110.235_57438
11:12:51.254 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Notify connected event to listeners.
11:12:51.254 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
11:12:51.255 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2078992278
11:12:51.294 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
11:12:51.322 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
11:12:51.857 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Receive server push request, request = NotifySubscriberRequest, requestId = 591
11:12:51.864 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Ack server push request, request = NotifySubscriberRequest, requestId = 591
11:12:52.118 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 17.535 seconds (JVM running for 22.333)
11:12:52.141 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
11:12:52.146 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
11:12:52.153 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
11:12:52.968 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:13:12.195 [nacos-grpc-client-executor-14] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Receive server push request, request = NotifySubscriberRequest, requestId = 593
11:13:12.196 [nacos-grpc-client-executor-14] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Ack server push request, request = NotifySubscriberRequest, requestId = 593
11:13:15.518 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Server healthy check fail, currentConnection = 1717729958948_192.168.110.235_57331
11:13:15.519 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:13:16.656 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717729996617_192.168.110.235_57482
11:13:16.656 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717729958948_192.168.110.235_57331
11:13:16.656 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717729958948_192.168.110.235_57331
11:13:16.663 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Notify disconnected event to listeners
11:13:16.670 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Notify connected event to listeners.
14:39:49.509 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Server healthy check fail, currentConnection = 1717729971222_192.168.110.235_57438
14:39:49.510 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Server healthy check fail, currentConnection = 1717729996617_192.168.110.235_57482
14:39:49.517 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Try to reconnect to a new server, server is  not appointed, will choose a random server.
14:39:49.517 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
14:39:49.532 [nacos-grpc-client-executor-2486] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Receive server push request, request = ClientDetectionRequest, requestId = 728
14:39:49.533 [nacos-grpc-client-executor-2486] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [320e1ce2-abe7-45ce-a3fa-5616b0dfd7fa] Ack server push request, request = ClientDetectionRequest, requestId = 728
14:39:49.532 [nacos-grpc-client-executor-2487] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 727
14:39:49.534 [nacos-grpc-client-executor-2487] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daf7093d-b242-4341-8160-ca955d1e9d40_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 727
14:39:49.538 [nacos-grpc-client-executor-2486] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717729971222_192.168.110.235_57438]Ignore complete event,isRunning:false,isAbandon=false
14:39:49.539 [nacos-grpc-client-executor-2487] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717729996617_192.168.110.235_57482]Ignore complete event,isRunning:false,isAbandon=false
14:40:04.235 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
14:40:05.371 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 29fa5014-1397-4fab-8aad-f968c71cafc9_config-0
14:40:05.458 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 57 ms to scan 1 urls, producing 3 keys and 6 values 
14:40:05.509 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 4 keys and 9 values 
14:40:05.528 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values 
14:40:05.892 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 359 ms to scan 250 urls, producing 0 keys and 0 values 
14:40:05.914 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 1 keys and 5 values 
14:40:05.939 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 1 keys and 7 values 
14:40:05.962 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 2 keys and 8 values 
14:40:06.274 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 305 ms to scan 250 urls, producing 0 keys and 0 values 
14:40:06.277 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:40:06.278 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/836386144
14:40:06.279 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1621939721
14:40:06.280 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:40:06.281 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:40:06.292 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:40:08.735 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717742408051_192.168.110.235_55330
14:40:08.737 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] Notify connected event to listeners.
14:40:08.746 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:40:08.747 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [29fa5014-1397-4fab-8aad-f968c71cafc9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2094770768
14:40:09.289 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
14:40:14.223 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
14:40:14.224 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:40:14.224 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
14:40:14.678 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:40:15.572 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
14:40:15.573 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
14:40:15.574 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
14:40:18.386 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
14:40:21.146 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
14:40:21.601 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
14:40:21.731 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
14:40:23.370 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 649a0040-f923-44ba-96cf-6c0b859861a8
14:40:23.370 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] RpcClient init label, labels = {module=naming, source=sdk}
14:40:23.373 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:40:23.373 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:40:23.374 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:40:23.375 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:40:23.494 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717742423509_192.168.110.235_55439
14:40:23.494 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Notify connected event to listeners.
14:40:23.494 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:40:23.495 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2094770768
14:40:23.533 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
14:40:23.559 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
14:40:24.132 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Receive server push request, request = NotifySubscriberRequest, requestId = 731
14:40:24.143 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Ack server push request, request = NotifySubscriberRequest, requestId = 731
14:40:24.349 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 21.225 seconds (JVM running for 24.163)
14:40:24.374 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
14:40:24.379 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
14:40:24.386 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
14:40:25.598 [RMI TCP Connection(7)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:40:40.198 [nacos-grpc-client-executor-14] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Receive server push request, request = NotifySubscriberRequest, requestId = 732
14:40:40.199 [nacos-grpc-client-executor-14] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [649a0040-f923-44ba-96cf-6c0b859861a8] Ack server push request, request = NotifySubscriberRequest, requestId = 732
14:50:56.282 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
14:50:56.285 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
14:50:56.644 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
14:50:56.645 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@3099bd0f[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
14:50:56.645 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717742423509_192.168.110.235_55439
14:50:56.647 [nacos-grpc-client-executor-146] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717742423509_192.168.110.235_55439]Ignore complete event,isRunning:false,isAbandon=false
14:50:56.652 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3fb3ccb1[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 147]
14:50:56.790 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
14:50:56.793 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
14:50:56.803 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
14:50:56.803 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
14:51:09.956 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
14:51:11.281 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0
14:51:11.384 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 67 ms to scan 1 urls, producing 3 keys and 6 values 
14:51:11.448 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 4 keys and 9 values 
14:51:11.472 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 3 keys and 10 values 
14:51:11.873 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 396 ms to scan 250 urls, producing 0 keys and 0 values 
14:51:11.896 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 5 values 
14:51:11.923 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 7 values 
14:51:11.941 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values 
14:51:12.496 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 551 ms to scan 250 urls, producing 0 keys and 0 values 
14:51:12.504 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:51:12.505 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1005331061
14:51:12.506 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/836386144
14:51:12.509 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:51:12.511 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:51:12.536 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:51:15.167 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717743075063_192.168.110.235_64706
14:51:15.169 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] Notify connected event to listeners.
14:51:15.169 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:51:15.170 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [b64d8722-b0a6-4870-bcb0-43897e511b3a_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1272284318
14:51:15.307 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
14:51:19.246 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
14:51:19.246 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:51:19.246 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
14:51:19.700 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:51:20.538 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
14:51:20.539 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
14:51:20.540 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
14:51:24.235 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
14:51:27.318 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
14:51:27.836 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
14:51:27.895 [redisson-netty-4-18] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
14:51:29.493 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 8824dac2-17cd-4dd2-9e04-e9872b537b3f
14:51:29.493 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] RpcClient init label, labels = {module=naming, source=sdk}
14:51:29.495 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:51:29.496 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:51:29.496 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:51:29.497 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:51:29.610 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717743089634_192.168.110.235_51223
14:51:29.610 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:51:29.610 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] Notify connected event to listeners.
14:51:29.610 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1272284318
14:51:29.652 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
14:51:29.686 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
14:51:30.184 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] Receive server push request, request = NotifySubscriberRequest, requestId = 737
14:51:30.192 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8824dac2-17cd-4dd2-9e04-e9872b537b3f] Ack server push request, request = NotifySubscriberRequest, requestId = 737
14:51:30.695 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 22.162 seconds (JVM running for 24.295)
14:51:30.719 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
14:51:30.726 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
14:51:30.732 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
14:51:31.148 [RMI TCP Connection(4)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:00:06.113 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:00:07.374 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of cb3e3955-6819-4937-81d5-602a635c881c_config-0
15:00:07.478 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 66 ms to scan 1 urls, producing 3 keys and 6 values 
15:00:07.528 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values 
15:00:07.549 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 3 keys and 10 values 
15:00:07.959 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 404 ms to scan 250 urls, producing 0 keys and 0 values 
15:00:07.988 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 1 keys and 5 values 
15:00:08.016 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 1 keys and 7 values 
15:00:08.034 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
15:00:08.373 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 333 ms to scan 250 urls, producing 0 keys and 0 values 
15:00:08.377 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:00:08.378 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1733903473
15:00:08.378 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1969969319
15:00:08.379 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:00:08.380 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:00:08.394 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:00:10.874 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717743610699_192.168.110.235_53300
15:00:10.876 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Notify connected event to listeners.
15:00:10.877 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:00:10.878 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/805561728
15:00:11.178 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:00:16.794 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
15:00:16.794 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:00:16.794 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:00:17.434 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:00:18.822 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:00:18.823 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:00:18.824 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:00:22.499 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:00:25.328 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:00:25.823 [redisson-netty-4-9] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
15:00:25.935 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:00:27.490 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 868a3dfe-9630-4c74-9b25-526c2859d332
15:00:27.490 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] RpcClient init label, labels = {module=naming, source=sdk}
15:00:27.494 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:00:27.494 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:00:27.495 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:00:27.496 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:00:27.624 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717743627637_192.168.110.235_60688
15:00:27.624 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:00:27.625 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Notify connected event to listeners.
15:00:27.625 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/805561728
15:00:27.664 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
15:00:27.699 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
15:00:28.159 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Receive server push request, request = NotifySubscriberRequest, requestId = 744
15:00:28.166 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Ack server push request, request = NotifySubscriberRequest, requestId = 744
15:00:28.591 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 23.589 seconds (JVM running for 25.805)
15:00:28.638 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
15:00:28.655 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
15:00:28.664 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
15:00:29.415 [RMI TCP Connection(10)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:02:38.844 [nacos-grpc-client-executor-41] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Receive server push request, request = NotifySubscriberRequest, requestId = 745
15:02:38.845 [nacos-grpc-client-executor-41] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Ack server push request, request = NotifySubscriberRequest, requestId = 745
15:19:00.135 [nacos-grpc-client-executor-230] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 763
15:19:00.137 [nacos-grpc-client-executor-232] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Receive server push request, request = ClientDetectionRequest, requestId = 764
15:19:00.137 [nacos-grpc-client-executor-230] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 763
15:19:00.140 [nacos-grpc-client-executor-232] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Ack server push request, request = ClientDetectionRequest, requestId = 764
15:19:00.163 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Server healthy check fail, currentConnection = 1717743610699_192.168.110.235_53300
15:19:00.163 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Server healthy check fail, currentConnection = 1717743627637_192.168.110.235_60688
15:19:00.163 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
15:19:00.163 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Try to reconnect to a new server, server is  not appointed, will choose a random server.
15:19:00.295 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717744740310_192.168.110.235_52631
15:19:00.295 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Success to connect a server [192.168.110.235:8848], connectionId = 1717744740310_192.168.110.235_52632
15:19:00.295 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717743627637_192.168.110.235_60688
15:19:00.295 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717743610699_192.168.110.235_53300
15:19:00.296 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717743627637_192.168.110.235_60688
15:19:00.296 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717743610699_192.168.110.235_53300
15:19:00.302 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Notify disconnected event to listeners
15:19:00.302 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Notify disconnected event to listeners
15:19:00.302 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cb3e3955-6819-4937-81d5-602a635c881c_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
15:19:00.302 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [868a3dfe-9630-4c74-9b25-526c2859d332] Try to reconnect to a new server, server is  not appointed, will choose a random server.
15:19:17.269 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:19:18.380 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a507ee1e-460b-4f45-935f-c536ffa09428_config-0
15:19:18.463 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 52 ms to scan 1 urls, producing 3 keys and 6 values 
15:19:18.507 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 4 keys and 9 values 
15:19:18.525 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
15:19:18.887 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 359 ms to scan 250 urls, producing 0 keys and 0 values 
15:19:18.908 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 5 values 
15:19:18.936 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 7 values 
15:19:18.956 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 2 keys and 8 values 
15:19:19.255 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 295 ms to scan 250 urls, producing 0 keys and 0 values 
15:19:19.258 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:19:19.259 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/550707
15:19:19.260 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/409778321
15:19:19.261 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:19:19.262 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:19:19.273 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:19:21.139 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717744761030_192.168.110.235_52709
15:19:21.140 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] Notify connected event to listeners.
15:19:21.140 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:19:21.141 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a507ee1e-460b-4f45-935f-c536ffa09428_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1656197285
15:19:21.269 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:19:25.627 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
15:19:25.628 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:19:25.628 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:19:26.084 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:19:26.897 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:19:26.898 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:19:26.899 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:19:29.839 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:19:32.516 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:19:32.970 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
15:19:33.154 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:19:34.614 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 1dc71667-309c-45d5-baf0-97781a7daf8c
15:19:34.614 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] RpcClient init label, labels = {module=naming, source=sdk}
15:19:34.617 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:19:34.617 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:19:34.618 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:19:34.618 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:19:34.740 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717744774764_192.168.110.235_52822
15:19:34.740 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:19:34.741 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Notify connected event to listeners.
15:19:34.741 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1656197285
15:19:34.776 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
15:19:34.804 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
15:19:35.290 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Receive server push request, request = NotifySubscriberRequest, requestId = 767
15:19:35.300 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Ack server push request, request = NotifySubscriberRequest, requestId = 767
15:19:35.618 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 19.582 seconds (JVM running for 21.769)
15:19:35.642 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
15:19:35.647 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
15:19:35.653 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
15:19:36.079 [RMI TCP Connection(1)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:19:45.120 [nacos-grpc-client-executor-10] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Receive server push request, request = NotifySubscriberRequest, requestId = 768
15:19:45.121 [nacos-grpc-client-executor-10] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1dc71667-309c-45d5-baf0-97781a7daf8c] Ack server push request, request = NotifySubscriberRequest, requestId = 768
15:28:05.518 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:28:06.572 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9f0d9ad0-4478-410c-a207-247dc97750db_config-0
15:28:06.670 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 61 ms to scan 1 urls, producing 3 keys and 6 values 
15:28:06.716 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 4 keys and 9 values 
15:28:06.735 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
15:28:07.109 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 370 ms to scan 250 urls, producing 0 keys and 0 values 
15:28:07.136 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 1 keys and 5 values 
15:28:07.157 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
15:28:07.175 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values 
15:28:07.480 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 301 ms to scan 250 urls, producing 0 keys and 0 values 
15:28:07.482 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:28:07.483 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/2082232630
15:28:07.484 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/2062209967
15:28:07.486 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:28:07.487 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:28:07.496 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:28:09.373 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717745289279_192.168.110.235_54361
15:28:09.374 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] Notify connected event to listeners.
15:28:09.374 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:28:09.375 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9f0d9ad0-4478-410c-a207-247dc97750db_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/905159212
15:28:09.519 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:28:13.842 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
15:28:13.842 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:28:13.843 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:28:14.363 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:28:16.035 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:28:16.036 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:28:16.036 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:28:18.933 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:28:21.794 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:28:22.258 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
15:28:22.415 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:28:23.958 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 884458da-5dfa-407b-9811-194ed93613ef
15:28:23.959 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] RpcClient init label, labels = {module=naming, source=sdk}
15:28:23.961 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:28:23.961 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:28:23.962 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:28:23.962 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:28:24.090 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717745304113_192.168.110.235_54475
15:28:24.091 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:28:24.091 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Notify connected event to listeners.
15:28:24.091 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/905159212
15:28:24.142 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
15:28:24.169 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
15:28:24.706 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Receive server push request, request = NotifySubscriberRequest, requestId = 771
15:28:24.713 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Ack server push request, request = NotifySubscriberRequest, requestId = 771
15:28:24.992 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 20.571 seconds (JVM running for 22.556)
15:28:25.014 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
15:28:25.021 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
15:28:25.027 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
15:28:25.475 [RMI TCP Connection(5)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:30:15.926 [nacos-grpc-client-executor-33] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Receive server push request, request = NotifySubscriberRequest, requestId = 772
15:30:15.927 [nacos-grpc-client-executor-33] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [884458da-5dfa-407b-9811-194ed93613ef] Ack server push request, request = NotifySubscriberRequest, requestId = 772
16:21:15.368 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:21:16.426 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0
16:21:16.541 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 72 ms to scan 1 urls, producing 3 keys and 6 values 
16:21:16.587 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values 
16:21:16.608 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 3 keys and 10 values 
16:21:17.127 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 514 ms to scan 250 urls, producing 0 keys and 0 values 
16:21:17.145 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 5 values 
16:21:17.170 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
16:21:17.191 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 2 keys and 8 values 
16:21:17.512 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 317 ms to scan 250 urls, producing 0 keys and 0 values 
16:21:17.513 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:21:17.514 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/373973695
16:21:17.514 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/300659126
16:21:17.515 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:21:17.516 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:21:17.529 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:21:19.421 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717748479356_192.168.110.235_50686
16:21:19.422 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] Notify connected event to listeners.
16:21:19.423 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:21:19.424 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [735f7d3b-f801-4ab8-8d98-a2c2339c4f99_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2009139807
16:21:19.562 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:21:23.617 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
16:21:23.617 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:21:23.618 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:21:24.162 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:21:25.051 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
16:21:25.053 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:21:25.053 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:21:28.812 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:21:31.761 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:21:32.270 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:21:32.320 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:21:33.772 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c80edb84-373c-4aef-b63e-c36cd14ba689
16:21:33.772 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] RpcClient init label, labels = {module=naming, source=sdk}
16:21:33.776 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:21:33.776 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:21:33.778 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:21:33.778 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:21:33.894 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717748493941_192.168.110.235_62558
16:21:33.894 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Notify connected event to listeners.
16:21:33.894 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:21:33.895 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2009139807
16:21:33.948 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
16:21:33.981 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
16:21:34.490 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Receive server push request, request = NotifySubscriberRequest, requestId = 819
16:21:34.497 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Ack server push request, request = NotifySubscriberRequest, requestId = 819
16:21:34.820 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 20.576 seconds (JVM running for 23.738)
16:21:34.850 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
16:21:34.856 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
16:21:34.863 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
16:21:35.721 [RMI TCP Connection(4)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:23:13.442 [nacos-grpc-client-executor-30] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Receive server push request, request = NotifySubscriberRequest, requestId = 820
16:23:13.444 [nacos-grpc-client-executor-30] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c80edb84-373c-4aef-b63e-c36cd14ba689] Ack server push request, request = NotifySubscriberRequest, requestId = 820
16:44:51.036 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:44:52.027 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0
16:44:52.109 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 50 ms to scan 1 urls, producing 3 keys and 6 values 
16:44:52.163 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 1 urls, producing 4 keys and 9 values 
16:44:52.193 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 3 keys and 10 values 
16:44:52.545 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 345 ms to scan 250 urls, producing 0 keys and 0 values 
16:44:52.567 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 1 keys and 5 values 
16:44:52.586 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 7 values 
16:44:52.607 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 2 keys and 8 values 
16:44:52.912 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 301 ms to scan 250 urls, producing 0 keys and 0 values 
16:44:52.915 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:44:52.916 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1052962026
16:44:52.916 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1141811719
16:44:52.917 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:44:52.918 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:44:52.931 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:44:54.663 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717749894596_192.168.110.235_61651
16:44:54.664 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Notify connected event to listeners.
16:44:54.664 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:44:54.665 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1965269980
16:44:54.784 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:44:58.586 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
16:44:58.586 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:44:58.586 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:44:59.025 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:45:00.241 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
16:45:00.243 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:45:00.244 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:45:03.229 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:45:05.891 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:45:06.385 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:45:06.471 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:45:07.962 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c38ddab4-915d-4fe4-a960-23a2e7b8a48c
16:45:07.962 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] RpcClient init label, labels = {module=naming, source=sdk}
16:45:07.965 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:45:07.965 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:45:07.966 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:45:07.967 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:45:08.094 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717749908134_192.168.110.235_61754
16:45:08.094 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Notify connected event to listeners.
16:45:08.094 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:45:08.094 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1965269980
16:45:08.132 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
16:45:08.158 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
16:45:08.658 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Receive server push request, request = NotifySubscriberRequest, requestId = 850
16:45:08.668 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Ack server push request, request = NotifySubscriberRequest, requestId = 850
16:45:08.965 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 18.983 seconds (JVM running for 21.026)
16:45:08.989 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
16:45:08.995 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
16:45:09.003 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
16:45:09.661 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
16:45:24.765 [nacos-grpc-client-executor-12] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Receive server push request, request = NotifySubscriberRequest, requestId = 851
16:45:24.766 [nacos-grpc-client-executor-12] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Ack server push request, request = NotifySubscriberRequest, requestId = 851
16:52:23.529 [nacos-grpc-client-executor-98] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 852
16:52:23.529 [nacos-grpc-client-executor-93] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Receive server push request, request = ClientDetectionRequest, requestId = 853
16:52:23.530 [nacos-grpc-client-executor-93] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Ack server push request, request = ClientDetectionRequest, requestId = 853
16:52:23.530 [nacos-grpc-client-executor-98] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 852
16:52:23.537 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Server healthy check fail, currentConnection = 1717749894596_192.168.110.235_61651
16:52:23.537 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Server healthy check fail, currentConnection = 1717749908134_192.168.110.235_61754
16:52:23.537 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:52:23.537 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:52:23.656 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717750343710_192.168.110.235_63423
16:52:23.656 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717749894596_192.168.110.235_61651
16:52:23.657 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717749894596_192.168.110.235_61651
16:52:23.662 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:52:23.662 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Notify disconnected event to listeners
16:52:23.668 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Notify connected event to listeners.
16:52:23.672 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Success to connect a server [192.168.110.235:8848], connectionId = 1717750343710_192.168.110.235_63424
16:52:23.672 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717749908134_192.168.110.235_61754
16:52:23.672 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717749908134_192.168.110.235_61754
16:52:23.673 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Notify disconnected event to listeners
16:52:23.673 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:52:23.674 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Notify connected event to listeners.
16:52:23.780 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717750343832_192.168.110.235_63426
16:52:23.780 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717750343710_192.168.110.235_63423
16:52:23.780 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717750343710_192.168.110.235_63423
16:52:23.783 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Notify disconnected event to listeners
16:52:23.783 [nacos-grpc-client-executor-107] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717750343710_192.168.110.235_63423]Ignore complete event,isRunning:true,isAbandon=true
16:52:23.783 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d68c1ff5-c590-43dd-9629-c6ac7c79fc48_config-0] Notify connected event to listeners.
16:52:23.795 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Success to connect a server [192.168.110.235:8848], connectionId = 1717750343842_192.168.110.235_63428
16:52:23.795 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717750343710_192.168.110.235_63424
16:52:23.796 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717750343710_192.168.110.235_63424
16:52:23.796 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Notify disconnected event to listeners
16:52:23.797 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Notify connected event to listeners.
16:52:23.799 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Server check success, currentServer is 192.168.110.235:8848
16:52:27.083 [nacos-grpc-client-executor-109] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Receive server push request, request = NotifySubscriberRequest, requestId = 855
16:52:27.083 [nacos-grpc-client-executor-109] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Ack server push request, request = NotifySubscriberRequest, requestId = 855
16:52:27.085 [nacos-grpc-client-executor-110] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Receive server push request, request = NotifySubscriberRequest, requestId = 857
16:52:27.085 [nacos-grpc-client-executor-110] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c38ddab4-915d-4fe4-a960-23a2e7b8a48c] Ack server push request, request = NotifySubscriberRequest, requestId = 857
17:00:27.108 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:00:28.143 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0
17:00:28.227 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 59 ms to scan 1 urls, producing 3 keys and 6 values 
17:00:28.284 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 4 keys and 9 values 
17:00:28.303 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
17:00:28.671 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 363 ms to scan 250 urls, producing 0 keys and 0 values 
17:00:28.687 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
17:00:28.709 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 7 values 
17:00:28.725 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
17:00:29.023 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 294 ms to scan 250 urls, producing 0 keys and 0 values 
17:00:29.027 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:00:29.028 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/129924629
17:00:29.028 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/985655365
17:00:29.029 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:00:29.030 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:00:29.042 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:00:32.203 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717750831101_192.168.110.235_52426
17:00:32.208 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] Notify connected event to listeners.
17:00:32.210 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:00:32.212 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [59215646-f2af-43d7-bd87-a6bd6d226a9b_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/915540950
17:00:32.358 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:00:36.492 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
17:00:36.492 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:00:36.492 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:00:36.925 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:00:37.724 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:00:37.726 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:00:37.726 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:00:40.477 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:00:43.207 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:00:43.794 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
17:00:43.854 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
17:00:45.267 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 4587a3f4-e854-4b8c-9867-aedb9828150b
17:00:45.268 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] RpcClient init label, labels = {module=naming, source=sdk}
17:00:45.271 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:00:45.271 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:00:45.272 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:00:45.272 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:00:45.436 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717750845476_192.168.110.235_52532
17:00:45.436 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] Notify connected event to listeners.
17:00:45.436 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:00:45.437 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/915540950
17:00:45.482 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
17:00:45.524 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
17:00:46.082 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] Receive server push request, request = NotifySubscriberRequest, requestId = 880
17:00:46.088 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [4587a3f4-e854-4b8c-9867-aedb9828150b] Ack server push request, request = NotifySubscriberRequest, requestId = 880
17:00:46.357 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 20.383 seconds (JVM running for 22.377)
17:00:46.381 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
17:00:46.388 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
17:00:46.398 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
17:00:47.011 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:05:30.314 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:05:31.335 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0
17:05:31.412 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 47 ms to scan 1 urls, producing 3 keys and 6 values 
17:05:31.457 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
17:05:31.476 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 3 keys and 10 values 
17:05:31.823 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 343 ms to scan 250 urls, producing 0 keys and 0 values 
17:05:31.843 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 5 values 
17:05:31.864 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 7 values 
17:05:31.881 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
17:05:32.174 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 290 ms to scan 250 urls, producing 0 keys and 0 values 
17:05:32.178 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:05:32.180 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/836386144
17:05:32.180 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1621939721
17:05:32.181 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:05:32.182 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:05:32.193 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:05:34.064 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717751133975_192.168.110.235_62333
17:05:34.066 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] Notify connected event to listeners.
17:05:34.067 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:05:34.070 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [63c232a7-8767-49b4-b24d-98a7c7aa7b0d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/965778714
17:05:34.225 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:05:38.406 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
17:05:38.407 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:05:38.407 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:05:38.913 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:05:40.265 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:05:40.268 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:05:40.269 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:05:43.096 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:05:45.744 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:05:46.220 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
17:05:46.318 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
17:05:47.760 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 07f93706-6300-4641-9c0d-397584ee503c
17:05:47.760 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] RpcClient init label, labels = {module=naming, source=sdk}
17:05:47.763 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:05:47.763 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:05:47.764 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:05:47.764 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:05:47.889 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717751147937_192.168.110.235_62442
17:05:47.889 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:05:47.889 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] Notify connected event to listeners.
17:05:47.889 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/965778714
17:05:47.929 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
17:05:47.957 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
17:05:48.490 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] Receive server push request, request = NotifySubscriberRequest, requestId = 883
17:05:48.497 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [07f93706-6300-4641-9c0d-397584ee503c] Ack server push request, request = NotifySubscriberRequest, requestId = 883
17:05:48.780 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 19.536 seconds (JVM running for 21.626)
17:05:48.805 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
17:05:48.813 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
17:05:48.820 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
17:05:49.392 [RMI TCP Connection(7)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:06:56.238 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:06:57.296 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0
17:06:57.376 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 50 ms to scan 1 urls, producing 3 keys and 6 values 
17:06:57.416 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values 
17:06:57.436 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
17:06:57.807 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 366 ms to scan 250 urls, producing 0 keys and 0 values 
17:06:57.828 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 1 keys and 5 values 
17:06:57.849 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values 
17:06:57.867 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
17:06:58.180 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 310 ms to scan 250 urls, producing 0 keys and 0 values 
17:06:58.184 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:06:58.185 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/774095232
17:06:58.186 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1234600900
17:06:58.188 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:06:58.189 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:06:58.199 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:06:59.868 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717751219821_192.168.110.235_65367
17:06:59.869 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Notify connected event to listeners.
17:06:59.870 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:06:59.871 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/874189736
17:06:59.989 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:07:03.843 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
17:07:03.844 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:07:03.845 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:07:04.349 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:07:05.158 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:07:05.160 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:07:05.160 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:07:07.975 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:07:10.570 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:07:11.058 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
17:07:11.129 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
17:07:12.571 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7
17:07:12.571 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] RpcClient init label, labels = {module=naming, source=sdk}
17:07:12.574 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:07:12.574 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:07:12.575 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:07:12.575 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:07:12.704 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717751232750_192.168.110.235_65475
17:07:12.704 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Notify connected event to listeners.
17:07:12.704 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:07:12.704 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/874189736
17:07:12.746 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
17:07:12.774 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
17:07:13.278 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Receive server push request, request = NotifySubscriberRequest, requestId = 886
17:07:13.284 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Ack server push request, request = NotifySubscriberRequest, requestId = 886
17:07:13.624 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 18.475 seconds (JVM running for 20.517)
17:07:13.647 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
17:07:13.654 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
17:07:13.661 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
17:07:14.192 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:07:29.164 [nacos-grpc-client-executor-13] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Receive server push request, request = NotifySubscriberRequest, requestId = 887
17:07:29.165 [nacos-grpc-client-executor-13] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Ack server push request, request = NotifySubscriberRequest, requestId = 887
17:08:22.876 [nacos-grpc-client-executor-22] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 889
17:08:22.876 [nacos-grpc-client-executor-18] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Receive server push request, request = ClientDetectionRequest, requestId = 888
17:08:22.877 [nacos-grpc-client-executor-18] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Ack server push request, request = ClientDetectionRequest, requestId = 888
17:08:22.878 [nacos-grpc-client-executor-22] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 889
17:08:22.889 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Server healthy check fail, currentConnection = 1717751232750_192.168.110.235_65475
17:08:22.889 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Server healthy check fail, currentConnection = 1717751219821_192.168.110.235_65367
17:08:22.889 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [daec0a1e-4eb8-41b4-aba3-91df44c35359_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:08:22.889 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6ba6d5ae-1eba-4a0a-88b2-e19d6dfc9cc7] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:08:36.263 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:08:37.279 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9d9c000b-f690-4cd7-aef7-87d885347606_config-0
17:08:37.363 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 56 ms to scan 1 urls, producing 3 keys and 6 values 
17:08:37.403 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
17:08:37.423 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
17:08:37.800 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 372 ms to scan 250 urls, producing 0 keys and 0 values 
17:08:37.824 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 1 keys and 5 values 
17:08:37.843 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values 
17:08:37.860 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
17:08:38.185 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 322 ms to scan 250 urls, producing 0 keys and 0 values 
17:08:38.187 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:08:38.188 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/179441020
17:08:38.188 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1196404281
17:08:38.189 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:08:38.191 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:08:38.205 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:08:39.894 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717751319815_192.168.110.235_49238
17:08:39.894 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Notify connected event to listeners.
17:08:39.894 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:08:39.895 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/859295820
17:08:40.042 [main] INFO  c.r.a.RuoYiArticleApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:08:43.814 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9202"]
17:08:43.815 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:08:43.815 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:08:44.254 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:08:45.051 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
17:08:45.053 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
17:08:45.054 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
17:08:47.863 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:08:50.540 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:08:51.020 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
17:08:51.082 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
17:08:52.515 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 69220424-7b02-407a-8514-f9fb0cf20705
17:08:52.515 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] RpcClient init label, labels = {module=naming, source=sdk}
17:08:52.518 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:08:52.518 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:08:52.519 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:08:52.519 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:08:52.643 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717751332695_192.168.110.235_49347
17:08:52.644 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:08:52.644 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Notify connected event to listeners.
17:08:52.645 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/859295820
17:08:52.687 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9202"]
17:08:52.716 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-article 192.168.110.235:9202 register finished
17:08:53.246 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Receive server push request, request = NotifySubscriberRequest, requestId = 892
17:08:53.253 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Ack server push request, request = NotifySubscriberRequest, requestId = 892
17:08:53.557 [main] INFO  c.r.a.RuoYiArticleApplication - [logStarted,61] - Started RuoYiArticleApplication in 18.349 seconds (JVM running for 20.321)
17:08:53.581 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article-dev.yml, group=DEFAULT_GROUP
17:08:53.588 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article.yml, group=DEFAULT_GROUP
17:08:53.595 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-article, group=DEFAULT_GROUP
17:08:54.481 [RMI TCP Connection(3)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:09:55.663 [nacos-grpc-client-executor-17] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 893
17:09:55.663 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Receive server push request, request = ClientDetectionRequest, requestId = 894
17:09:55.664 [nacos-grpc-client-executor-17] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 893
17:09:55.665 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Ack server push request, request = ClientDetectionRequest, requestId = 894
17:09:55.677 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Server healthy check fail, currentConnection = 1717751332695_192.168.110.235_49347
17:09:55.677 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Server healthy check fail, currentConnection = 1717751319815_192.168.110.235_49238
17:09:55.678 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:09:55.678 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:09:55.805 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717751395855_192.168.110.235_49416
17:09:55.805 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Success to connect a server [192.168.110.235:8848], connectionId = 1717751395855_192.168.110.235_49417
17:09:55.805 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717751332695_192.168.110.235_49347
17:09:55.805 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717751332695_192.168.110.235_49347
17:09:55.805 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717751319815_192.168.110.235_49238
17:09:55.805 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717751319815_192.168.110.235_49238
17:09:55.812 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:09:55.812 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:09:55.812 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Notify disconnected event to listeners
17:09:55.812 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Notify disconnected event to listeners
17:09:55.814 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Notify connected event to listeners.
17:09:55.823 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Notify connected event to listeners.
17:09:55.940 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717751395988_192.168.110.235_49418
17:09:55.940 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Success to connect a server [192.168.110.235:8848], connectionId = 1717751395988_192.168.110.235_49419
17:09:55.940 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717751395855_192.168.110.235_49417
17:09:55.940 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717751395855_192.168.110.235_49416
17:09:55.940 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717751395855_192.168.110.235_49417
17:09:55.940 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717751395855_192.168.110.235_49416
17:09:55.944 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Notify disconnected event to listeners
17:09:55.944 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Notify disconnected event to listeners
17:09:55.944 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Notify connected event to listeners.
17:09:55.944 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9d9c000b-f690-4cd7-aef7-87d885347606_config-0] Notify connected event to listeners.
17:09:55.948 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Server check success, currentServer is 192.168.110.235:8848
17:09:56.683 [nacos-grpc-client-executor-23] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Receive server push request, request = NotifySubscriberRequest, requestId = 896
17:09:56.684 [nacos-grpc-client-executor-23] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Ack server push request, request = NotifySubscriberRequest, requestId = 896
17:09:59.193 [nacos-grpc-client-executor-28] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Receive server push request, request = NotifySubscriberRequest, requestId = 898
17:09:59.193 [nacos-grpc-client-executor-28] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [69220424-7b02-407a-8514-f9fb0cf20705] Ack server push request, request = NotifySubscriberRequest, requestId = 898
18:16:20.706 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:16:20.711 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:16:21.054 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:16:21.055 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@3d5eb5dc[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:16:21.055 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717751395988_192.168.110.235_49419
18:16:21.057 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@26484ce9[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 831]
18:16:21.278 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
18:16:21.312 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
18:16:21.328 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
18:16:21.328 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye