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
09:54:25.352 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:54:26.370 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 95572d75-bed1-428f-8c92-0683bd3493b1_config-0
09:54:26.444 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 47 ms to scan 1 urls, producing 3 keys and 6 values 
09:54:26.490 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
09:54:26.506 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 3 keys and 10 values 
09:54:26.818 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 308 ms to scan 245 urls, producing 0 keys and 0 values 
09:54:26.840 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 1 keys and 5 values 
09:54:26.859 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 7 values 
09:54:26.879 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values 
09:54:27.159 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 277 ms to scan 245 urls, producing 0 keys and 0 values 
09:54:27.162 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
09:54:27.163 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1871259950
09:54:27.164 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/34032089
09:54:27.165 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:54:27.166 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:54:27.177 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:54:28.802 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717466068221_192.168.110.235_57448
09:54:28.803 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Notify connected event to listeners.
09:54:28.804 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:54:28.804 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/480230241
09:54:28.912 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:54:32.811 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
09:54:32.811 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:54:32.811 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:54:33.228 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:54:34.014 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
09:54:34.016 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
09:54:34.017 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
09:54:36.589 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-04 09:54:35|2024-06-04 09:54:36|||0|
09:55:32.877 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:55:55.509 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:55:56.214 [redisson-netty-5-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
09:55:56.446 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
09:56:11.427 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 135d67f9-fcec-4e2c-9942-114ef1b14e6b
09:56:11.428 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] RpcClient init label, labels = {module=naming, source=sdk}
09:56:11.437 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:56:11.438 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:56:11.440 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:56:11.442 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:56:11.608 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717466171145_192.168.110.235_57813
09:56:11.609 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify connected event to listeners.
09:56:11.609 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:56:11.610 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/480230241
09:56:11.750 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
09:56:11.895 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
09:56:12.313 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Receive server push request, request = NotifySubscriberRequest, requestId = 156
09:56:12.324 [nacos-grpc-client-executor-9] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Ack server push request, request = NotifySubscriberRequest, requestId = 156
09:56:18.825 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 114.548 seconds (JVM running for 116.737)
09:56:18.910 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
09:56:18.912 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
09:56:18.917 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
09:56:20.244 [RMI TCP Connection(13)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:58:31.344 [http-nio-9201-exec-1] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@289b76e5[
  userId=6
  deptId=<null>
  userName=14d691b6cd804f4fbea870f09116fb6a
  nickName=白金用户
  email=<null>
  phonenumber=020gNHLHeY2gx1yl-1PcHD4WdvqtMEmdbOimY2ka-yeSc85
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$lbNYEVPpxkVZkaWBDVPyGe3grNlASnhec2/2WyBQjL.oK2H.udC96
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
09:58:41.030 [nacos-grpc-client-executor-30] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Receive server push request, request = ClientDetectionRequest, requestId = 159
09:58:41.034 [nacos-grpc-client-executor-72] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 158
09:58:41.034 [nacos-grpc-client-executor-30] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Ack server push request, request = ClientDetectionRequest, requestId = 159
09:58:41.035 [nacos-grpc-client-executor-72] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 158
09:58:43.197 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Server healthy check fail, currentConnection = 1717466171145_192.168.110.235_57813
09:58:43.198 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Try to reconnect to a new server, server is  not appointed, will choose a random server.
09:58:43.422 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Server healthy check fail, currentConnection = 1717466068221_192.168.110.235_57448
09:58:43.494 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
09:58:48.357 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Success to connect a server [192.168.110.235:8848], connectionId = 1717466327916_192.168.110.235_57938
09:58:48.357 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717466171145_192.168.110.235_57813
09:58:48.358 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717466171145_192.168.110.235_57813
09:58:48.358 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Try to reconnect to a new server, server is  not appointed, will choose a random server.
09:58:48.358 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify disconnected event to listeners
09:58:48.360 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717466327916_192.168.110.235_57939
09:58:48.360 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717466068221_192.168.110.235_57448
09:58:48.360 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717466068221_192.168.110.235_57448
09:58:48.361 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify connected event to listeners.
09:58:48.361 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
09:58:48.361 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Notify disconnected event to listeners
09:58:48.362 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Notify connected event to listeners.
09:58:48.489 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717466328034_192.168.110.235_57941
09:58:48.489 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Success to connect a server [192.168.110.235:8848], connectionId = 1717466328028_192.168.110.235_57940
09:58:48.489 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717466327916_192.168.110.235_57939
09:58:48.489 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717466327916_192.168.110.235_57938
09:58:48.489 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717466327916_192.168.110.235_57939
09:58:48.489 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717466327916_192.168.110.235_57938
09:58:48.491 [nacos-grpc-client-executor-41] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717466327916_192.168.110.235_57938]Ignore complete event,isRunning:true,isAbandon=true
09:58:48.492 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify disconnected event to listeners
09:58:48.492 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Notify disconnected event to listeners
09:58:48.491 [nacos-grpc-client-executor-83] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717466327916_192.168.110.235_57939]Ignore complete event,isRunning:true,isAbandon=true
09:58:48.492 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Notify connected event to listeners.
09:58:48.492 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify connected event to listeners.
09:58:51.646 [nacos-grpc-client-executor-46] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Receive server push request, request = NotifySubscriberRequest, requestId = 167
09:58:51.647 [nacos-grpc-client-executor-46] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Ack server push request, request = NotifySubscriberRequest, requestId = 167
09:59:23.427 [http-nio-9201-exec-3] INFO  c.r.s.s.i.SysUserServiceImpl - [registerUser,281] - user------------------com.ruoyi.system.api.domain.SysUser@6201cdfa[
  userId=7
  deptId=<null>
  userName=32b8ce5a618a4b2ea97d9b7b01b07a8b
  nickName=白金用户
  email=<null>
  phonenumber=020gNHLHeY2gx1yl-1PcHD4WdvqtMEmdbOimY2ka-yeSc85
  sex=<null>
  avatar=https://hongruitang.oss-cn-beijing.aliyuncs.com/default.png
  password=$2a$10$RKdx0gnZ0zmJbqyw2r1EUel8almXOB2FejeWhoCrSb2mIHo3Z2HNG
  status=<null>
  delFlag=<null>
  loginIp=<null>
  loginDate=<null>
  createBy=<null>
  createTime=<null>
  updateBy=<null>
  updateTime=<null>
  remark=<null>
  dept=<null>
]
11:03:46.592 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Server healthy check fail, currentConnection = 1717466328028_192.168.110.235_57940
11:03:46.595 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:03:47.304 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Server healthy check fail, currentConnection = 1717466328034_192.168.110.235_57941
11:03:47.305 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:03:52.734 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:03:53.436 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:03:55.955 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:03:56.656 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:03:59.282 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:03:59.976 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:02.696 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:03.409 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:06.219 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:06.932 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:09.827 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:10.547 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:13.544 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:14.256 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:17.389 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:18.066 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:21.323 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:21.979 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:25.346 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:26.003 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:04:26.577 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Success to connect a server [192.168.110.235:8848], connectionId = 1717470266107_192.168.110.235_64385
11:04:26.577 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717466328028_192.168.110.235_57940
11:04:26.577 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717466328028_192.168.110.235_57940
11:04:26.578 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify disconnected event to listeners
11:04:26.579 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify connected event to listeners.
11:04:27.231 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717470266761_192.168.110.235_64393
11:04:27.231 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717466328034_192.168.110.235_57941
11:04:27.231 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717466328034_192.168.110.235_57941
11:04:27.232 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Notify disconnected event to listeners
11:04:27.233 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Notify connected event to listeners.
11:04:29.273 [nacos-grpc-client-executor-848] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Receive server push request, request = NotifySubscriberRequest, requestId = 209
11:04:29.274 [nacos-grpc-client-executor-848] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Ack server push request, request = NotifySubscriberRequest, requestId = 209
11:05:35.358 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Server healthy check fail, currentConnection = 1717470266761_192.168.110.235_64393
11:05:35.359 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:05:35.500 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:35.721 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:36.030 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:36.452 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:36.966 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:37.586 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:38.308 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:39.115 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:39.717 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Server healthy check fail, currentConnection = 1717470266107_192.168.110.235_64385
11:05:39.717 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:05:39.848 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:40.035 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:40.066 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:40.379 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:40.798 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:41.086 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:41.315 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:41.942 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:42.209 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 11 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:42.667 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:43.423 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 12 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:43.505 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:44.421 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:44.732 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 13 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:45.435 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 10 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:46.143 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 14 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:46.560 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 11 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:47.649 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 15 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:47.772 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 12 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:49.099 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 13 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:49.256 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 16 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:50.514 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 14 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:50.968 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 17 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:52.022 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 15 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:52.803 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 18 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:53.651 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 16 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:54.718 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 19 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:55.357 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 17 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:56.733 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 20 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:57.183 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 18 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:58.848 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 21 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:05:59.096 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 19 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:01.064 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 22 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:01.111 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 20 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:03.230 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 21 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:03.370 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 23 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:05.454 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 22 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:05.780 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 24 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:07.773 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 23 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:08.292 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 25 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:10.179 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 24 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:10.911 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 26 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:12.690 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 25 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:13.625 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 27 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:15.309 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 26 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:16.439 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 28 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:18.051 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 27 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:19.364 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 29 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:20.863 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 28 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:22.369 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 30 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:23.777 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 29 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:25.487 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 31 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:26.807 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 30 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:28.703 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 32 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:29.926 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 31 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:32.012 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 33 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:33.154 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 32 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:35.424 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 34 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:36.474 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 33 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:38.937 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 35 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:39.886 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 34 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:42.549 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 36 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:43.396 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 35 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:46.258 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 37 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:47.013 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 36 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:50.078 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 38 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:50.729 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 37 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:53.994 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 39 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:54.538 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 38 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:58.013 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 40 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:06:58.454 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 39 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:02.134 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 41 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:02.473 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 40 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:06.340 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 42 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:06.591 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 41 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:10.647 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 43 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:10.803 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 42 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:15.060 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 44 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:15.122 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 43 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:19.538 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 44 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:19.582 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 45 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:24.053 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 45 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:24.194 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 46 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:28.669 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 46 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:28.899 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 47 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:33.397 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 47 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:33.717 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 48 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:38.207 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 48 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:38.630 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 49 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:43.118 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 49 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:43.647 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 50 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:48.137 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 50 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:48.655 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 51 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:53.149 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 51 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:53.674 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 52 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:58.169 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 52 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:07:58.690 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 53 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:03.183 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 53 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:03.710 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 54 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:08.194 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 54 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:08.739 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 55 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:13.200 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 55 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:13.752 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 56 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:18.226 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 56 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:18.774 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 57 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:23.362 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Success to connect a server [192.168.110.235:8848], connectionId = 1717470502896_192.168.110.235_52251
11:08:23.362 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717470266107_192.168.110.235_64385
11:08:23.363 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717470266107_192.168.110.235_64385
11:08:23.364 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify disconnected event to listeners
11:08:23.366 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify connected event to listeners.
11:08:23.794 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 58 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:28.809 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Fail to connect server, after trying 59 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:29.409 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:08:29.552 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:29.765 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 2 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:30.072 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 3 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:30.495 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 4 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:31.037 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 5 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:31.644 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 6 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:32.365 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 7 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:33.175 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 8 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:33.817 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_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
11:08:34.097 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Fail to connect server, after trying 9 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:08:35.237 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Success to connect a server [192.168.110.235:8848], connectionId = 1717470514766_192.168.110.235_52443
11:08:35.237 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717470502896_192.168.110.235_52251
11:08:35.237 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717470502896_192.168.110.235_52251
11:08:35.238 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify disconnected event to listeners
11:08:35.238 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Notify connected event to listeners.
11:08:36.000 [nacos-grpc-client-executor-1008] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Receive server push request, request = NotifySubscriberRequest, requestId = 242
11:08:36.001 [nacos-grpc-client-executor-1008] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Ack server push request, request = NotifySubscriberRequest, requestId = 242
11:08:38.951 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717470518482_192.168.110.235_52561
11:08:38.951 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717470266761_192.168.110.235_64393
11:08:38.951 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717470266761_192.168.110.235_64393
11:08:38.951 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Notify disconnected event to listeners
11:08:38.952 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [95572d75-bed1-428f-8c92-0683bd3493b1_config-0] Notify connected event to listeners.
16:35:35.174 [container-2] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=秒杀商品定时开始任务-1797910038254239745
16:35:35.174 [container-1] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=秒杀商品定时开始任务-1797910038182936577
16:35:35.274 [container-2] INFO  c.r.s.l.RedisListener - [autoStartSeckill,109] - autoStartSeckill scheduler task is running :1797910038254239745
16:35:35.274 [container-1] INFO  c.r.s.l.RedisListener - [autoStartSeckill,109] - autoStartSeckill scheduler task is running :1797910038182936577
16:35:39.097 [nacos-grpc-client-executor-4936] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Receive server push request, request = NotifySubscriberRequest, requestId = 318
16:35:39.097 [nacos-grpc-client-executor-4936] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [135d67f9-fcec-4e2c-9942-114ef1b14e6b] Ack server push request, request = NotifySubscriberRequest, requestId = 318
16:41:36.741 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
16:41:36.744 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
16:43:10.852 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
16:43:12.035 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0
16:43:12.120 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 53 ms to scan 1 urls, producing 3 keys and 6 values 
16:43:12.164 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 4 keys and 9 values 
16:43:12.188 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 3 keys and 10 values 
16:43:12.585 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 392 ms to scan 244 urls, producing 0 keys and 0 values 
16:43:12.609 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 1 keys and 5 values 
16:43:12.638 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 27 ms to scan 1 urls, producing 1 keys and 7 values 
16:43:12.669 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 2 keys and 8 values 
16:43:13.436 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 763 ms to scan 244 urls, producing 0 keys and 0 values 
16:43:13.437 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
16:43:13.439 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/290096578
16:43:13.439 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/255941269
16:43:13.548 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
16:43:13.550 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
16:43:13.571 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:43:15.989 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717490595337_192.168.110.235_50125
16:43:15.990 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] Notify connected event to listeners.
16:43:15.990 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:43:15.991 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d6f3ba66-2905-48f9-9d9e-b46667eb96c5_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1788256184
16:43:16.098 [main] INFO  c.r.s.RuoYiSystemApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
16:43:20.719 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9201"]
16:43:20.720 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:43:20.720 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
16:43:21.958 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:43:23.048 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
16:43:23.049 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
16:43:23.050 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
16:43:24.677 [main] INFO  c.o.s.ObsClient - [invoke0,-2] - Storage|1|HTTP+XML|ObsClient||||2024-06-04 16:43:24|2024-06-04 16:43:24|||0|
16:43:30.381 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
16:43:31.893 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
16:43:31.997 [redisson-netty-5-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
16:43:32.062 [redisson-netty-5-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
16:43:33.284 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 40427314-4c32-4806-b244-8e136c75095b
16:43:33.284 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] RpcClient init label, labels = {module=naming, source=sdk}
16:43:33.286 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
16:43:33.286 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
16:43:33.287 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
16:43:33.287 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
16:43:33.411 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717490612902_192.168.110.235_50501
16:43:33.412 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Notify connected event to listeners.
16:43:33.412 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
16:43:33.413 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1788256184
16:43:33.459 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9201"]
16:43:33.484 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-system 192.168.110.235:9201 register finished
16:43:34.046 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Receive server push request, request = NotifySubscriberRequest, requestId = 341
16:43:34.052 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Ack server push request, request = NotifySubscriberRequest, requestId = 341
16:43:34.316 [main] INFO  c.r.s.RuoYiSystemApplication - [logStarted,61] - Started RuoYiSystemApplication in 24.857 seconds (JVM running for 27.244)
16:43:34.337 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system, group=DEFAULT_GROUP
16:43:34.344 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system.yml, group=DEFAULT_GROUP
16:43:34.353 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-system-dev.yml, group=DEFAULT_GROUP
16:43:35.368 [RMI TCP Connection(6)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
17:00:04.034 [container-1] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=秒杀商品定时开始任务-1797910038182936577
17:00:04.036 [container-1] INFO  c.r.s.l.RedisListener - [autoStartSeckill,109] - autoStartSeckill scheduler task is running :1797910038182936577
17:00:04.669 [nacos-grpc-client-executor-212] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Receive server push request, request = NotifySubscriberRequest, requestId = 343
17:00:04.669 [nacos-grpc-client-executor-212] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Ack server push request, request = NotifySubscriberRequest, requestId = 343
17:00:04.902 [container-2] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=秒杀商品定时开始任务-1797910038254239745
17:00:04.903 [container-2] INFO  c.r.s.l.RedisListener - [autoStartSeckill,109] - autoStartSeckill scheduler task is running :1797910038254239745
17:09:16.712 [container-3] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=SESSION_KEY:oSeiB5eTqq6xohEJrKwD86uh740Q
17:53:10.384 [container-4] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=秒杀商品定时开始任务-1797910038254239745
17:53:10.384 [container-4] INFO  c.r.s.l.RedisListener - [autoStartSeckill,109] - autoStartSeckill scheduler task is running :1797910038254239745
17:54:01.515 [container-5] INFO  c.r.s.l.RedisListener - [onMessage,45] - RedisListener key=秒杀商品定时开始任务-1797910038254239745
17:54:01.515 [container-5] INFO  c.r.s.l.RedisListener - [autoStartSeckill,109] - autoStartSeckill scheduler task is running :1797910038254239745
17:59:01.270 [nacos-grpc-client-executor-920] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Receive server push request, request = NotifySubscriberRequest, requestId = 345
17:59:01.273 [nacos-grpc-client-executor-920] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Ack server push request, request = NotifySubscriberRequest, requestId = 345
18:00:05.722 [nacos-grpc-client-executor-934] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Receive server push request, request = NotifySubscriberRequest, requestId = 347
18:00:05.725 [nacos-grpc-client-executor-934] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Ack server push request, request = NotifySubscriberRequest, requestId = 347
18:34:17.544 [nacos-grpc-client-executor-1346] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Receive server push request, request = NotifySubscriberRequest, requestId = 353
18:34:17.546 [nacos-grpc-client-executor-1346] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Ack server push request, request = NotifySubscriberRequest, requestId = 353
18:35:38.638 [nacos-grpc-client-executor-1364] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Receive server push request, request = NotifySubscriberRequest, requestId = 355
18:35:38.639 [nacos-grpc-client-executor-1364] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [40427314-4c32-4806-b244-8e136c75095b] Ack server push request, request = NotifySubscriberRequest, requestId = 355
18:37:02.866 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:37:02.879 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:37:03.221 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:37:03.222 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@5fd34860[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:37:03.222 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717490612902_192.168.110.235_50501
18:37:03.228 [nacos-grpc-client-executor-1383] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717490612902_192.168.110.235_50501]Ignore complete event,isRunning:false,isAbandon=false
18:37:03.233 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@48ff6720[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 1384]
18:37:03.464 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
18:37:03.482 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
18:37:03.518 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
18:37:03.519 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye