k94314517
2025-06-18 132e960ec3f5f6e1f27e26dbfb2718965ed4572b
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
2024-11-28 11:20:43.283 [background-preinit] INFO  org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.7.Final
2024-11-28 11:20:44.343 [main] INFO  org.reflections.Reflections - Reflections took 33 ms to scan 1 urls, producing 3 keys and 6 values 
2024-11-28 11:20:44.365 [main] INFO  org.reflections.Reflections - Reflections took 16 ms to scan 1 urls, producing 4 keys and 9 values 
2024-11-28 11:20:44.381 [main] INFO  org.reflections.Reflections - Reflections took 16 ms to scan 1 urls, producing 3 keys and 10 values 
2024-11-28 11:20:44.603 [main] INFO  org.reflections.Reflections - Reflections took 222 ms to scan 326 urls, producing 0 keys and 0 values 
2024-11-28 11:20:44.619 [main] INFO  org.reflections.Reflections - Reflections took 16 ms to scan 1 urls, producing 1 keys and 5 values 
2024-11-28 11:20:44.634 [main] INFO  org.reflections.Reflections - Reflections took 15 ms to scan 1 urls, producing 1 keys and 7 values 
2024-11-28 11:20:44.657 [main] INFO  org.reflections.Reflections - Reflections took 23 ms to scan 1 urls, producing 2 keys and 8 values 
2024-11-28 11:20:44.857 [main] INFO  org.reflections.Reflections - Reflections took 199 ms to scan 326 urls, producing 0 keys and 0 values 
2024-11-28 11:20:46.496 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer] & group[DEFAULT_GROUP]
2024-11-28 11:20:46.536 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer.properties] & group[DEFAULT_GROUP]
2024-11-28 11:20:46.566 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer-dev.properties] & group[DEFAULT_GROUP]
2024-11-28 11:20:46.567 [main] INFO  o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-visitsTimer-dev.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer,DEFAULT_GROUP'}]
2024-11-28 11:20:46.605 [main] INFO  com.doumee.TimerApplication - The following profiles are active: dev
2024-11-28 11:20:47.735 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
2024-11-28 11:20:47.735 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-11-28 11:20:47.821 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 70ms. Found 0 Redis repository interfaces.
2024-11-28 11:20:48.165 [main] INFO  o.springframework.cloud.context.scope.GenericScope - BeanFactory id=30cc4f4c-0bad-36e8-a7ca-e7c7218cbd07
2024-11-28 11:20:48.173 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-11-28 11:20:48.182 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2024-11-28 11:20:48.186 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-11-28 11:20:48.308 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-28 11:20:48.316 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-28 11:20:48.318 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-28 11:20:48.568 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 10031 (http)
2024-11-28 11:20:48.578 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-10031"]
2024-11-28 11:20:48.578 [main] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2024-11-28 11:20:48.578 [main] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
2024-11-28 11:20:48.684 [main] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2024-11-28 11:20:48.684 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2061 ms
2024-11-28 11:20:49.169 [main] INFO  c.g.y.a.MybatisPlusJoinAutoConfiguration - MPJSqlInjector init
2024-11-28 11:20:50.849 [main] INFO  com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
2024-11-28 11:20:56.261 [main] INFO  org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
2024-11-28 11:20:56.270 [main] INFO  org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2024-11-28 11:20:56.271 [main] INFO  org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
2024-11-28 11:20:56.271 [main] INFO  org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
2024-11-28 11:20:56.272 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
 
2024-11-28 11:20:56.272 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2024-11-28 11:20:56.272 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
2024-11-28 11:20:56.272 [main] INFO  org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@4c902a72
2024-11-28 11:20:56.704 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2024-11-28 11:20:56.704 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2024-11-28 11:20:56.719 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2024-11-28 11:20:56.719 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2024-11-28 11:20:56.814 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
2024-11-28 11:20:57.242 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'Nacos-Watch-Task-Scheduler'
2024-11-28 11:20:57.884 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
2024-11-28 11:20:58.021 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-11-28 11:20:58.021 [main] INFO  o.s.integration.channel.PublishSubscribeChannel - Channel 'visitsTimer-1.errorChannel' has 1 subscriber(s).
2024-11-28 11:20:58.021 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
2024-11-28 11:20:58.025 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property : null
2024-11-28 11:20:58.025 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Environment :null
2024-11-28 11:20:58.025 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property :null
2024-11-28 11:20:58.147 [main] INFO  com.alibaba.nacos.common.remote.client - [RpcClientFactory] create a new rpc client of 0dc8ed57-95f6-42d9-b081-12140683ea90
2024-11-28 11:20:58.147 [main] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]RpcClient init label, labels={module=naming, source=sdk}
2024-11-28 11:20:58.147 [main] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]RpcClient init, ServerListFactory =com.alibaba.nacos.client.naming.core.ServerListManager
2024-11-28 11:20:58.147 [main] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
2024-11-28 11:20:58.147 [main] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
2024-11-28 11:20:58.147 [main] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90] Try to connect to server on start up, server: {serverIp='175.27.187.84', server main port=8848}
2024-11-28 11:20:58.291 [main] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90] Success to connect to server [175.27.187.84:8848] on start up,connectionId=1732764058634_36.57.121.10_30924
2024-11-28 11:20:58.291 [main] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
2024-11-28 11:20:58.291 [main] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$4
2024-11-28 11:20:58.291 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]Notify connected event to listeners.
2024-11-28 11:20:58.291 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.naming - Grpc connection connect
2024-11-28 11:20:58.322 [main] INFO  com.alibaba.nacos.client.naming - init new ips(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2024-11-28 11:20:58.334 [main] INFO  com.alibaba.nacos.client.naming - current ips:(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2024-11-28 11:20:58.340 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-10031"]
2024-11-28 11:20:58.357 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 10031 (http) with context path ''
2024-11-28 11:20:58.357 [main] INFO  com.alibaba.nacos.client.naming - [REGISTER-SERVICE] dev_renkang registering service visitsTimer with instance Instance{instanceId='null', ip='192.168.0.162', port=10031, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={preserved.register.source=SPRING_CLOUD}}
2024-11-28 11:20:58.391 [main] INFO  c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, DEFAULT_GROUP visitsTimer 192.168.0.162:10031 register finished
2024-11-28 11:20:58.915 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]receive server push request,request=NotifySubscriberRequest,requestId=17995
2024-11-28 11:20:58.922 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - new ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.162#10031#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.162","port":10031,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
2024-11-28 11:20:58.923 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - current ips:(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.162#10031#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.162","port":10031,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
2024-11-28 11:20:58.925 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]ack server push request,request=NotifySubscriberRequest,requestId=17995
2024-11-28 11:20:59.265 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2024-11-28 11:20:59.290 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2024-11-28 11:20:59.378 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2024-11-28 11:20:59.378 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2024-11-28 11:20:59.398 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2024-11-28 11:20:59.398 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2024-11-28 11:20:59.749 [main] INFO  o.s.scheduling.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
2024-11-28 11:20:59.749 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2024-11-28 11:20:59.752 [main] INFO  com.doumee.TimerApplication - Started TimerApplication in 17.225 seconds (JVM running for 18.493)
2024-11-28 11:20:59.752 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer+DEFAULT_GROUP
2024-11-28 11:20:59.752 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer, group=DEFAULT_GROUP, cnt=1
2024-11-28 11:20:59.752 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer-dev.properties+DEFAULT_GROUP
2024-11-28 11:20:59.752 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer-dev.properties, group=DEFAULT_GROUP, cnt=1
2024-11-28 11:20:59.752 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer.properties+DEFAULT_GROUP
2024-11-28 11:20:59.752 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer.properties, group=DEFAULT_GROUP, cnt=1
2024-11-28 11:21:08.338 [http-nio-10031-exec-1] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-11-28 11:21:08.338 [http-nio-10031-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2024-11-28 11:21:08.356 [http-nio-10031-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Completed initialization in 18 ms
2024-11-28 11:21:30.335 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0]Server healthy check fail,currentConnection=1732764046601_36.57.121.10_30497
2024-11-28 11:21:30.337 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0] try to re connect to a new server ,server is  not appointed,will choose a random server.
2024-11-28 11:22:06.461 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]Server healthy check fail,currentConnection=1732764058634_36.57.121.10_30924
2024-11-28 11:22:06.462 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90] try to re connect to a new server ,server is  not appointed,will choose a random server.
2024-11-28 11:22:08.493 [nacos-grpc-client-executor-20] INFO  com.alibaba.nacos.common.remote.client - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0]receive server push request,request=ClientDetectionRequest,requestId=17997
2024-11-28 11:22:08.493 [nacos-grpc-client-executor-13] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]receive server push request,request=ClientDetectionRequest,requestId=17998
2024-11-28 11:22:08.493 [nacos-grpc-client-executor-20] INFO  com.alibaba.nacos.common.remote.client - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0]ack server push request,request=ClientDetectionRequest,requestId=17997
2024-11-28 11:22:08.493 [nacos-grpc-client-executor-13] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]ack server push request,request=ClientDetectionRequest,requestId=17998
2024-11-28 11:22:08.497 [nacos-grpc-client-executor-13] INFO  c.a.nacos.common.remote.client.grpc.GrpcClient - [1732764058634_36.57.121.10_30924]Ignore complete event,isRunning:false,isAbandon=false
2024-11-28 11:22:08.497 [nacos-grpc-client-executor-20] INFO  c.a.nacos.common.remote.client.grpc.GrpcClient - [1732764046601_36.57.121.10_30497]Ignore complete event,isRunning:false,isAbandon=false
2024-11-28 11:22:08.643 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90] success to connect a server  [175.27.187.84:8848],connectionId=1732764128972_36.57.121.10_32808
2024-11-28 11:22:08.643 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90] Abandon prev connection ,server is  175.27.187.84:8848, connectionId is 1732764058634_36.57.121.10_30924
2024-11-28 11:22:08.643 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]Notify disconnected event to listeners
2024-11-28 11:22:08.643 [com.alibaba.nacos.client.remote.worker] WARN  com.alibaba.nacos.client.naming - Grpc connection disconnect, mark to redo
2024-11-28 11:22:08.644 [com.alibaba.nacos.client.remote.worker] WARN  com.alibaba.nacos.client.naming - mark to redo completed
2024-11-28 11:22:08.644 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]Notify connected event to listeners.
2024-11-28 11:22:08.644 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.naming - Grpc connection connect
2024-11-28 11:22:08.736 [com.alibaba.nacos.client.naming.updater.0] WARN  com.alibaba.nacos.client.naming - [NA] failed to update serviceName: DEFAULT_GROUP@@visitsTimer
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed: 
    at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:279)
    at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.queryInstancesOfService(NamingGrpcClientProxy.java:169)
    at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.queryInstancesOfService(NamingClientProxyDelegate.java:111)
    at com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService$UpdateTask.run(ServiceInfoUpdateService.java:182)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266)
    at java.util.concurrent.FutureTask.run(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: com.alibaba.nacos.api.exception.NacosException: Client not connected,current status:UNHEALTHY
    at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:655)
    at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:635)
    at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:269)
    ... 11 common frames omitted
2024-11-28 11:22:08.756 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90] Server check success,currentServer is175.27.187.84:8848 
2024-11-28 11:22:08.766 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0] success to connect a server  [175.27.187.84:8848],connectionId=1732764129106_36.57.121.10_32815
2024-11-28 11:22:08.766 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0] Abandon prev connection ,server is  175.27.187.84:8848, connectionId is 1732764046601_36.57.121.10_30497
2024-11-28 11:22:08.768 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0]Notify disconnected event to listeners
2024-11-28 11:22:08.768 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0] DisConnected,clear listen context...
2024-11-28 11:22:08.768 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0]Notify connected event to listeners.
2024-11-28 11:22:08.768 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [765b5d06-3c4d-4dcf-8c3e-23ebb0c7a249_config-0] Connected,notify listen context...
2024-11-28 11:22:09.471 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO  com.alibaba.nacos.client.naming - Redo instance operation REGISTER for DEFAULT_GROUP@@visitsTimer
2024-11-28 11:22:09.486 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO  com.alibaba.nacos.client.naming - Redo subscriber operation REGISTER for DEFAULT_GROUP@@visitsTimer#DEFAULT
2024-11-28 11:22:10.048 [nacos-grpc-client-executor-22] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]receive server push request,request=NotifySubscriberRequest,requestId=18003
2024-11-28 11:22:10.048 [nacos-grpc-client-executor-22] INFO  com.alibaba.nacos.common.remote.client - [0dc8ed57-95f6-42d9-b081-12140683ea90]ack server push request,request=NotifySubscriberRequest,requestId=18003
2024-11-28 11:39:15.402 [Thread-13] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Start destroying Publisher
2024-11-28 11:39:15.402 [Thread-4] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Start destroying common HttpClient
2024-11-28 11:39:15.403 [Thread-13] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Destruction of the end
2024-11-28 11:39:15.404 [Thread-4] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Destruction of the end
2024-11-28 11:39:15.406 [SpringContextShutdownHook] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2024-11-28 11:39:15.742 [SpringContextShutdownHook] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Shutting down ExecutorService 'Nacos-Watch-Task-Scheduler'
2024-11-28 11:39:15.785 [SpringContextShutdownHook] INFO  o.s.integration.endpoint.EventDrivenConsumer - Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-11-28 11:39:15.786 [SpringContextShutdownHook] INFO  o.s.integration.channel.PublishSubscribeChannel - Channel 'visitsTimer-1.errorChannel' has 0 subscriber(s).
2024-11-28 11:39:15.786 [SpringContextShutdownHook] INFO  o.s.integration.endpoint.EventDrivenConsumer - stopped bean '_org.springframework.integration.errorLogger'
2024-11-28 11:39:15.787 [SpringContextShutdownHook] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler'
2024-11-28 11:39:15.800 [SpringContextShutdownHook] INFO  c.a.cloud.nacos.registry.NacosServiceRegistry - De-registering from Nacos Server now...
2024-11-28 11:39:15.800 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - [DEREGISTER-SERVICE] dev_renkang deregistering service visitsTimer with instance: Instance{instanceId='null', ip='192.168.0.162', port=10031, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
2024-11-28 11:39:15.813 [SpringContextShutdownHook] INFO  c.a.cloud.nacos.registry.NacosServiceRegistry - De-registration finished.
2024-11-28 11:39:15.813 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
2024-11-28 11:39:15.813 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
2024-11-28 11:39:15.813 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
2024-11-28 11:39:15.814 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
2024-11-28 11:39:15.814 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
2024-11-28 11:39:15.814 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
2024-11-28 11:39:16.135 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
2024-11-28 11:39:16.136 [SpringContextShutdownHook] WARN  com.alibaba.nacos.client.naming - [NamingHttpClientManager] Start destroying NacosRestTemplate
2024-11-28 11:39:16.136 [SpringContextShutdownHook] WARN  com.alibaba.nacos.client.naming - [NamingHttpClientManager] Destruction of the end
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.beat.BeatReactor do shutdown begin
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.beat.BeatReactor do shutdown stop
2024-11-28 11:39:16.136 [SpringContextShutdownHook] WARN  com.alibaba.nacos.client.naming - [NamingHttpClientManager] Start destroying NacosRestTemplate
2024-11-28 11:39:16.136 [SpringContextShutdownHook] WARN  com.alibaba.nacos.client.naming - [NamingHttpClientManager] Destruction of the end
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  c.alibaba.nacos.client.identify.CredentialWatcher - [null] CredentialWatcher is stopped
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  c.alibaba.nacos.client.identify.CredentialService - [null] CredentialService is freed
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  com.alibaba.nacos.common.remote.client - Shutdown rpc client ,set status to shutdown
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  com.alibaba.nacos.common.remote.client - Shutdown  client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6a4404f[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
2024-11-28 11:39:16.136 [SpringContextShutdownHook] INFO  com.alibaba.nacos.common.remote.client - Close current connection 1732764128972_36.57.121.10_32808
2024-11-28 11:39:16.137 [SpringContextShutdownHook] INFO  c.a.nacos.common.remote.client.grpc.GrpcClient - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@87e38f3[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 232]
2024-11-28 11:39:16.137 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@7489e1e[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 356]
2024-11-28 11:39:16.137 [SpringContextShutdownHook] INFO  com.alibaba.nacos.client.naming - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
2024-11-28 11:39:16.139 [SpringContextShutdownHook] INFO  o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
2024-11-28 11:39:16.147 [SpringContextShutdownHook] INFO  o.s.scheduling.quartz.SchedulerFactoryBean - Shutting down Quartz Scheduler
2024-11-28 11:39:16.148 [SpringContextShutdownHook] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.
2024-11-28 11:39:16.148 [SpringContextShutdownHook] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.
2024-11-28 11:39:16.148 [SpringContextShutdownHook] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.
2024-11-28 11:39:16.152 [SpringContextShutdownHook] INFO  com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
2024-11-28 11:39:16.159 [SpringContextShutdownHook] INFO  com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
2024-11-28 11:39:25.800 [background-preinit] INFO  org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.7.Final
2024-11-28 11:39:27.028 [main] INFO  org.reflections.Reflections - Reflections took 40 ms to scan 1 urls, producing 3 keys and 6 values 
2024-11-28 11:39:27.064 [main] INFO  org.reflections.Reflections - Reflections took 25 ms to scan 1 urls, producing 4 keys and 9 values 
2024-11-28 11:39:27.064 [main] INFO  org.reflections.Reflections - Reflections took 0 ms to scan 1 urls, producing 3 keys and 10 values 
2024-11-28 11:39:27.301 [main] INFO  org.reflections.Reflections - Reflections took 220 ms to scan 326 urls, producing 0 keys and 0 values 
2024-11-28 11:39:27.314 [main] INFO  org.reflections.Reflections - Reflections took 13 ms to scan 1 urls, producing 1 keys and 5 values 
2024-11-28 11:39:27.330 [main] INFO  org.reflections.Reflections - Reflections took 16 ms to scan 1 urls, producing 1 keys and 7 values 
2024-11-28 11:39:27.346 [main] INFO  org.reflections.Reflections - Reflections took 16 ms to scan 1 urls, producing 2 keys and 8 values 
2024-11-28 11:39:27.556 [main] INFO  org.reflections.Reflections - Reflections took 210 ms to scan 326 urls, producing 0 keys and 0 values 
2024-11-28 11:39:29.300 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer] & group[DEFAULT_GROUP]
2024-11-28 11:39:29.319 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer.properties] & group[DEFAULT_GROUP]
2024-11-28 11:39:29.335 [main] WARN  c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer-dev.properties] & group[DEFAULT_GROUP]
2024-11-28 11:39:29.336 [main] INFO  o.s.c.b.c.PropertySourceBootstrapConfiguration - Located property source: [BootstrapPropertySource {name='bootstrapProperties-visitsTimer-dev.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer.properties,DEFAULT_GROUP'}, BootstrapPropertySource {name='bootstrapProperties-visitsTimer,DEFAULT_GROUP'}]
2024-11-28 11:39:29.376 [main] INFO  com.doumee.TimerApplication - The following profiles are active: dev
2024-11-28 11:39:30.804 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
2024-11-28 11:39:30.815 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
2024-11-28 11:39:30.890 [main] INFO  o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 74ms. Found 0 Redis repository interfaces.
2024-11-28 11:39:31.261 [main] INFO  o.springframework.cloud.context.scope.GenericScope - BeanFactory id=30cc4f4c-0bad-36e8-a7ca-e7c7218cbd07
2024-11-28 11:39:31.283 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-11-28 11:39:31.294 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2024-11-28 11:39:31.294 [main] INFO  o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-11-28 11:39:31.433 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-28 11:39:31.446 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-28 11:39:31.449 [main] INFO  o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-28 11:39:31.709 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 10031 (http)
2024-11-28 11:39:31.709 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-10031"]
2024-11-28 11:39:31.709 [main] INFO  org.apache.catalina.core.StandardService - Starting service [Tomcat]
2024-11-28 11:39:31.709 [main] INFO  org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
2024-11-28 11:39:31.833 [main] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
2024-11-28 11:39:31.833 [main] INFO  o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2441 ms
2024-11-28 11:39:32.361 [main] INFO  c.g.y.a.MybatisPlusJoinAutoConfiguration - MPJSqlInjector init
2024-11-28 11:39:34.142 [main] INFO  com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
2024-11-28 11:39:39.399 [main] INFO  org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
2024-11-28 11:39:39.408 [main] INFO  org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2024-11-28 11:39:39.408 [main] INFO  org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
2024-11-28 11:39:39.408 [main] INFO  org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
2024-11-28 11:39:39.408 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
 
2024-11-28 11:39:39.408 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
2024-11-28 11:39:39.408 [main] INFO  org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
2024-11-28 11:39:39.408 [main] INFO  org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@404bca88
2024-11-28 11:39:39.827 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2024-11-28 11:39:39.827 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2024-11-28 11:39:39.827 [main] WARN  com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
2024-11-28 11:39:39.827 [main] INFO  com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2024-11-28 11:39:39.933 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
2024-11-28 11:39:40.420 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'Nacos-Watch-Task-Scheduler'
2024-11-28 11:39:41.128 [main] INFO  o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
2024-11-28 11:39:41.300 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-11-28 11:39:41.300 [main] INFO  o.s.integration.channel.PublishSubscribeChannel - Channel 'visitsTimer-1.errorChannel' has 1 subscriber(s).
2024-11-28 11:39:41.300 [main] INFO  o.s.integration.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
2024-11-28 11:39:41.300 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property : null
2024-11-28 11:39:41.300 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Environment :null
2024-11-28 11:39:41.308 [main] INFO  com.alibaba.nacos.client.naming - initializer namespace from System Property :null
2024-11-28 11:39:41.415 [main] INFO  com.alibaba.nacos.common.remote.client - [RpcClientFactory] create a new rpc client of af3a7fad-56bb-40df-921b-6b23ee697990
2024-11-28 11:39:41.415 [main] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]RpcClient init label, labels={module=naming, source=sdk}
2024-11-28 11:39:41.415 [main] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]RpcClient init, ServerListFactory =com.alibaba.nacos.client.naming.core.ServerListManager
2024-11-28 11:39:41.415 [main] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
2024-11-28 11:39:41.415 [main] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
2024-11-28 11:39:41.415 [main] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990] Try to connect to server on start up, server: {serverIp='175.27.187.84', server main port=8848}
2024-11-28 11:39:41.580 [main] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990] Success to connect to server [175.27.187.84:8848] on start up,connectionId=1732765181918_36.57.121.10_30917
2024-11-28 11:39:41.580 [main] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
2024-11-28 11:39:41.580 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]Notify connected event to listeners.
2024-11-28 11:39:41.580 [main] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$4
2024-11-28 11:39:41.581 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.naming - Grpc connection connect
2024-11-28 11:39:41.610 [main] INFO  com.alibaba.nacos.client.naming - init new ips(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2024-11-28 11:39:41.611 [main] INFO  com.alibaba.nacos.client.naming - current ips:(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2024-11-28 11:39:41.628 [main] INFO  org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-10031"]
2024-11-28 11:39:41.654 [main] INFO  o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 10031 (http) with context path ''
2024-11-28 11:39:41.658 [main] INFO  com.alibaba.nacos.client.naming - [REGISTER-SERVICE] dev_renkang registering service visitsTimer with instance Instance{instanceId='null', ip='192.168.0.162', port=10031, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={preserved.register.source=SPRING_CLOUD}}
2024-11-28 11:39:41.679 [main] INFO  c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, DEFAULT_GROUP visitsTimer 192.168.0.162:10031 register finished
2024-11-28 11:39:42.183 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]receive server push request,request=NotifySubscriberRequest,requestId=18006
2024-11-28 11:39:42.192 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - new ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.162#10031#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.162","port":10031,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000}]
2024-11-28 11:39:42.192 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.client.naming - current ips:(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.162#10031#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.162","port":10031,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000}]
2024-11-28 11:39:42.192 [nacos-grpc-client-executor-6] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]ack server push request,request=NotifySubscriberRequest,requestId=18006
2024-11-28 11:39:42.575 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2024-11-28 11:39:42.594 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
2024-11-28 11:39:42.677 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2024-11-28 11:39:42.677 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2024-11-28 11:39:42.701 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2024-11-28 11:39:42.701 [main] WARN  s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
2024-11-28 11:39:43.042 [main] INFO  o.s.scheduling.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
2024-11-28 11:39:43.042 [main] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
2024-11-28 11:39:43.076 [main] INFO  com.doumee.TimerApplication - Started TimerApplication in 18.31 seconds (JVM running for 19.93)
2024-11-28 11:39:43.093 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer+DEFAULT_GROUP
2024-11-28 11:39:43.093 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer, group=DEFAULT_GROUP, cnt=1
2024-11-28 11:39:43.093 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer-dev.properties+DEFAULT_GROUP
2024-11-28 11:39:43.093 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer-dev.properties, group=DEFAULT_GROUP, cnt=1
2024-11-28 11:39:43.093 [main] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer.properties+DEFAULT_GROUP
2024-11-28 11:39:43.093 [main] INFO  com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer.properties, group=DEFAULT_GROUP, cnt=1
2024-11-28 11:40:02.991 [http-nio-10031-exec-1] INFO  o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-11-28 11:40:02.991 [http-nio-10031-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
2024-11-28 11:40:03.002 [http-nio-10031-exec-1] INFO  org.springframework.web.servlet.DispatcherServlet - Completed initialization in 11 ms
2024-11-28 11:47:17.497 [nacos-grpc-client-executor-91] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]receive server push request,request=ClientDetectionRequest,requestId=18009
2024-11-28 11:47:17.497 [nacos-grpc-client-executor-94] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0]receive server push request,request=ClientDetectionRequest,requestId=18010
2024-11-28 11:47:17.498 [nacos-grpc-client-executor-94] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0]ack server push request,request=ClientDetectionRequest,requestId=18010
2024-11-28 11:47:17.498 [nacos-grpc-client-executor-91] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]ack server push request,request=ClientDetectionRequest,requestId=18009
2024-11-28 11:47:17.498 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0]Server healthy check fail,currentConnection=1732765169421_36.57.121.10_30336
2024-11-28 11:47:17.498 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]Server healthy check fail,currentConnection=1732765181918_36.57.121.10_30917
2024-11-28 11:47:17.499 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990] try to re connect to a new server ,server is  not appointed,will choose a random server.
2024-11-28 11:47:17.499 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0] try to re connect to a new server ,server is  not appointed,will choose a random server.
2024-11-28 11:47:17.499 [nacos-grpc-client-executor-91] INFO  c.a.nacos.common.remote.client.grpc.GrpcClient - [1732765181918_36.57.121.10_30917]Ignore complete event,isRunning:false,isAbandon=false
2024-11-28 11:47:17.499 [nacos-grpc-client-executor-94] INFO  c.a.nacos.common.remote.client.grpc.GrpcClient - [1732765169421_36.57.121.10_30336]Ignore complete event,isRunning:false,isAbandon=false
2024-11-28 11:47:17.506 [com.alibaba.nacos.client.naming.updater.0] WARN  com.alibaba.nacos.client.naming - [NA] failed to update serviceName: DEFAULT_GROUP@@visitsTimer
com.alibaba.nacos.api.exception.NacosException: Request nacos server failed: 
    at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:279)
    at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.queryInstancesOfService(NamingGrpcClientProxy.java:169)
    at com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate.queryInstancesOfService(NamingClientProxyDelegate.java:111)
    at com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService$UpdateTask.run(ServiceInfoUpdateService.java:182)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266)
    at java.util.concurrent.FutureTask.run(FutureTask.java)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
Caused by: com.alibaba.nacos.api.exception.NacosException: java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
    at com.alibaba.nacos.common.remote.client.grpc.GrpcConnection.request(GrpcConnection.java:78)
    at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:657)
    at com.alibaba.nacos.common.remote.client.RpcClient.request(RpcClient.java:635)
    at com.alibaba.nacos.client.naming.remote.gprc.NamingGrpcClientProxy.requestToServer(NamingGrpcClientProxy.java:269)
    ... 11 common frames omitted
Caused by: java.util.concurrent.ExecutionException: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
    at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:566)
    at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:445)
    at com.alibaba.nacos.common.remote.client.grpc.GrpcConnection.request(GrpcConnection.java:76)
    ... 14 common frames omitted
Caused by: com.alibaba.nacos.shaded.io.grpc.StatusRuntimeException: UNAVAILABLE: HTTP/2 error code: NO_ERROR
Received Goaway
app_requested
    at com.alibaba.nacos.shaded.io.grpc.Status.asRuntimeException(Status.java:533)
    at com.alibaba.nacos.shaded.io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:490)
    at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
    at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
    at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
    at com.alibaba.nacos.shaded.io.grpc.internal.CensusStatsModule$StatsClientInterceptor$1$1.onClose(CensusStatsModule.java:700)
    at com.alibaba.nacos.shaded.io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)
    at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)
    at com.alibaba.nacos.shaded.io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)
    at com.alibaba.nacos.shaded.io.grpc.internal.CensusTracingModule$TracingClientInterceptor$1$1.onClose(CensusTracingModule.java:399)
    at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:510)
    at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:66)
    at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.close(ClientCallImpl.java:630)
    at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl.access$700(ClientCallImpl.java:518)
    at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:692)
    at com.alibaba.nacos.shaded.io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:681)
    at com.alibaba.nacos.shaded.io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
    at com.alibaba.nacos.shaded.io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
    ... 3 common frames omitted
2024-11-28 11:47:18.175 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990] success to connect a server  [175.27.187.84:8848],connectionId=1732765637991_36.57.121.10_29964
2024-11-28 11:47:18.175 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990] Abandon prev connection ,server is  175.27.187.84:8848, connectionId is 1732765181918_36.57.121.10_30917
2024-11-28 11:47:18.183 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]Notify disconnected event to listeners
2024-11-28 11:47:18.183 [com.alibaba.nacos.client.remote.worker] WARN  com.alibaba.nacos.client.naming - Grpc connection disconnect, mark to redo
2024-11-28 11:47:18.184 [com.alibaba.nacos.client.remote.worker] WARN  com.alibaba.nacos.client.naming - mark to redo completed
2024-11-28 11:47:18.184 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]Notify connected event to listeners.
2024-11-28 11:47:18.184 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.naming - Grpc connection connect
2024-11-28 11:47:19.344 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0] success to connect a server  [175.27.187.84:8848],connectionId=1732765637999_36.57.121.10_29965
2024-11-28 11:47:19.345 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0] Abandon prev connection ,server is  175.27.187.84:8848, connectionId is 1732765169421_36.57.121.10_30336
2024-11-28 11:47:19.345 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0]Notify disconnected event to listeners
2024-11-28 11:47:19.346 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0] DisConnected,clear listen context...
2024-11-28 11:47:19.346 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0]Notify connected event to listeners.
2024-11-28 11:47:19.346 [com.alibaba.nacos.client.remote.worker] INFO  com.alibaba.nacos.client.config.impl.ClientWorker - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0] Connected,notify listen context...
2024-11-28 11:47:19.527 [com.alibaba.nacos.client.naming.updater.0] INFO  com.alibaba.nacos.client.naming - removed ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.162#10031#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.162","port":10031,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000}]
2024-11-28 11:47:19.527 [com.alibaba.nacos.client.naming.updater.0] INFO  com.alibaba.nacos.client.naming - current ips:(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
2024-11-28 11:47:20.498 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO  com.alibaba.nacos.client.naming - Redo instance operation REGISTER for DEFAULT_GROUP@@visitsTimer
2024-11-28 11:47:20.512 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO  com.alibaba.nacos.client.naming - Redo subscriber operation REGISTER for DEFAULT_GROUP@@visitsTimer#DEFAULT
2024-11-28 11:47:21.078 [nacos-grpc-client-executor-99] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]receive server push request,request=NotifySubscriberRequest,requestId=18015
2024-11-28 11:47:21.078 [nacos-grpc-client-executor-99] INFO  com.alibaba.nacos.client.naming - new ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.162#10031#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.162","port":10031,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000}]
2024-11-28 11:47:21.080 [nacos-grpc-client-executor-99] INFO  com.alibaba.nacos.client.naming - current ips:(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.162#10031#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.162","port":10031,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@visitsTimer","metadata":{"preserved.register.source":"SPRING_CLOUD"},"ipDeleteTimeout":30000,"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000}]
2024-11-28 11:47:21.081 [nacos-grpc-client-executor-99] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]ack server push request,request=NotifySubscriberRequest,requestId=18015
2024-11-28 11:48:39.712 [nacos-grpc-client-executor-109] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0]receive server push request,request=ClientDetectionRequest,requestId=18016
2024-11-28 11:48:39.712 [nacos-grpc-client-executor-110] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]receive server push request,request=ClientDetectionRequest,requestId=18017
2024-11-28 11:48:39.712 [nacos-grpc-client-executor-109] INFO  com.alibaba.nacos.common.remote.client - [2546d7dc-97be-42ca-9986-7ad7ab041835_config-0]ack server push request,request=ClientDetectionRequest,requestId=18016
2024-11-28 11:48:39.712 [nacos-grpc-client-executor-110] INFO  com.alibaba.nacos.common.remote.client - [af3a7fad-56bb-40df-921b-6b23ee697990]ack server push request,request=ClientDetectionRequest,requestId=18017
2024-11-28 13:44:45.944 [Thread-14] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Start destroying Publisher
2024-11-28 13:44:45.944 [Thread-5] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Start destroying common HttpClient
2024-11-28 13:44:45.945 [Thread-14] WARN  com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Destruction of the end
2024-11-28 13:44:45.947 [Thread-5] WARN  com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Destruction of the end
2024-11-28 13:44:45.953 [SpringContextShutdownHook] INFO  org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED paused.