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
09:00:01.929 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:00:03.432 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 480a8578-acb5-4d55-83ef-1e22264f3b33_config-0
09:00:03.529 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 64 ms to scan 1 urls, producing 3 keys and 6 values 
09:00:03.573 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 4 keys and 9 values 
09:00:03.594 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 3 keys and 10 values 
09:00:04.092 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 494 ms to scan 242 urls, producing 0 keys and 0 values 
09:00:04.133 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 1 keys and 5 values 
09:00:04.161 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 1 keys and 7 values 
09:00:04.190 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 2 keys and 8 values 
09:00:04.593 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 398 ms to scan 242 urls, producing 0 keys and 0 values 
09:00:04.594 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:00:04.595 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1910492961
09:00:04.596 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/194402391
09:00:04.597 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:00:04.598 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:00:04.610 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:00:08.948 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:00:11.966 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:00:14.992 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
09:00:14.993 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:00:14.994 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/345607713
09:00:16.495 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:00:21.131 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
09:00:23.775 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9200"]
09:00:23.776 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:00:23.777 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:00:24.359 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
09:00:24.658 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:00:27.683 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
09:00:29.836 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:00:31.111 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
09:00:34.652 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
09:00:35.436 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:00:38.295 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
09:00:42.011 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
09:00:45.843 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
09:00:49.500 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
09:00:49.756 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [480a8578-acb5-4d55-83ef-1e22264f3b33_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
09:48:51.781 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:48:53.484 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0
09:48:53.570 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 53 ms to scan 1 urls, producing 3 keys and 6 values 
09:48:53.612 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 4 keys and 9 values 
09:48:53.636 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 3 keys and 10 values 
09:48:54.185 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 540 ms to scan 242 urls, producing 0 keys and 0 values 
09:48:54.203 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 5 values 
09:48:54.229 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 22 ms to scan 1 urls, producing 1 keys and 7 values 
09:48:54.248 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 2 keys and 8 values 
09:48:54.657 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 406 ms to scan 242 urls, producing 0 keys and 0 values 
09:48:54.660 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:48:54.661 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/59465509
09:48:54.662 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/847174133
09:48:54.664 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:48:54.665 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:48:54.678 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:48:57.275 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718329734512_192.168.110.235_55341
09:48:57.276 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Notify connected event to listeners.
09:48:57.276 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:48:57.277 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1370169059
09:48:57.434 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:49:01.955 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9200"]
09:49:01.956 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:49:01.956 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:49:02.603 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:49:09.239 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:49:12.670 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:49:13.431 [redisson-netty-4-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
09:49:13.582 [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
09:49:15.270 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of f27eb58d-f679-4d0a-946c-9271ca1831f9
09:49:15.271 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] RpcClient init label, labels = {module=naming, source=sdk}
09:49:15.274 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:49:15.274 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:49:15.275 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:49:15.276 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:49:15.400 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718329752741_192.168.110.235_55558
09:49:15.400 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:49:15.400 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Notify connected event to listeners.
09:49:15.401 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1370169059
09:49:15.449 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9200"]
09:49:15.489 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:9200 register finished
09:49:16.005 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 29
09:49:16.015 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 29
09:49:16.678 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 26.574 seconds (JVM running for 33.493)
09:49:16.713 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
09:49:16.730 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
09:49:16.742 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
09:49:18.445 [RMI TCP Connection(7)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:51:50.313 [nacos-grpc-client-executor-43] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 33
09:51:50.314 [nacos-grpc-client-executor-43] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 33
09:51:57.490 [nacos-grpc-client-executor-46] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 35
09:51:57.490 [nacos-grpc-client-executor-46] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 35
12:20:37.287 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Server healthy check fail, currentConnection = 1718329734512_192.168.110.235_55341
12:20:37.291 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
12:20:37.457 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718338834821_192.168.110.235_64109
12:20:37.457 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718329734512_192.168.110.235_55341
12:20:37.457 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718329734512_192.168.110.235_55341
12:20:37.489 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Notify disconnected event to listeners
12:20:37.537 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Notify connected event to listeners.
12:36:00.532 [lettuce-nioEventLoop-7-1] INFO  i.l.c.p.CommandHandler - [log,217] - null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
    at sun.nio.ch.SocketDispatcher.read0(Native Method)
    at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
    at sun.nio.ch.IOUtil.read(IOUtil.java:192)
    at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
    at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
    at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
    at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)
12:36:00.647 [lettuce-eventExecutorLoop-1-7] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
12:36:00.681 [lettuce-nioEventLoop-7-3] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
12:50:12.301 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Server healthy check fail, currentConnection = 1718329752741_192.168.110.235_55558
12:50:12.302 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Try to reconnect to a new server, server is  not appointed, will choose a random server.
12:50:12.436 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Success to connect a server [192.168.110.235:8848], connectionId = 1718340609792_192.168.110.235_65066
12:50:12.436 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718329752741_192.168.110.235_55558
12:50:12.436 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718329752741_192.168.110.235_55558
12:50:12.436 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Notify disconnected event to listeners
12:50:12.466 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Notify connected event to listeners.
12:50:15.662 [nacos-grpc-client-executor-2196] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 171
12:50:15.663 [nacos-grpc-client-executor-2196] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 171
12:50:15.996 [nacos-grpc-client-executor-2197] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 174
12:50:15.996 [nacos-grpc-client-executor-2197] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 174
12:50:16.008 [nacos-grpc-client-executor-2198] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 175
12:50:16.009 [nacos-grpc-client-executor-2198] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 175
14:25:36.747 [lettuce-nioEventLoop-7-2] INFO  i.l.c.p.CommandHandler - [log,217] - null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
    at sun.nio.ch.SocketDispatcher.read0(Native Method)
    at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
    at sun.nio.ch.IOUtil.read(IOUtil.java:192)
    at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
    at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
    at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
    at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)
14:25:36.853 [lettuce-eventExecutorLoop-1-8] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
14:25:36.885 [lettuce-nioEventLoop-7-4] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
14:50:44.504 [lettuce-nioEventLoop-7-3] INFO  i.l.c.p.CommandHandler - [log,217] - null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
    at sun.nio.ch.SocketDispatcher.read0(Native Method)
    at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
    at sun.nio.ch.IOUtil.read(IOUtil.java:192)
    at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
    at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
    at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
    at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)
14:50:44.499 [lettuce-nioEventLoop-7-4] INFO  i.l.c.p.CommandHandler - [log,217] - null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
    at sun.nio.ch.SocketDispatcher.read0(Native Method)
    at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
    at sun.nio.ch.IOUtil.read(IOUtil.java:192)
    at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
    at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
    at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
    at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)
14:50:45.086 [lettuce-eventExecutorLoop-1-2] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
14:50:45.717 [lettuce-eventExecutorLoop-1-1] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
14:50:46.093 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Try to reconnect to a new server, server is  not appointed, will choose a random server.
14:50:46.093 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
14:50:52.450 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:50:52.473 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:50:55.668 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:50:55.683 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:50:55.718 [lettuce-eventExecutorLoop-1-3] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:50:56.025 [lettuce-eventExecutorLoop-1-4] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:50:58.993 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:50:58.993 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:02.408 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:02.408 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:05.804 [lettuce-eventExecutorLoop-1-5] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:05.938 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:05.939 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:06.105 [lettuce-eventExecutorLoop-1-6] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:09.565 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:09.589 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:13.300 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:13.313 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:15.908 [lettuce-eventExecutorLoop-1-7] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:16.221 [lettuce-eventExecutorLoop-1-8] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:17.111 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:17.127 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:21.036 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:21.054 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:25.061 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:25.075 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:26.002 [lettuce-eventExecutorLoop-1-1] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:26.303 [lettuce-eventExecutorLoop-1-2] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:29.166 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 11 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:29.181 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 11 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:33.396 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 12 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:33.404 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 12 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:36.105 [lettuce-eventExecutorLoop-1-3] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:36.403 [lettuce-eventExecutorLoop-1-4] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:37.705 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 13 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:37.720 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 13 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:42.120 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 14 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:42.135 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 14 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:46.203 [lettuce-eventExecutorLoop-1-7] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:46.502 [lettuce-eventExecutorLoop-1-8] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:46.637 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 15 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:46.667 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 15 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:51.255 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 16 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:51.287 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 16 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:55.984 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 17 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:56.015 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 17 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:51:56.404 [lettuce-eventExecutorLoop-1-3] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:51:56.704 [lettuce-eventExecutorLoop-1-4] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:00.802 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 18 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:00.881 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 18 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:05.710 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 19 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:05.801 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 19 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:06.702 [lettuce-eventExecutorLoop-1-7] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:07.004 [lettuce-eventExecutorLoop-1-8] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:10.739 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 20 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:10.816 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 20 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:15.857 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 21 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:15.933 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 21 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:17.304 [lettuce-eventExecutorLoop-1-3] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:17.603 [lettuce-eventExecutorLoop-1-4] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:21.092 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 22 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:21.152 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 22 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:26.422 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 23 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:26.469 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 23 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:28.403 [lettuce-eventExecutorLoop-1-7] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:28.702 [lettuce-eventExecutorLoop-1-8] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:31.853 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 24 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:31.903 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 24 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:37.407 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 25 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:37.430 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 25 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:40.509 [lettuce-eventExecutorLoop-1-3] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:40.806 [lettuce-eventExecutorLoop-1-4] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:43.039 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 26 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:43.054 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 26 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:47.204 [lettuce-eventExecutorLoop-1-7] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:47.503 [lettuce-eventExecutorLoop-1-8] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:47.934 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 27 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:47.934 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 27 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:52.763 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 28 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:52.790 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 28 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:57.506 [lettuce-eventExecutorLoop-1-3] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:57.802 [lettuce-eventExecutorLoop-1-4] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:52:58.679 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 29 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:52:58.708 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 29 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:04.701 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 30 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:04.732 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 30 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:10.827 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 31 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:10.851 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 31 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:17.051 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 32 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:17.066 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 32 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:23.374 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 33 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:23.390 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 33 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:23.904 [lettuce-eventExecutorLoop-1-1] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:53:24.302 [lettuce-eventExecutorLoop-1-2] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:53:29.791 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 34 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:29.798 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 34 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:36.314 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 35 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:36.314 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 35 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:42.924 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 36 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:42.924 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 36 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:49.638 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 37 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:49.638 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 37 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:56.454 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 38 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:53:56.455 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 38 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:03.371 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 39 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:03.371 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 39 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:04.006 [lettuce-eventExecutorLoop-1-3] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:54:04.403 [lettuce-eventExecutorLoop-1-4] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:54:10.379 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 40 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:10.379 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 40 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:17.491 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 41 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:17.507 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 41 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:24.704 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 42 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:24.728 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 42 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:32.025 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 43 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:32.058 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 43 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:39.430 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 44 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:39.491 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 44 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:44.103 [lettuce-eventExecutorLoop-1-7] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:54:44.108 [lettuce-nioEventLoop-7-5] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
14:54:44.504 [lettuce-eventExecutorLoop-1-8] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 192.168.110.188:6379
14:54:44.508 [lettuce-nioEventLoop-7-6] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
14:54:46.949 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 45 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:47.017 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 45 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:54.596 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 46 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:54:54.628 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 46 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:02.314 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 47 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:02.344 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 47 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:10.132 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 48 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:10.162 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 48 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:18.058 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 49 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:18.076 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 49 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:26.080 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 50 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:26.080 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 50 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:34.102 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 51 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:34.102 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 51 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:42.120 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 52 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:42.120 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 52 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:50.143 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 53 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:50.143 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 53 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:58.168 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 54 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:55:58.168 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 54 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:06.196 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 55 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:06.363 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 55 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:14.214 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 56 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:14.376 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 56 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:22.230 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 57 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:22.403 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 57 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:30.258 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 58 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:30.415 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 58 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:38.270 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 59 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:38.447 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 59 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:46.281 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 60 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:46.472 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 60 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:54.299 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 61 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:56:54.488 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 61 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:02.304 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 62 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:02.493 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 62 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:10.329 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 63 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:10.500 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 63 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:18.345 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 64 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:18.514 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 64 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:26.372 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 65 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:26.542 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 65 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:34.382 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 66 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:34.569 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 66 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:42.399 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 67 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:42.595 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 67 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:50.407 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 68 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:50.621 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 68 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:58.429 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 69 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:57:58.633 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 69 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:06.446 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 70 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:06.651 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 70 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:14.465 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 71 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:14.672 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 71 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:22.495 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 72 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:22.697 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 72 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:30.512 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 73 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:30.715 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 73 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:38.521 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 74 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:38.722 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 74 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:46.547 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 75 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:46.738 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 75 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:54.567 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 76 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:58:54.748 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 76 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:02.587 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 77 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:02.774 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 77 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:10.619 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 78 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:10.791 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 78 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:18.638 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 79 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:18.809 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 79 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:26.657 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 80 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:26.827 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 80 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:34.665 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 81 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:34.837 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 81 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:42.689 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 82 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:42.879 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 82 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:50.702 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 83 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:50.901 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 83 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:58.725 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 84 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
14:59:58.914 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 84 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:06.792 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 85 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:06.936 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 85 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:14.805 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 86 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:14.961 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 86 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:22.819 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 87 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:22.977 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 87 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:30.834 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 88 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:30.993 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 88 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:38.853 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 89 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:39.010 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 89 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:46.873 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 90 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:47.016 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 90 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:54.892 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 91 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:00:55.034 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 91 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:02.900 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 92 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:03.056 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 92 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:10.914 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 93 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:11.073 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 93 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:18.940 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 94 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:19.097 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 94 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:26.967 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 95 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:27.104 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 95 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:34.996 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 96 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:35.138 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 96 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:43.026 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 97 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:43.208 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 97 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:51.125 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 98 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:51.232 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 98 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:59.178 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 99 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:01:59.254 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 99 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:07.194 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 100 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:07.306 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 100 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:15.214 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 101 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:15.323 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 101 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:23.234 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 102 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:23.344 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 102 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:31.265 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 103 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:31.377 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 103 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:39.279 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 104 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:39.386 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 104 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:47.296 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 105 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:47.478 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 105 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:55.318 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 106 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:02:55.504 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 106 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:03.376 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 107 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:03.525 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 107 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:11.391 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 108 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:11.549 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 108 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:19.405 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 109 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:19.577 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 109 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:27.424 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 110 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:27.602 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 110 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:35.438 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 111 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:35.626 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 111 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:43.457 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 112 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:43.644 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 112 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:51.466 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 113 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:51.668 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 113 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:59.476 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 114 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:03:59.675 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 114 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:07.481 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 115 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:07.683 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 115 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:15.517 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 116 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:15.736 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 116 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:23.524 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 117 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:23.747 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 117 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:31.552 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 118 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:31.771 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 118 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:39.566 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 119 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:39.774 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 119 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:47.576 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 120 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:47.795 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 120 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:55.595 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 121 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:04:55.799 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 121 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:03.600 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 122 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:03.815 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 122 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:11.611 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 123 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:11.831 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 123 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:19.626 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 124 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:19.850 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 124 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:27.642 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 125 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:27.860 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 125 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:32.696 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 126 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:32.882 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 126 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:40.707 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 127 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:40.896 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 127 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:45.745 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 128 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:45.920 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 128 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:50.767 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 129 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:50.961 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 129 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:55.786 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 130 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:05:55.981 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 130 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:06:00.939 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 131 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:06:01.203 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 131 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:06:05.983 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 132 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:06:06.216 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 132 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
15:06:11.110 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Success to connect a server [192.168.110.235:8848], connectionId = 1718348768407_192.168.110.235_63873
15:06:11.110 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718340609792_192.168.110.235_65066
15:06:11.110 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718340609792_192.168.110.235_65066
15:06:11.111 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Notify disconnected event to listeners
15:06:11.114 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Notify connected event to listeners.
15:06:11.343 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718348768626_192.168.110.235_63875
15:06:11.343 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718338834821_192.168.110.235_64109
15:06:11.343 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718338834821_192.168.110.235_64109
15:06:11.344 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Notify disconnected event to listeners
15:06:11.355 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Notify connected event to listeners.
15:06:13.440 [nacos-grpc-client-executor-3800] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 18
15:06:13.440 [nacos-grpc-client-executor-3800] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 18
15:06:13.511 [nacos-grpc-client-executor-3801] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 20
15:06:13.512 [nacos-grpc-client-executor-3801] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 20
15:06:13.515 [nacos-grpc-client-executor-3802] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 19
15:06:13.516 [nacos-grpc-client-executor-3802] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 19
16:05:07.484 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Server healthy check fail, currentConnection = 1718348768626_192.168.110.235_63875
16:05:08.473 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:05:11.825 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718352308290_192.168.110.235_50195
16:05:11.998 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718348768626_192.168.110.235_63875
16:05:11.999 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718348768626_192.168.110.235_63875
16:05:12.094 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Notify disconnected event to listeners
16:05:12.818 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Notify connected event to listeners.
17:02:31.056 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Server healthy check fail, currentConnection = 1718348768407_192.168.110.235_63873
17:02:31.057 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:02:34.775 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Server healthy check fail, currentConnection = 1718352308290_192.168.110.235_50195
17:02:34.775 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
17:02:37.181 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:40.401 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:40.898 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:43.883 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:44.160 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:47.302 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:47.475 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:50.867 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:50.898 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:54.460 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:54.496 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:58.078 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:02:58.216 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:03:02.989 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:03:03.005 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:03:06.793 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:03:06.920 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
17:03:08.065 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Success to connect a server [192.168.110.235:8848], connectionId = 1718355785368_192.168.110.235_52961
17:03:08.065 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718348768407_192.168.110.235_63873
17:03:08.076 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718348768407_192.168.110.235_63873
17:03:08.076 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Notify disconnected event to listeners
17:03:08.077 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Notify connected event to listeners.
17:03:09.000 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1718355786121_192.168.110.235_52955
17:03:09.000 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1718352308290_192.168.110.235_50195
17:03:09.000 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718352308290_192.168.110.235_50195
17:03:09.001 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Notify disconnected event to listeners
17:03:09.011 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [837ac7fe-396b-43d7-9c7f-0a8c4e50da50_config-0] Notify connected event to listeners.
17:03:09.672 [nacos-grpc-client-executor-5225] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 148
17:03:09.672 [nacos-grpc-client-executor-5225] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 148
17:03:09.829 [nacos-grpc-client-executor-5226] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 150
17:03:09.844 [nacos-grpc-client-executor-5226] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 150
17:03:09.977 [nacos-grpc-client-executor-5227] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 151
17:03:09.977 [nacos-grpc-client-executor-5227] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 151
17:03:10.606 [nacos-grpc-client-executor-5228] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 159
17:03:10.618 [nacos-grpc-client-executor-5228] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 159
17:03:10.757 [nacos-grpc-client-executor-5229] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Receive server push request, request = NotifySubscriberRequest, requestId = 164
17:03:10.762 [nacos-grpc-client-executor-5229] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [f27eb58d-f679-4d0a-946c-9271ca1831f9] Ack server push request, request = NotifySubscriberRequest, requestId = 164
17:41:23.658 [lettuce-nioEventLoop-7-6] INFO  i.l.c.p.CommandHandler - [log,217] - null Unexpected exception during request: java.io.IOException: 远程主机强迫关闭了一个现有的连接。
java.io.IOException: 远程主机强迫关闭了一个现有的连接。
    at sun.nio.ch.SocketDispatcher.read0(Native Method)
    at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:43)
    at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:223)
    at sun.nio.ch.IOUtil.read(IOUtil.java:192)
    at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:380)
    at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:259)
    at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132)
    at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:357)
    at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151)
    at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724)
    at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650)
    at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562)
    at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
    at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
    at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
    at java.lang.Thread.run(Thread.java:748)
17:41:23.717 [lettuce-eventExecutorLoop-1-5] INFO  i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /192.168.110.188:6379
17:41:23.772 [lettuce-nioEventLoop-7-7] INFO  i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 192.168.110.188:6379
17:54:20.296 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
17:54:21.552 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 0df26f95-518b-408d-aa26-d71cf9e2b537_config-0
17:54:21.624 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 45 ms to scan 1 urls, producing 3 keys and 6 values 
17:54:21.666 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 4 keys and 9 values 
17:54:21.686 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values 
17:54:22.107 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 418 ms to scan 242 urls, producing 0 keys and 0 values 
17:54:22.129 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 1 keys and 5 values 
17:54:22.150 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 7 values 
17:54:22.164 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 2 keys and 8 values 
17:54:22.518 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 349 ms to scan 242 urls, producing 0 keys and 0 values 
17:54:22.519 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
17:54:22.521 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/2057954324
17:54:22.522 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1403380247
17:54:22.523 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
17:54:22.524 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
17:54:22.534 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:54:24.606 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718358861818_192.168.110.235_55104
17:54:24.608 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] Notify connected event to listeners.
17:54:24.609 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:54:24.611 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [0df26f95-518b-408d-aa26-d71cf9e2b537_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1476915117
17:54:24.728 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
17:54:28.075 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9200"]
17:54:28.076 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
17:54:28.076 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
17:54:28.599 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
17:54:30.999 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
17:54:33.490 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
17:54:34.074 [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:54:34.134 [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:54:35.445 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 96d7ba62-8fc1-49d0-8d02-72bea5016a40
17:54:35.446 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] RpcClient init label, labels = {module=naming, source=sdk}
17:54:35.449 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
17:54:35.449 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
17:54:35.450 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
17:54:35.451 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
17:54:35.572 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1718358872873_192.168.110.235_55198
17:54:35.572 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
17:54:35.573 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] Notify connected event to listeners.
17:54:35.573 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1476915117
17:54:35.610 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9200"]
17:54:35.635 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:9200 register finished
17:54:36.177 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] Receive server push request, request = NotifySubscriberRequest, requestId = 182
17:54:36.192 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [96d7ba62-8fc1-49d0-8d02-72bea5016a40] Ack server push request, request = NotifySubscriberRequest, requestId = 182
17:54:36.530 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 17.687 seconds (JVM running for 20.356)
17:54:36.562 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
17:54:36.578 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
17:54:36.591 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
17:54:37.457 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:53:36.812 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:53:36.816 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:53:37.180 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:53:37.180 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@410df562[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:53:37.181 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1718358872873_192.168.110.235_55198
18:53:37.183 [nacos-grpc-client-executor-719] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1718358872873_192.168.110.235_55198]Ignore complete event,isRunning:false,isAbandon=false
18:53:37.188 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1f027189[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 720]