rentaiming
2024-07-08 8e6989e09a2cc4046fd6985b18f715f98f45e1c7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
08:44:54.612 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
08:44:55.955 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 245ee4dd-283a-46c9-9594-e93c936e6195_config-0
08:44:56.070 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 73 ms to scan 1 urls, producing 3 keys and 6 values 
08:44:56.117 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 4 keys and 9 values 
08:44:56.139 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 3 keys and 10 values 
08:44:56.658 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 514 ms to scan 250 urls, producing 0 keys and 0 values 
08:44:56.726 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 5 values 
08:44:56.750 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 19 ms to scan 1 urls, producing 1 keys and 7 values 
08:44:56.770 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 16 ms to scan 1 urls, producing 2 keys and 8 values 
08:44:57.105 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 329 ms to scan 250 urls, producing 0 keys and 0 values 
08:44:57.111 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
08:44:57.115 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/1232792716
08:44:57.115 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/999699153
08:44:57.117 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
08:44:57.120 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
08:44:57.142 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:45:01.199 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:45:04.204 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:45:07.216 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
08:45:07.216 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:45:07.217 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1241128308
08:45:08.642 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
08:45:13.153 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9207"]
08:45:13.153 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:45:13.153 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
08:45:13.344 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_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:45:13.592 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:45:14.561 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
08:45:14.563 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
08:45:14.563 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
08:45:16.564 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_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:45:18.612 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
08:45:19.885 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_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:45:22.031 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
08:45:22.550 [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
08:45:22.636 [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:45:23.296 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_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:45:24.426 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of aea319af-dcfc-47d1-9ce7-fa16e97d2bec
08:45:24.427 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] RpcClient init label, labels = {module=naming, source=sdk}
08:45:24.432 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
08:45:24.433 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
08:45:24.434 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
08:45:24.454 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:45:26.816 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_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:45:27.474 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:45:30.436 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_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:45:30.485 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:45:33.491 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:45:33.491 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] Try to reconnect to a new server, server is  not appointed, will choose a random server.
08:45:33.492 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1241128308
08:45:33.819 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9207"]
08:45:34.162 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [245ee4dd-283a-46c9-9594-e93c936e6195_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
08:45:34.532 [main] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
08:45:34.532 [main] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@16d4757f[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
08:45:34.532 [main] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@6aa16117[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 3]
08:45:34.554 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
08:45:34.558 [main] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
08:45:34.566 [main] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
08:45:34.567 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
08:45:34.645 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [aea319af-dcfc-47d1-9ce7-fa16e97d2bec] Client is shutdown, stop reconnect to server
08:45:34.761 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Pausing ProtocolHandler ["http-nio-9207"]
08:45:34.761 [main] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
08:45:34.769 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Stopping ProtocolHandler ["http-nio-9207"]
08:45:34.773 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Destroying ProtocolHandler ["http-nio-9207"]
08:51:23.607 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
08:51:24.626 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0
08:51:24.698 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 44 ms to scan 1 urls, producing 3 keys and 6 values 
08:51:24.734 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 4 keys and 9 values 
08:51:24.755 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 3 keys and 10 values 
08:51:25.091 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 331 ms to scan 250 urls, producing 0 keys and 0 values 
08:51:25.110 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 5 values 
08:51:25.127 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 1 keys and 7 values 
08:51:25.143 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
08:51:25.459 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 312 ms to scan 250 urls, producing 0 keys and 0 values 
08:51:25.460 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
08:51:25.461 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/838820617
08:51:25.462 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/542019831
08:51:25.463 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
08:51:25.465 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
08:51:25.477 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:51:27.081 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717635087186_192.168.110.235_61589
08:51:27.081 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Notify connected event to listeners.
08:51:27.081 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:51:27.082 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/48390515
08:51:27.197 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
08:51:30.879 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9207"]
08:51:30.879 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
08:51:30.879 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
08:51:31.290 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
08:51:32.108 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
08:51:32.109 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
08:51:32.110 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
08:51:34.455 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
08:51:37.200 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
08:51:37.627 [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
08:51:37.722 [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:51:39.073 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da
08:51:39.073 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] RpcClient init label, labels = {module=naming, source=sdk}
08:51:39.075 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
08:51:39.076 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
08:51:39.076 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
08:51:39.077 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
08:51:39.208 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717635099404_192.168.110.235_61691
08:51:39.208 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
08:51:39.208 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Notify connected event to listeners.
08:51:39.209 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/48390515
08:51:39.246 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9207"]
08:51:39.274 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-promotion 192.168.110.235:9207 register finished
08:51:39.774 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Receive server push request, request = NotifySubscriberRequest, requestId = 5
08:51:39.784 [nacos-grpc-client-executor-8] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Ack server push request, request = NotifySubscriberRequest, requestId = 5
08:51:40.006 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStarted,61] - Started RuoYiPromotionApplication in 17.376 seconds (JVM running for 19.518)
08:51:40.028 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion.yml, group=DEFAULT_GROUP
08:51:40.036 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion-dev.yml, group=DEFAULT_GROUP
08:51:40.042 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion, group=DEFAULT_GROUP
08:51:40.701 [RMI TCP Connection(4)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
11:48:16.777 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Server healthy check fail, currentConnection = 1717635087186_192.168.110.235_61589
11:48:16.778 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Try to reconnect to a new server, server is  not appointed, will choose a random server.
11:48:21.128 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Success to connect a server [192.168.110.235:8848], connectionId = 1717645701334_192.168.110.235_51410
11:48:21.128 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Abandon prev connection, server is 192.168.110.235:8848, connectionId is 1717635087186_192.168.110.235_61589
11:48:21.129 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717635087186_192.168.110.235_61589
11:48:21.129 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Notify disconnected event to listeners
11:48:21.136 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [e4a8bc03-82de-424d-a41f-8affee2ad6b2_config-0] Notify connected event to listeners.
11:56:18.107 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
11:56:18.330 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
11:56:18.670 [nacos-grpc-client-executor-2235] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Receive server push request, request = NotifySubscriberRequest, requestId = 208
11:56:18.679 [nacos-grpc-client-executor-2235] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ee8d1b7c-0b90-4322-b5a8-1becf5a9b1da] Ack server push request, request = NotifySubscriberRequest, requestId = 208
11:56:18.680 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
11:56:18.680 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@2cec4b6a[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
11:56:18.681 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717635099404_192.168.110.235_61691
11:56:18.681 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@5744c4e5[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 2236]
11:56:18.957 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
11:56:18.961 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
11:56:18.972 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
11:56:18.973 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye
14:05:57.472 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
14:05:58.509 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0
14:05:58.596 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 53 ms to scan 1 urls, producing 3 keys and 6 values 
14:05:58.636 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 4 keys and 9 values 
14:05:58.657 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 3 keys and 10 values 
14:05:59.021 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 359 ms to scan 250 urls, producing 0 keys and 0 values 
14:05:59.039 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 5 values 
14:05:59.065 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 23 ms to scan 1 urls, producing 1 keys and 7 values 
14:05:59.081 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 13 ms to scan 1 urls, producing 2 keys and 8 values 
14:05:59.403 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 319 ms to scan 250 urls, producing 0 keys and 0 values 
14:05:59.405 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:05:59.406 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/254812619
14:05:59.406 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1252713736
14:05:59.408 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:05:59.409 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:05:59.421 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:06:01.252 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717653961356_192.168.110.235_56739
14:06:01.253 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] Notify connected event to listeners.
14:06:01.254 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:06:01.255 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ea730dea-2f51-4500-80cd-a8a37ef7d9a8_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1005400853
14:06:01.450 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
14:06:05.728 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9207"]
14:06:05.729 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:06:05.729 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
14:06:06.214 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:06:07.082 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
14:06:07.083 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
14:06:07.084 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
14:06:09.856 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
14:06:14.015 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
14:06:14.615 [redisson-netty-4-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
14:06:14.690 [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:16.450 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 7df5451f-7a6e-48b3-8a14-a9b29ca6a111
14:06:16.451 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] RpcClient init label, labels = {module=naming, source=sdk}
14:06:16.454 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:06:16.455 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:06:16.455 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:06:16.456 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:06:16.574 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717653976796_192.168.110.235_56854
14:06:16.574 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] Notify connected event to listeners.
14:06:16.574 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:06:16.575 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1005400853
14:06:16.628 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9207"]
14:06:16.669 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-promotion 192.168.110.235:9207 register finished
14:06:17.194 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] Receive server push request, request = NotifySubscriberRequest, requestId = 223
14:06:17.202 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [7df5451f-7a6e-48b3-8a14-a9b29ca6a111] Ack server push request, request = NotifySubscriberRequest, requestId = 223
14:06:17.485 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStarted,61] - Started RuoYiPromotionApplication in 21.089 seconds (JVM running for 23.166)
14:06:17.507 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion.yml, group=DEFAULT_GROUP
14:06:17.516 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion-dev.yml, group=DEFAULT_GROUP
14:06:17.521 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion, group=DEFAULT_GROUP
14:06:18.686 [RMI TCP Connection(5)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
14:29:51.690 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
14:29:52.896 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0
14:29:53.001 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 62 ms to scan 1 urls, producing 3 keys and 6 values 
14:29:53.066 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 4 keys and 9 values 
14:29:53.084 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
14:29:54.511 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 1421 ms to scan 250 urls, producing 0 keys and 0 values 
14:29:54.558 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 46 ms to scan 1 urls, producing 1 keys and 5 values 
14:29:54.594 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 28 ms to scan 1 urls, producing 1 keys and 7 values 
14:29:54.633 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 2 keys and 8 values 
14:29:55.030 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 389 ms to scan 250 urls, producing 0 keys and 0 values 
14:29:55.034 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
14:29:55.035 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/550707
14:29:55.036 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/409778321
14:29:55.037 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
14:29:55.038 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
14:29:55.049 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:29:57.068 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717655397190_192.168.110.235_58911
14:29:57.071 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] Notify connected event to listeners.
14:29:57.072 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:29:57.074 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [1fa4b91b-7a58-4ea9-9f06-8bc723748d6d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1656197285
14:29:57.191 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
14:30:02.125 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9207"]
14:30:02.125 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
14:30:02.125 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
14:30:03.064 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
14:30:03.913 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
14:30:03.915 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
14:30:03.915 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
14:30:07.453 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
14:30:10.712 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
14:30:11.159 [redisson-netty-4-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
14:30:11.244 [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:30:12.931 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of c03980cd-26d1-45a5-90e0-b501d92ec8b3
14:30:12.931 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] RpcClient init label, labels = {module=naming, source=sdk}
14:30:12.933 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
14:30:12.934 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
14:30:12.934 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
14:30:12.935 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
14:30:13.065 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717655413279_192.168.110.235_59025
14:30:13.065 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
14:30:13.065 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] Notify connected event to listeners.
14:30:13.065 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1656197285
14:30:13.107 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9207"]
14:30:13.139 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-promotion 192.168.110.235:9207 register finished
14:30:13.677 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] Receive server push request, request = NotifySubscriberRequest, requestId = 250
14:30:13.689 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [c03980cd-26d1-45a5-90e0-b501d92ec8b3] Ack server push request, request = NotifySubscriberRequest, requestId = 250
14:30:13.888 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStarted,61] - Started RuoYiPromotionApplication in 23.534 seconds (JVM running for 26.668)
14:30:13.912 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion.yml, group=DEFAULT_GROUP
14:30:13.920 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion-dev.yml, group=DEFAULT_GROUP
14:30:13.927 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion, group=DEFAULT_GROUP
14:30:14.369 [RMI TCP Connection(6)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:00:04.883 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:00:05.959 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of d924ce84-9272-44d2-80c7-9269f6967a9d_config-0
15:00:06.048 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 53 ms to scan 1 urls, producing 3 keys and 6 values 
15:00:06.105 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 24 ms to scan 1 urls, producing 4 keys and 9 values 
15:00:06.124 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 3 keys and 10 values 
15:00:06.456 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 328 ms to scan 250 urls, producing 0 keys and 0 values 
15:00:06.477 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 1 keys and 5 values 
15:00:06.495 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values 
15:00:06.511 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 11 ms to scan 1 urls, producing 2 keys and 8 values 
15:00:06.817 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 302 ms to scan 250 urls, producing 0 keys and 0 values 
15:00:06.822 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:00:06.823 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/577037372
15:00:06.823 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1005331061
15:00:06.824 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:00:06.825 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:00:06.838 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:00:08.725 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717657208829_192.168.110.235_60421
15:00:08.726 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] Notify connected event to listeners.
15:00:08.727 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:00:08.728 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [d924ce84-9272-44d2-80c7-9269f6967a9d_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1272284318
15:00:08.850 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:00:13.660 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9207"]
15:00:13.661 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:00:13.661 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:00:14.108 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:00:14.979 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:00:14.980 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:00:14.981 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:00:17.600 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:00:20.504 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:00:20.951 [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
15:00:21.067 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:00:22.451 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 8a903bd3-286e-4cd6-a650-fa1bfbd3dc36
15:00:22.451 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] RpcClient init label, labels = {module=naming, source=sdk}
15:00:22.455 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:00:22.455 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:00:22.456 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:00:22.457 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:00:22.577 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717657222807_192.168.110.235_60522
15:00:22.577 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:00:22.577 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] Notify connected event to listeners.
15:00:22.577 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1272284318
15:00:22.623 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9207"]
15:00:22.655 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-promotion 192.168.110.235:9207 register finished
15:00:23.137 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] Receive server push request, request = NotifySubscriberRequest, requestId = 350
15:00:23.143 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [8a903bd3-286e-4cd6-a650-fa1bfbd3dc36] Ack server push request, request = NotifySubscriberRequest, requestId = 350
15:00:23.402 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStarted,61] - Started RuoYiPromotionApplication in 19.574 seconds (JVM running for 21.999)
15:00:23.423 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion.yml, group=DEFAULT_GROUP
15:00:23.431 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion-dev.yml, group=DEFAULT_GROUP
15:00:23.437 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion, group=DEFAULT_GROUP
15:00:24.141 [RMI TCP Connection(2)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:02:40.314 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:02:41.383 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 331afbef-ac45-492f-a77d-297a53ac50c9_config-0
15:02:41.456 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 45 ms to scan 1 urls, producing 3 keys and 6 values 
15:02:41.503 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 4 keys and 9 values 
15:02:41.520 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 3 keys and 10 values 
15:02:41.886 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 362 ms to scan 250 urls, producing 0 keys and 0 values 
15:02:41.905 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 17 ms to scan 1 urls, producing 1 keys and 5 values 
15:02:41.927 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 7 values 
15:02:41.956 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 26 ms to scan 1 urls, producing 2 keys and 8 values 
15:02:42.268 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 309 ms to scan 250 urls, producing 0 keys and 0 values 
15:02:42.269 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:02:42.270 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/409778321
15:02:42.270 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1052962026
15:02:42.271 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:02:42.272 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:02:42.285 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:02:43.971 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717657364081_192.168.110.235_60638
15:02:43.972 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] Notify connected event to listeners.
15:02:43.973 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:02:43.974 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [331afbef-ac45-492f-a77d-297a53ac50c9_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2085813377
15:02:44.105 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:02:47.955 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9207"]
15:02:47.956 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:02:47.956 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:02:48.414 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:02:49.609 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:02:49.611 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:02:49.611 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:02:52.205 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:02:55.403 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:02:56.377 [redisson-netty-4-6] INFO  o.r.c.p.MasterPubSubConnectionPool - [lambda$createConnection$0,162] - 1 connections initialized for 192.168.110.188/192.168.110.188:6379
15:02:56.768 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:02:59.276 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 6d6bdd94-ee28-46cb-828d-9d8f6ac490fd
15:02:59.276 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] RpcClient init label, labels = {module=naming, source=sdk}
15:02:59.278 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:02:59.279 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:02:59.280 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:02:59.281 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:02:59.410 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717657379634_192.168.110.235_60745
15:02:59.410 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] Notify connected event to listeners.
15:02:59.410 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:02:59.411 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/2085813377
15:02:59.466 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9207"]
15:02:59.505 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-promotion 192.168.110.235:9207 register finished
15:03:00.039 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] Receive server push request, request = NotifySubscriberRequest, requestId = 356
15:03:00.044 [nacos-grpc-client-executor-7] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [6d6bdd94-ee28-46cb-828d-9d8f6ac490fd] Ack server push request, request = NotifySubscriberRequest, requestId = 356
15:03:00.351 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStarted,61] - Started RuoYiPromotionApplication in 21.175 seconds (JVM running for 23.263)
15:03:00.382 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion.yml, group=DEFAULT_GROUP
15:03:00.391 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion-dev.yml, group=DEFAULT_GROUP
15:03:00.399 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion, group=DEFAULT_GROUP
15:03:01.079 [RMI TCP Connection(4)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:08:19.983 [background-preinit] INFO  o.h.v.i.util.Version - [<clinit>,21] - HV000001: Hibernate Validator 6.2.5.Final
15:08:21.006 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of ae5ca388-6989-4a35-a5a8-635368f6d782_config-0
15:08:21.084 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 50 ms to scan 1 urls, producing 3 keys and 6 values 
15:08:21.136 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 21 ms to scan 1 urls, producing 4 keys and 9 values 
15:08:21.164 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 25 ms to scan 1 urls, producing 3 keys and 10 values 
15:08:21.548 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 379 ms to scan 250 urls, producing 0 keys and 0 values 
15:08:21.567 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 18 ms to scan 1 urls, producing 1 keys and 5 values 
15:08:21.591 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 20 ms to scan 1 urls, producing 1 keys and 7 values 
15:08:21.610 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 14 ms to scan 1 urls, producing 2 keys and 8 values 
15:08:21.944 [main] INFO  o.r.Reflections - [scan,232] - Reflections took 329 ms to scan 250 urls, producing 0 keys and 0 values 
15:08:21.947 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] RpcClient init label, labels = {module=config, Vipserver-Tag=null, source=sdk, Amory-Tag=null, Location-Tag=null, taskId=0, AppName=unknown}
15:08:21.948 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$338/577037372
15:08:21.949 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$339/1005331061
15:08:21.950 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
15:08:21.951 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
15:08:21.967 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:08:23.691 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717657703817_192.168.110.235_60962
15:08:23.692 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] Notify connected event to listeners.
15:08:23.692 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:08:23.693 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [ae5ca388-6989-4a35-a5a8-635368f6d782_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1272284318
15:08:23.819 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStartupProfileInfo,637] - The following 1 profile is active: "dev"
15:08:27.567 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-9207"]
15:08:27.568 [main] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:08:27.568 [main] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/9.0.70]
15:08:27.995 [main] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:08:28.762 [main] INFO  c.a.d.p.DruidDataSource - [init,996] - {dataSource-1,master} inited
15:08:28.763 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [addDataSource,154] - dynamic-datasource - add a datasource named [master] success
15:08:28.764 [main] INFO  c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,234] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:08:31.465 [main] INFO  c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:08:34.372 [main] INFO  org.redisson.Version - [logVersion,41] - Redisson 3.19.3
15:08:34.823 [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
15:08:34.902 [redisson-netty-4-19] INFO  o.r.c.p.MasterConnectionPool - [lambda$createConnection$0,162] - 24 connections initialized for 192.168.110.188/192.168.110.188:6379
15:08:36.343 [main] INFO  c.a.n.c.r.client - [lambda$createClient$0,80] - [RpcClientFactory] create a new rpc client of 9a549daf-8259-41e6-a52f-8eea61610c91
15:08:36.344 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] RpcClient init label, labels = {module=naming, source=sdk}
15:08:36.347 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:08:36.347 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:08:36.348 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:08:36.348 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Try to connect to server on start up, server: {serverIp = '192.168.110.188', server main port = 8858}
15:08:36.462 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Success to connect to server [192.168.110.235:8848] on start up, connectionId = 1717657716700_192.168.110.235_61060
15:08:36.462 [com.alibaba.nacos.client.remote.worker] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Notify connected event to listeners.
15:08:36.462 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:08:36.463 [main] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$348/1272284318
15:08:36.506 [main] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Starting ProtocolHandler ["http-nio-9207"]
15:08:36.534 [main] INFO  c.a.c.n.r.NacosServiceRegistry - [register,75] - nacos registry, DEFAULT_GROUP ruoyi-promotion 192.168.110.235:9207 register finished
15:08:37.061 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Receive server push request, request = NotifySubscriberRequest, requestId = 365
15:08:37.068 [nacos-grpc-client-executor-6] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Ack server push request, request = NotifySubscriberRequest, requestId = 365
15:08:37.314 [main] INFO  c.r.p.RuoYiPromotionApplication - [logStarted,61] - Started RuoYiPromotionApplication in 18.382 seconds (JVM running for 20.842)
15:08:37.335 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion.yml, group=DEFAULT_GROUP
15:08:37.344 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion-dev.yml, group=DEFAULT_GROUP
15:08:37.350 [main] INFO  c.a.c.n.r.NacosContextRefresher - [registerNacosListener,129] - [Nacos Config] Listening config: dataId=ruoyi-promotion, group=DEFAULT_GROUP
15:08:38.097 [RMI TCP Connection(3)-192.168.110.235] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
18:15:02.081 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,94] - De-registering from Nacos Server now...
18:15:02.126 [SpringApplicationShutdownHook] INFO  c.a.c.n.r.NacosServiceRegistry - [deregister,114] - De-registration finished.
18:15:02.666 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,454] - Shutdown rpc client, set status to shutdown
18:15:02.685 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [shutdown,456] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6c8c9f09[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
18:15:02.685 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.client - [closeConnection,591] - Close current connection 1717657716700_192.168.110.235_61060
18:15:02.832 [nacos-grpc-client-executor-2250] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Receive server push request, request = NotifySubscriberRequest, requestId = 455
18:15:02.863 [nacos-grpc-client-executor-2250] INFO  c.a.n.c.r.client - [printIfInfoEnabled,60] - [9a549daf-8259-41e6-a52f-8eea61610c91] Ack server push request, request = NotifySubscriberRequest, requestId = 455
18:15:02.864 [nacos-grpc-client-executor-2250] INFO  c.a.n.c.r.c.g.GrpcClient - [printIfInfoEnabled,60] - [1717657716700_192.168.110.235_61060]Ignore complete event,isRunning:false,isAbandon=false
18:15:02.881 [SpringApplicationShutdownHook] INFO  c.a.n.c.r.c.g.GrpcClient - [shutdown,85] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@204320c[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 2251]
18:15:03.763 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,211] - dynamic-datasource start closing ....
18:15:04.096 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2138] - {dataSource-1} closing ...
18:15:04.242 [SpringApplicationShutdownHook] INFO  c.a.d.p.DruidDataSource - [close,2211] - {dataSource-1} closed
18:15:04.243 [SpringApplicationShutdownHook] INFO  c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource all closed success,bye