2025-02-10 09:20:58.856 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.1.7.Final
|
2025-02-10 09:20:59.933 [main] INFO org.reflections.Reflections - Reflections took 34 ms to scan 1 urls, producing 3 keys and 6 values
|
2025-02-10 09:20:59.965 [main] INFO org.reflections.Reflections - Reflections took 14 ms to scan 1 urls, producing 4 keys and 9 values
|
2025-02-10 09:20:59.979 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 1 urls, producing 3 keys and 10 values
|
2025-02-10 09:21:00.256 [main] INFO org.reflections.Reflections - Reflections took 272 ms to scan 334 urls, producing 0 keys and 0 values
|
2025-02-10 09:21:00.266 [main] INFO org.reflections.Reflections - Reflections took 9 ms to scan 1 urls, producing 1 keys and 5 values
|
2025-02-10 09:21:00.281 [main] INFO org.reflections.Reflections - Reflections took 11 ms to scan 1 urls, producing 1 keys and 7 values
|
2025-02-10 09:21:00.294 [main] INFO org.reflections.Reflections - Reflections took 10 ms to scan 1 urls, producing 2 keys and 8 values
|
2025-02-10 09:21:00.487 [main] INFO org.reflections.Reflections - Reflections took 190 ms to scan 334 urls, producing 0 keys and 0 values
|
2025-02-10 09:21:02.034 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer] & group[DEFAULT_GROUP]
|
2025-02-10 09:21:02.053 [main] WARN c.a.cloud.nacos.client.NacosPropertySourceBuilder - Ignore the empty nacos configuration and get it based on dataId[visitsTimer.properties] & group[DEFAULT_GROUP]
|
2025-02-10 09:21:02.065 [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]
|
2025-02-10 09:21:02.065 [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'}]
|
2025-02-10 09:21:02.095 [main] INFO com.doumee.TimerApplication - The following profiles are active: dev
|
2025-02-10 09:21:03.113 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Multiple Spring Data modules found, entering strict repository configuration mode!
|
2025-02-10 09:21:03.116 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Bootstrapping Spring Data Redis repositories in DEFAULT mode.
|
2025-02-10 09:21:03.221 [main] INFO o.s.d.r.config.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 91ms. Found 0 Redis repository interfaces.
|
2025-02-10 09:21:03.616 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=17c28b07-56b0-3f18-a129-d031fc2f0c75
|
2025-02-10 09:21:03.626 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
|
2025-02-10 09:21:03.635 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
|
2025-02-10 09:21:03.639 [main] INFO o.s.i.c.DefaultConfiguringBeanFactoryPostProcessor - No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
|
2025-02-10 09:21:03.762 [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)
|
2025-02-10 09:21:03.770 [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)
|
2025-02-10 09:21:03.773 [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)
|
2025-02-10 09:21:04.026 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 10037 (http)
|
2025-02-10 09:21:04.035 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-10037"]
|
2025-02-10 09:21:04.035 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
2025-02-10 09:21:04.035 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.46]
|
2025-02-10 09:21:04.143 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
2025-02-10 09:21:04.144 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 2033 ms
|
2025-02-10 09:21:04.728 [main] INFO c.g.y.a.MybatisPlusJoinAutoConfiguration - MPJSqlInjector init
|
2025-02-10 09:21:06.410 [main] INFO com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
|
2025-02-10 09:21:11.390 [main] INFO org.quartz.impl.StdSchedulerFactory - Using default implementation for ThreadExecutor
|
2025-02-10 09:21:11.398 [main] INFO org.quartz.core.SchedulerSignalerImpl - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
|
2025-02-10 09:21:11.398 [main] INFO org.quartz.core.QuartzScheduler - Quartz Scheduler v.2.3.2 created.
|
2025-02-10 09:21:11.399 [main] INFO org.quartz.simpl.RAMJobStore - RAMJobStore initialized.
|
2025-02-10 09:21:11.399 [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.
|
|
2025-02-10 09:21:11.399 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.
|
2025-02-10 09:21:11.399 [main] INFO org.quartz.impl.StdSchedulerFactory - Quartz scheduler version: 2.3.2
|
2025-02-10 09:21:11.399 [main] INFO org.quartz.core.QuartzScheduler - JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@328a1843
|
2025-02-10 09:21:11.807 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2025-02-10 09:21:11.808 [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.
|
2025-02-10 09:21:11.813 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
2025-02-10 09:21:11.813 [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.
|
2025-02-10 09:21:11.920 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
2025-02-10 09:21:12.359 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'Nacos-Watch-Task-Scheduler'
|
2025-02-10 09:21:12.655 [main] WARN o.s.b.a.freemarker.FreeMarkerAutoConfiguration - Cannot find template location(s): [classpath:/templates/] (please add some templates, check your FreeMarker configuration, or set spring.freemarker.checkTemplateLocation=false)
|
2025-02-10 09:21:13.187 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler'
|
2025-02-10 09:21:13.341 [main] INFO o.s.integration.endpoint.EventDrivenConsumer - Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
|
2025-02-10 09:21:13.341 [main] INFO o.s.integration.channel.PublishSubscribeChannel - Channel 'visitsTimer-1.errorChannel' has 1 subscriber(s).
|
2025-02-10 09:21:13.341 [main] INFO o.s.integration.endpoint.EventDrivenConsumer - started bean '_org.springframework.integration.errorLogger'
|
2025-02-10 09:21:13.344 [main] INFO com.alibaba.nacos.client.naming - initializer namespace from System Property : null
|
2025-02-10 09:21:13.344 [main] INFO com.alibaba.nacos.client.naming - initializer namespace from System Environment :null
|
2025-02-10 09:21:13.345 [main] INFO com.alibaba.nacos.client.naming - initializer namespace from System Property :null
|
2025-02-10 09:21:13.454 [main] INFO com.alibaba.nacos.common.remote.client - [RpcClientFactory] create a new rpc client of a95f8485-a22e-428f-acee-a6b009fd31e4
|
2025-02-10 09:21:13.455 [main] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]RpcClient init label, labels={module=naming, source=sdk}
|
2025-02-10 09:21:13.456 [main] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]RpcClient init, ServerListFactory =com.alibaba.nacos.client.naming.core.ServerListManager
|
2025-02-10 09:21:13.456 [main] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
2025-02-10 09:21:13.457 [main] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
2025-02-10 09:21:13.457 [main] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4] Try to connect to server on start up, server: {serverIp='175.27.187.84', server main port=8848}
|
2025-02-10 09:21:13.617 [main] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4] Success to connect to server [175.27.187.84:8848] on start up,connectionId=1739150473262_36.57.98.120_20018
|
2025-02-10 09:21:13.617 [main] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
2025-02-10 09:21:13.617 [main] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$4
|
2025-02-10 09:21:13.617 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Notify connected event to listeners.
|
2025-02-10 09:21:13.618 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.client.naming - Grpc connection connect
|
2025-02-10 09:21:13.661 [main] INFO com.alibaba.nacos.client.naming - init new ips(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
|
2025-02-10 09:21:13.672 [main] INFO com.alibaba.nacos.client.naming - current ips:(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
|
2025-02-10 09:21:13.677 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-10037"]
|
2025-02-10 09:21:13.692 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 10037 (http) with context path ''
|
2025-02-10 09:21:13.696 [main] INFO com.alibaba.nacos.client.naming - [REGISTER-SERVICE] dev_renkang registering service visitsTimer with instance Instance{instanceId='null', ip='192.168.0.133', port=10037, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={preserved.register.source=SPRING_CLOUD}}
|
2025-02-10 09:21:13.743 [main] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, DEFAULT_GROUP visitsTimer 192.168.0.133:10037 register finished
|
2025-02-10 09:21:14.256 [nacos-grpc-client-executor-6] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]receive server push request,request=NotifySubscriberRequest,requestId=4919
|
2025-02-10 09:21:14.261 [nacos-grpc-client-executor-6] INFO com.alibaba.nacos.client.naming - new ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"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}]
|
2025-02-10 09:21:14.261 [nacos-grpc-client-executor-6] INFO com.alibaba.nacos.client.naming - current ips:(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"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}]
|
2025-02-10 09:21:14.262 [nacos-grpc-client-executor-6] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]ack server push request,request=NotifySubscriberRequest,requestId=4919
|
2025-02-10 09:21:14.475 [main] WARN s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
|
2025-02-10 09:21:14.495 [main] WARN s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: Integer, dataTypeClass: class java.lang.Void
|
2025-02-10 09:21:14.577 [main] WARN s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
|
2025-02-10 09:21:14.577 [main] WARN s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
|
2025-02-10 09:21:14.593 [main] WARN s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
|
2025-02-10 09:21:14.593 [main] WARN s.d.s.r.operation.OperationImplicitParameterReader - Unable to interpret the implicit parameter configuration with dataType: String, dataTypeClass: class java.lang.Void
|
2025-02-10 09:21:14.883 [main] INFO o.s.scheduling.quartz.SchedulerFactoryBean - Starting Quartz Scheduler now
|
2025-02-10 09:21:14.883 [main] INFO org.quartz.core.QuartzScheduler - Scheduler quartzScheduler_$_NON_CLUSTERED started.
|
2025-02-10 09:21:14.890 [main] INFO com.doumee.TimerApplication - Started TimerApplication in 16.791 seconds (JVM running for 17.902)
|
2025-02-10 09:21:14.897 [main] INFO com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer+DEFAULT_GROUP
|
2025-02-10 09:21:14.899 [main] INFO com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer, group=DEFAULT_GROUP, cnt=1
|
2025-02-10 09:21:14.899 [main] INFO com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer-dev.properties+DEFAULT_GROUP
|
2025-02-10 09:21:14.899 [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
|
2025-02-10 09:21:14.899 [main] INFO com.alibaba.nacos.client.config.impl.ClientWorker - [config_rpc_client] [subscribe] visitsTimer.properties+DEFAULT_GROUP
|
2025-02-10 09:21:14.899 [main] INFO com.alibaba.nacos.client.config.impl.CacheData - [config_rpc_client] [add-listener] ok, tenant=, dataId=visitsTimer.properties, group=DEFAULT_GROUP, cnt=1
|
2025-02-10 09:22:00.450 [http-nio-10037-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
2025-02-10 09:22:00.451 [http-nio-10037-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
2025-02-10 09:22:00.458 [http-nio-10037-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 7 ms
|
2025-02-10 09:26:03.642 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Server healthy check fail,currentConnection=1739150473262_36.57.98.120_20018
|
2025-02-10 09:26:03.642 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0]Server healthy check fail,currentConnection=1739150461493_36.57.98.120_19623
|
2025-02-10 09:26:03.643 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4] try to re connect to a new server ,server is not appointed,will choose a random server.
|
2025-02-10 09:26:03.643 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] try to re connect to a new server ,server is not appointed,will choose a random server.
|
2025-02-10 09:26:13.353 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] success to connect a server [175.27.187.84:8848],connectionId=1739150763445_36.57.98.120_20106
|
2025-02-10 09:26:14.380 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] Abandon prev connection ,server is 175.27.187.84:8848, connectionId is 1739150461493_36.57.98.120_19623
|
2025-02-10 09:26:15.331 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0]Notify disconnected event to listeners
|
2025-02-10 09:26:15.331 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.client.config.impl.ClientWorker - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] DisConnected,clear listen context...
|
2025-02-10 09:26:15.331 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0]Notify connected event to listeners.
|
2025-02-10 09:26:15.331 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.client.config.impl.ClientWorker - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] Connected,notify listen context...
|
2025-02-10 09:26:15.333 [nacos-grpc-client-executor-73] WARN c.a.nacos.common.remote.client.grpc.GrpcClient - [1739150461493_36.57.98.120_19623]Ignore error event,isRunning:true,isAbandon=true
|
2025-02-10 09:26:16.379 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4] success to connect a server [175.27.187.84:8848],connectionId=1739150776013_36.57.98.120_21136
|
2025-02-10 09:26:16.379 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4] Abandon prev connection ,server is 175.27.187.84:8848, connectionId is 1739150473262_36.57.98.120_20018
|
2025-02-10 09:26:16.379 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Notify disconnected event to listeners
|
2025-02-10 09:26:16.379 [com.alibaba.nacos.client.remote.worker] WARN com.alibaba.nacos.client.naming - Grpc connection disconnect, mark to redo
|
2025-02-10 09:26:16.380 [com.alibaba.nacos.client.remote.worker] WARN com.alibaba.nacos.client.naming - mark to redo completed
|
2025-02-10 09:26:16.380 [nacos-grpc-client-executor-67] WARN c.a.nacos.common.remote.client.grpc.GrpcClient - [1739150473262_36.57.98.120_20018]Ignore error event,isRunning:true,isAbandon=true
|
2025-02-10 09:26:16.380 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Notify connected event to listeners.
|
2025-02-10 09:26:16.380 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.client.naming - Grpc connection connect
|
2025-02-10 09:26:16.410 [com.alibaba.nacos.client.naming.updater.1] 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
|
2025-02-10 09:26:16.426 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4] Server check success,currentServer is175.27.187.84:8848
|
2025-02-10 09:26:18.454 [com.alibaba.nacos.client.naming.updater.3] INFO com.alibaba.nacos.client.naming - removed ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"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}]
|
2025-02-10 09:26:18.454 [com.alibaba.nacos.client.naming.updater.3] INFO com.alibaba.nacos.client.naming - current ips:(0) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> []
|
2025-02-10 09:26:19.369 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO com.alibaba.nacos.client.naming - Redo instance operation REGISTER for DEFAULT_GROUP@@visitsTimer
|
2025-02-10 09:26:19.386 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO com.alibaba.nacos.client.naming - Redo subscriber operation REGISTER for DEFAULT_GROUP@@visitsTimer#DEFAULT
|
2025-02-10 09:26:19.969 [nacos-grpc-client-executor-72] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]receive server push request,request=NotifySubscriberRequest,requestId=4930
|
2025-02-10 09:26:19.969 [nacos-grpc-client-executor-72] INFO com.alibaba.nacos.client.naming - new ips(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"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}]
|
2025-02-10 09:26:19.969 [nacos-grpc-client-executor-72] INFO com.alibaba.nacos.client.naming - current ips:(1) service: DEFAULT_GROUP@@visitsTimer@@DEFAULT -> [{"instanceId":"192.168.0.133#10037#DEFAULT#DEFAULT_GROUP@@visitsTimer","ip":"192.168.0.133","port":10037,"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}]
|
2025-02-10 09:26:19.970 [nacos-grpc-client-executor-72] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]ack server push request,request=NotifySubscriberRequest,requestId=4930
|
2025-02-10 09:27:27.469 [nacos-grpc-client-executor-84] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0]receive server push request,request=ClientDetectionRequest,requestId=4934
|
2025-02-10 09:27:27.469 [nacos-grpc-client-executor-82] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]receive server push request,request=ClientDetectionRequest,requestId=4933
|
2025-02-10 09:27:27.469 [nacos-grpc-client-executor-84] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0]ack server push request,request=ClientDetectionRequest,requestId=4934
|
2025-02-10 09:27:27.469 [nacos-grpc-client-executor-82] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]ack server push request,request=ClientDetectionRequest,requestId=4933
|
2025-02-10 09:32:29.617 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Server healthy check fail,currentConnection=1739150776013_36.57.98.120_21136
|
2025-02-10 09:32:29.617 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0]Server healthy check fail,currentConnection=1739150763445_36.57.98.120_20106
|
2025-02-10 09:32:29.620 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] try to re connect to a new server ,server is not appointed,will choose a random server.
|
2025-02-10 09:32:29.620 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4] try to re connect to a new server ,server is not appointed,will choose a random server.
|
2025-02-10 09:32:38.835 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4] success to connect a server [175.27.187.84:8848],connectionId=1739151155381_36.57.98.120_20640
|
2025-02-10 09:32:38.835 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] success to connect a server [175.27.187.84:8848],connectionId=1739151155383_36.57.98.120_20639
|
2025-02-10 09:32:38.836 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] Abandon prev connection ,server is 175.27.187.84:8848, connectionId is 1739150763445_36.57.98.120_20106
|
2025-02-10 09:32:38.836 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4] Abandon prev connection ,server is 175.27.187.84:8848, connectionId is 1739150776013_36.57.98.120_21136
|
2025-02-10 09:32:39.226 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Notify disconnected event to listeners
|
2025-02-10 09:32:39.226 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0]Notify disconnected event to listeners
|
2025-02-10 09:32:39.226 [com.alibaba.nacos.client.remote.worker] WARN com.alibaba.nacos.client.naming - Grpc connection disconnect, mark to redo
|
2025-02-10 09:32:39.392 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.client.config.impl.ClientWorker - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] DisConnected,clear listen context...
|
2025-02-10 09:32:39.392 [com.alibaba.nacos.client.remote.worker] WARN com.alibaba.nacos.client.naming - mark to redo completed
|
2025-02-10 09:32:39.393 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]Notify connected event to listeners.
|
2025-02-10 09:32:39.393 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.common.remote.client - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0]Notify connected event to listeners.
|
2025-02-10 09:32:39.393 [nacos-grpc-client-executor-146] WARN c.a.nacos.common.remote.client.grpc.GrpcClient - [1739150776013_36.57.98.120_21136]Ignore error event,isRunning:true,isAbandon=true
|
2025-02-10 09:32:39.393 [nacos-grpc-client-executor-145] WARN c.a.nacos.common.remote.client.grpc.GrpcClient - [1739150763445_36.57.98.120_20106]Ignore error event,isRunning:true,isAbandon=true
|
2025-02-10 09:32:39.569 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.client.naming - Grpc connection connect
|
2025-02-10 09:32:39.569 [com.alibaba.nacos.client.remote.worker] INFO com.alibaba.nacos.client.config.impl.ClientWorker - [ec99c276-978f-47fd-b8a9-a50bfa8f85f7_config-0] Connected,notify listen context...
|
2025-02-10 09:32:41.086 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO com.alibaba.nacos.client.naming - Redo instance operation REGISTER for DEFAULT_GROUP@@visitsTimer
|
2025-02-10 09:32:41.099 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO com.alibaba.nacos.client.naming - Redo subscriber operation REGISTER for DEFAULT_GROUP@@visitsTimer#DEFAULT
|
2025-02-10 09:32:46.982 [nacos-grpc-client-executor-150] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]receive server push request,request=NotifySubscriberRequest,requestId=4937
|
2025-02-10 09:32:46.984 [nacos-grpc-client-executor-150] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]ack server push request,request=NotifySubscriberRequest,requestId=4937
|
2025-02-10 09:32:48.522 [nacos-grpc-client-executor-152] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]receive server push request,request=NotifySubscriberRequest,requestId=4940
|
2025-02-10 09:32:49.846 [nacos-grpc-client-executor-152] INFO com.alibaba.nacos.common.remote.client - [a95f8485-a22e-428f-acee-a6b009fd31e4]ack server push request,request=NotifySubscriberRequest,requestId=4940
|
2025-02-10 15:11:18.991 [Thread-13] WARN com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Start destroying Publisher
|
2025-02-10 15:11:18.991 [Thread-4] WARN com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Start destroying common HttpClient
|
2025-02-10 15:11:19.002 [Thread-13] WARN com.alibaba.nacos.common.notify.NotifyCenter - [NotifyCenter] Destruction of the end
|
2025-02-10 15:11:19.020 [Thread-4] WARN com.alibaba.nacos.common.http.HttpClientBeanHolder - [HttpClientBeanHolder] Destruction of the end
|