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
08:43:43.119 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
08:43:44.105 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6e37d5f4-f524-46b6-9895-421315caf054_config-0
08:43:44.185 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 49 ms to scan 1 urls, producing 3 keys and 6 values 
08:43:44.229 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
08:43:44.246 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
08:43:45.166 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 916 ms to scan 242 urls, producing 0 keys and 0 values 
08:43:45.185 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 5 values 
08:43:45.207 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 7 values 
08:43:45.223 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 12 ms to scan 1 urls, producing 2 keys and 8 values 
08:43:45.519 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 293 ms to scan 242 urls, producing 0 keys and 0 values 
08:43:45.521 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
08:43:45.522 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/854640632
08:43:45.523 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1347294617
08:43:45.524 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
08:43:45.525 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
08:43:45.536 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:43:49.396 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:43:52.410 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:43:55.423 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
08:43:55.423 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:43:55.424 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1492801385
08:43:56.854 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
08:44:00.774 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9200"]
08:44:00.774 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:44:00.775 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
08:44:01.206 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:44:01.552 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_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
08:44:04.140 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
08:44:04.764 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_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
08:44:06.696 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
08:44:07.307 [redisson-netty-4-5] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
08:44:07.416 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
08:44:08.081 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_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
08:44:08.851 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 25e528c5-9044-4b5a-9e0e-dca14f98afdf
08:44:08.851 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] RpcClient init label, labels = {module=naming, source=sdk}
08:44:08.854 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
08:44:08.854 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
08:44:08.855 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
08:44:08.856 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:44:11.499 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_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
08:44:11.863 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:44:14.878 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:44:15.006 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_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
08:44:17.887 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] Try to reconnect to a new server, server is  not appointed, will choose a random server.
08:44:17.887 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:44:17.888 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1492801385
08:44:18.209 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9200"]
08:44:18.622 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6e37d5f4-f524-46b6-9895-421315caf054_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
08:44:18.922 [main] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
08:44:18.922 [main] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@7e93e396[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
08:44:18.923 [main] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@f1e8753[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 3]
08:44:19.026 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [25e528c5-9044-4b5a-9e0e-dca14f98afdf] Client is shutdown, stop reconnect to server
08:44:19.158 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Pausing ProtocolHandler ["http-nio-9200"]
08:44:19.159 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
08:44:19.183 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Stopping ProtocolHandler ["http-nio-9200"]
08:44:19.187 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Destroying ProtocolHandler ["http-nio-9200"]
09:00:06.144 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
09:00:07.158 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0
09:00:07.225 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 45 ms to scan 1 urls, producing 3 keys and 6 values 
09:00:07.264 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values 
09:00:07.282 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values 
09:00:07.610 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 325 ms to scan 242 urls, producing 0 keys and 0 values 
09:00:07.626 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 5 values 
09:00:07.647 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 7 values 
09:00:07.663 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 2 keys and 8 values 
09:00:07.952 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 287 ms to scan 242 urls, producing 0 keys and 0 values 
09:00:07.954 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_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:07.954 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/354350463
09:00:07.955 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/277437206
09:00:07.956 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
09:00:07.956 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
09:00:07.966 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:00:09.547 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717635609657_192.168.110.235_62362
09:00:09.547 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Notify connected event to listeners.
09:00:09.548 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:00:09.549 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/504355631
09:00:09.642 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
09:00:12.681 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9200"]
09:00:12.681 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
09:00:12.681 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
09:00:13.096 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
09:00:15.474 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
09:00:17.395 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
09:00:17.882 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
09:00:17.931 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
09:00:19.073 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ececca85-279a-4190-ac00-ecbb4212e28b
09:00:19.074 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] RpcClient init label, labels = {module=naming, source=sdk}
09:00:19.076 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
09:00:19.076 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
09:00:19.077 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
09:00:19.077 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
09:00:19.199 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717635619404_192.168.110.235_62458
09:00:19.199 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Notify connected event to listeners.
09:00:19.199 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
09:00:19.200 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/504355631
09:00:19.240 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9200"]
09:00:19.265 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:9200 register finished
09:00:19.765 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 22
09:00:19.774 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 22
09:00:19.933 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 14.75 seconds (JVM running for 16.817)
09:00:19.955 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
09:00:19.962 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
09:00:19.968 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
09:00:20.761 [RMI TCP Connection(5)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
09:19:39.714 [nacos-grpc-client-executor-244] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 36
09:19:39.714 [nacos-grpc-client-executor-244] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 36
09:19:56.278 [nacos-grpc-client-executor-248] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 38
09:19:56.281 [nacos-grpc-client-executor-248] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 38
09:22:30.144 [nacos-grpc-client-executor-280] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 44
09:22:30.147 [nacos-grpc-client-executor-280] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 44
09:23:52.834 [nacos-grpc-client-executor-298] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 47
09:23:52.835 [nacos-grpc-client-executor-298] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 47
09:57:57.691 [nacos-grpc-client-executor-708] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 49
09:57:57.695 [nacos-grpc-client-executor-708] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 49
09:58:37.132 [nacos-grpc-client-executor-716] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 52
09:58:37.135 [nacos-grpc-client-executor-716] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 52
10:31:47.990 [nacos-grpc-client-executor-1116] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 60
10:31:47.999 [nacos-grpc-client-executor-1116] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 60
10:32:15.370 [nacos-grpc-client-executor-1121] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 61
10:32:15.377 [nacos-grpc-client-executor-1121] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 61
10:33:28.893 [nacos-grpc-client-executor-1136] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 62
10:33:28.896 [nacos-grpc-client-executor-1136] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 62
10:34:53.532 [nacos-grpc-client-executor-1153] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 67
10:34:53.535 [nacos-grpc-client-executor-1153] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 67
10:56:01.205 [nacos-grpc-client-executor-1407] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 109
10:56:01.209 [nacos-grpc-client-executor-1407] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 109
10:57:49.405 [nacos-grpc-client-executor-1429] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 112
10:57:49.409 [nacos-grpc-client-executor-1429] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 112
11:40:59.664 [nacos-grpc-client-executor-1952] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 148
11:40:59.676 [nacos-grpc-client-executor-1952] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 148
11:41:23.508 [nacos-grpc-client-executor-1957] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 151
11:41:23.511 [nacos-grpc-client-executor-1957] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 151
11:48:14.959 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Server healthy check fail, currentConnection = 1717635619404_192.168.110.235_62458
11:48:14.961 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:48:17.117 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Server healthy check fail, currentConnection = 1717635609657_192.168.110.235_62362
11:48:17.117 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:48:17.252 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717645697445_192.168.110.235_51405
11:48:17.252 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717635609657_192.168.110.235_62362
11:48:17.253 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717635609657_192.168.110.235_62362
11:48:17.262 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Notify disconnected event to listeners
11:48:17.278 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Notify connected event to listeners.
11:48:21.129 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Fail to connect server, after trying 1 times, last try server is {serverIp = '192.168.110.188', server main port = 8858}, error = unknown
11:48:21.276 [nacos-grpc-client-executor-2041] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 187
11:48:21.276 [nacos-grpc-client-executor-2041] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 187
11:48:21.457 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Success to connect a server [192.168.110.235:8848], connectionId = 1717645701657_192.168.110.235_51412
11:48:21.457 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717635619404_192.168.110.235_62458
11:48:21.457 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717635619404_192.168.110.235_62458
11:48:21.458 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Notify disconnected event to listeners
11:48:21.460 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Notify connected event to listeners.
11:48:21.814 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [a7ff3eba-f740-41c6-ba33-67cb072def0c_config-0] Server check success, currentServer is 192.168.110.235:8848
11:48:22.019 [nacos-grpc-client-executor-2050] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 194
11:48:22.019 [nacos-grpc-client-executor-2050] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 194
11:48:22.345 [nacos-grpc-client-executor-2051] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 197
11:48:22.346 [nacos-grpc-client-executor-2051] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 197
11:48:22.347 [nacos-grpc-client-executor-2052] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Receive server push request, request = NotifySubscriberRequest, requestId = 196
11:48:22.348 [nacos-grpc-client-executor-2052] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ececca85-279a-4190-ac00-ecbb4212e28b] Ack server push request, request = NotifySubscriberRequest, requestId = 196
11:56:11.735 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
11:56:11.737 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
11:56:12.081 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
11:56:12.081 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@7b9d4980[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
11:56:12.082 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717645701657_192.168.110.235_51412
11:56:12.082 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@762993f5[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 2148]
14:06:15.521 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
14:06:16.850 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0
14:06:16.926 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 50 ms to scan 1 urls, producing 3 keys and 6 values 
14:06:16.969 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values 
14:06:16.993 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 3 keys and 10 values 
14:06:17.401 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 404 ms to scan 242 urls, producing 0 keys and 0 values 
14:06:17.426 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 1 keys and 5 values 
14:06:17.442 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 7 values 
14:06:17.461 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 2 keys and 8 values 
14:06:17.801 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 336 ms to scan 242 urls, producing 0 keys and 0 values 
14:06:17.804 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:06:17.806 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1551103602
14:06:17.807 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/149818403
14:06:17.809 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:06:17.810 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:06:17.827 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:06:20.807 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717653980932_192.168.110.235_56926
14:06:20.808 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] Notify connected event to listeners.
14:06:20.808 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:06:20.809 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [5ac7d9a6-283b-4827-9eab-dbd03e67274c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1808547623
14:06:20.915 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
14:06:24.269 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9200"]
14:06:24.269 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:06:24.269 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
14:06:24.708 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:06:26.996 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
14:06:29.073 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
14:06:29.549 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
14:06:29.624 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
14:06:30.824 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of cf7bb3f2-913a-4d63-a29c-41e0215c7569
14:06:30.825 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] RpcClient init label, labels = {module=naming, source=sdk}
14:06:30.827 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:06:30.828 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:06:30.828 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:06:30.829 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:06:30.951 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717653991168_192.168.110.235_57027
14:06:30.951 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Notify connected event to listeners.
14:06:30.951 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:06:30.952 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1808547623
14:06:30.991 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9200"]
14:06:31.015 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:9200 register finished
14:06:31.556 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Receive server push request, request = NotifySubscriberRequest, requestId = 224
14:06:31.558 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Ack server push request, request = NotifySubscriberRequest, requestId = 224
14:06:31.720 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 17.357 seconds (JVM running for 19.879)
14:06:31.740 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
14:06:31.747 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
14:06:31.755 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
14:06:32.731 [RMI TCP Connection(4)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:10:04.927 [nacos-grpc-client-executor-54] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Receive server push request, request = NotifySubscriberRequest, requestId = 233
14:10:04.927 [nacos-grpc-client-executor-54] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [cf7bb3f2-913a-4d63-a29c-41e0215c7569] Ack server push request, request = NotifySubscriberRequest, requestId = 233
14:14:06.106 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
14:14:06.110 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
14:14:06.461 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
14:14:06.461 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@75680f2d[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
14:14:06.462 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717653991168_192.168.110.235_57027
14:14:06.464 [nacos-grpc-client-executor-107] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717653991168_192.168.110.235_57027]Ignore complete event,isRunning:false,isAbandon=false
14:14:06.469 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1d0631cb[Running, pool size = 6, active threads = 0, queued tasks = 0, completed tasks = 108]
14:17:55.565 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
14:17:56.553 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0
14:17:56.621 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 47 ms to scan 1 urls, producing 3 keys and 6 values 
14:17:56.660 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 4 keys and 9 values 
14:17:56.678 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
14:17:57.025 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 343 ms to scan 242 urls, producing 0 keys and 0 values 
14:17:57.043 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 1 keys and 5 values 
14:17:57.064 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 7 values 
14:17:57.077 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 2 keys and 8 values 
14:17:57.377 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 296 ms to scan 242 urls, producing 0 keys and 0 values 
14:17:57.379 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:17:57.381 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/931548023
14:17:57.381 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/731427771
14:17:57.381 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:17:57.382 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:17:57.393 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:17:58.978 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717654679113_192.168.110.235_58131
14:17:58.979 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Notify connected event to listeners.
14:17:58.980 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:17:58.981 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1948689480
14:17:59.085 [main] INFO  c.r.a.RuoYiAuthApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
14:18:02.271 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9200"]
14:18:02.272 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:18:02.272 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
14:18:02.692 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:18:04.895 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
14:18:06.830 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
14:18:07.270 [redisson-netty-4-7] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
14:18:07.395 [redisson-netty-4-18] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
14:18:08.585 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c0499ee0-bd23-4093-82d2-93b65fd9eff5
14:18:08.586 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] RpcClient init label, labels = {module=naming, source=sdk}
14:18:08.588 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:18:08.588 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:18:08.588 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:18:08.589 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:18:08.718 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717654688939_192.168.110.235_58233
14:18:08.718 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:18:08.718 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Notify connected event to listeners.
14:18:08.718 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1948689480
14:18:08.756 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9200"]
14:18:08.779 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-auth 192.168.110.235:9200 register finished
14:18:09.252 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 246
14:18:09.255 [nacos-grpc-client-executor-5] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 246
14:18:09.429 [main] INFO  c.r.a.RuoYiAuthApplication - [logStarted,61] - Started RuoYiAuthApplication in 14.851 seconds (JVM running for 16.814)
14:18:09.450 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth.yml, group=DEFAULT_GROUP
14:18:09.458 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth-dev.yml, group=DEFAULT_GROUP
14:18:09.468 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-auth, group=DEFAULT_GROUP
14:18:09.979 [RMI TCP Connection(1)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:31:00.555 [nacos-grpc-client-executor-167] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 251
14:31:00.555 [nacos-grpc-client-executor-167] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 251
14:31:29.612 [nacos-grpc-client-executor-173] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 257
14:31:29.615 [nacos-grpc-client-executor-173] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 257
14:32:25.596 [nacos-grpc-client-executor-184] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 268
14:32:25.598 [nacos-grpc-client-executor-184] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 268
14:35:13.282 [nacos-grpc-client-executor-218] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 273
14:35:13.287 [nacos-grpc-client-executor-218] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 273
14:36:06.294 [nacos-grpc-client-executor-228] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 278
14:36:06.297 [nacos-grpc-client-executor-228] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 278
14:37:17.678 [nacos-grpc-client-executor-243] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 287
14:37:17.683 [nacos-grpc-client-executor-243] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 287
14:38:03.051 [nacos-grpc-client-executor-252] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 293
14:38:03.055 [nacos-grpc-client-executor-252] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 293
14:40:23.797 [nacos-grpc-client-executor-280] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 298
14:40:23.799 [nacos-grpc-client-executor-280] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 298
14:41:42.546 [nacos-grpc-client-executor-295] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 310
14:41:42.549 [nacos-grpc-client-executor-295] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 310
14:42:53.952 [nacos-grpc-client-executor-311] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 315
14:42:53.960 [nacos-grpc-client-executor-311] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 315
14:50:50.322 [nacos-grpc-client-executor-406] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 319
14:50:50.325 [nacos-grpc-client-executor-406] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 319
14:51:50.185 [nacos-grpc-client-executor-419] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 324
14:51:50.187 [nacos-grpc-client-executor-419] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 324
14:57:47.518 [nacos-grpc-client-executor-490] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 340
14:57:47.521 [nacos-grpc-client-executor-490] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 340
14:57:59.701 [nacos-grpc-client-executor-492] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 345
14:57:59.703 [nacos-grpc-client-executor-492] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 345
15:02:19.018 [nacos-grpc-client-executor-545] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 352
15:02:19.021 [nacos-grpc-client-executor-545] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 352
15:03:42.153 [nacos-grpc-client-executor-563] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 360
15:03:42.155 [nacos-grpc-client-executor-563] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 360
15:24:20.871 [nacos-grpc-client-executor-825] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 367
15:24:20.874 [nacos-grpc-client-executor-825] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 367
15:25:04.657 [nacos-grpc-client-executor-834] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 370
15:25:04.660 [nacos-grpc-client-executor-834] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 370
15:26:28.369 [nacos-grpc-client-executor-850] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 376
15:26:28.371 [nacos-grpc-client-executor-850] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 376
15:30:49.317 [nacos-grpc-client-executor-908] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 380
15:30:49.320 [nacos-grpc-client-executor-908] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 380
16:12:21.580 [nacos-grpc-client-executor-1431] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = ClientDetectionRequest, requestId = 392
16:12:21.580 [nacos-grpc-client-executor-1383] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 391
16:12:21.581 [nacos-grpc-client-executor-1431] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = ClientDetectionRequest, requestId = 392
16:12:21.582 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Server healthy check fail, currentConnection = 1717654688939_192.168.110.235_58233
16:12:21.583 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:12:21.587 [nacos-grpc-client-executor-1383] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 391
16:12:21.648 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Server healthy check fail, currentConnection = 1717654679113_192.168.110.235_58131
16:12:21.649 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:12:22.017 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717661542245_192.168.110.235_64635
16:12:22.017 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Success to connect a server [192.168.110.235:8848], connectionId = 1717661542245_192.168.110.235_64636
16:12:22.017 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717654679113_192.168.110.235_58131
16:12:22.017 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717654688939_192.168.110.235_58233
16:12:22.017 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717654679113_192.168.110.235_58131
16:12:22.018 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717654688939_192.168.110.235_58233
16:12:22.049 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
16:12:22.049 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Notify disconnected event to listeners
16:12:22.049 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Notify disconnected event to listeners
16:12:22.051 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Notify connected event to listeners.
16:12:22.056 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Notify connected event to listeners.
16:12:22.169 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717661542414_192.168.110.235_64638
16:12:22.169 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717661542245_192.168.110.235_64635
16:12:22.169 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717661542245_192.168.110.235_64635
16:12:22.173 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Notify disconnected event to listeners
16:12:22.173 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [28c2fcad-2e30-4103-ac3e-aa1a2e0c2c72_config-0] Notify connected event to listeners.
16:12:25.216 [nacos-grpc-client-executor-1444] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 395
16:12:25.217 [nacos-grpc-client-executor-1444] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 395
16:12:25.218 [nacos-grpc-client-executor-1445] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 396
16:12:25.219 [nacos-grpc-client-executor-1445] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 396
16:18:18.836 [nacos-grpc-client-executor-1522] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 406
16:18:18.837 [nacos-grpc-client-executor-1522] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 406
16:21:11.470 [nacos-grpc-client-executor-1561] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 409
16:21:11.473 [nacos-grpc-client-executor-1561] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 409
16:22:11.009 [nacos-grpc-client-executor-1574] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 412
16:22:11.012 [nacos-grpc-client-executor-1574] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 412
16:25:22.834 [nacos-grpc-client-executor-1614] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 417
16:25:22.840 [nacos-grpc-client-executor-1614] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 417
16:26:13.581 [nacos-grpc-client-executor-1626] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 420
16:26:13.584 [nacos-grpc-client-executor-1626] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 420
16:32:04.211 [nacos-grpc-client-executor-1703] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 425
16:32:04.474 [nacos-grpc-client-executor-1703] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 425
16:32:56.157 [nacos-grpc-client-executor-1715] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 428
16:32:56.159 [nacos-grpc-client-executor-1715] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 428
18:14:51.769 [nacos-grpc-client-executor-3015] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 441
18:14:51.790 [nacos-grpc-client-executor-3015] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 441
18:14:58.719 [nacos-grpc-client-executor-3017] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Receive server push request, request = NotifySubscriberRequest, requestId = 448
18:14:58.728 [nacos-grpc-client-executor-3017] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c0499ee0-bd23-4093-82d2-93b65fd9eff5] Ack server push request, request = NotifySubscriberRequest, requestId = 448
18:14:58.798 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:14:58.830 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:14:59.298 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:14:59.298 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@3a2cea6a[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:14:59.299 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717661542245_192.168.110.235_64636
18:14:59.301 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@19b2c3f3[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 3019]