diff --git a/cloud-background-server/src/main/java/com/muyu/cloud/background/MuYuBackgroundApplication.java b/cloud-background-server/src/main/java/com/muyu/cloud/background/MuYuBackgroundApplication.java index ec833c0..4639625 100644 --- a/cloud-background-server/src/main/java/com/muyu/cloud/background/MuYuBackgroundApplication.java +++ b/cloud-background-server/src/main/java/com/muyu/cloud/background/MuYuBackgroundApplication.java @@ -5,6 +5,7 @@ import com.muyu.common.security.annotation.EnableMyFeignClients; import lombok.extern.log4j.Log4j2; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; +import org.springframework.context.annotation.ComponentScan; /** * @Author:weiran @@ -17,6 +18,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication; @EnableCustomConfig @EnableMyFeignClients @SpringBootApplication +@ComponentScan("com.muyu.cloud.background.service") public class MuYuBackgroundApplication { public static void main (String[] args) { SpringApplication.run(MuYuBackgroundApplication.class, args); diff --git a/logs/cloud-background/info.log b/logs/cloud-background/info.log index 81b56fe..eec5f7f 100644 --- a/logs/cloud-background/info.log +++ b/logs/cloud-background/info.log @@ -1,2271 +1,47 @@ -10:40:53.255 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -10:40:55.291 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -10:40:55.292 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -10:40:55.352 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -10:40:58.259 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -10:40:58.260 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -10:40:58.260 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -10:40:59.122 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -10:41:04.941 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -10:41:05.094 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -10:41:07.102 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@6317f6d[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -10:41:07.102 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@37a53e65[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -10:41:07.392 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -10:41:08.417 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -10:41:08.418 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -10:41:08.418 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -10:41:08.422 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -10:41:08.426 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -10:41:08.426 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -10:41:08.570 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8 -10:41:08.573 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8 -10:41:08.573 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -10:41:08.573 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -10:41:08.573 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -10:41:08.574 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -10:41:08.574 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -10:41:08.727 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725590468947_21.12.0.11_63083 -10:41:08.727 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -10:41:08.727 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8] Notify connected event to listeners. -10:41:08.727 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801150228 -10:41:08.727 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -10:41:08.728 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=[2409:891f:9266:abf5:7d5a:1da7:dc29:47ac], preserved.register.source=SPRING_CLOUD}} -10:41:08.824 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -10:41:09.982 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 21.784 seconds (process running for 22.413) -10:41:09.991 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -10:41:09.992 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -10:41:09.992 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -10:41:10.000 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -10:41:10.000 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -10:41:10.002 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -10:41:10.002 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -10:41:10.002 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -10:41:10.002 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -10:41:10.002 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -10:41:10.002 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -10:41:10.115 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -10:41:10.586 [RMI TCP Connection(9)-172.16.0.5] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -10:41:42.817 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -10:42:15.513 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -10:42:48.226 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -10:42:51.763 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -10:42:51.764 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -10:42:51.764 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -10:42:51.764 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -10:42:51.765 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -10:42:51.765 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -10:42:51.765 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -10:42:51.770 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -10:42:51.770 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -10:42:51.896 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -10:42:51.897 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -10:42:51.897 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8 -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@6690f9ee[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 34] -10:42:51.898 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -10:42:51.899 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@5484e1da[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -10:42:51.899 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725590468947_21.12.0.11_63083 -10:42:51.903 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@4bb439ca[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 31] -10:42:51.903 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->fdc0d4e3-1235-4d95-bc45-d5e1ceb5a7c8 -10:42:51.903 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -10:42:51.905 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -10:42:51.906 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -10:42:51.912 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -10:42:51.916 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -10:42:51.944 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -10:42:51.944 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -10:42:51.945 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -11:12:21.284 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -11:12:23.460 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -11:12:23.461 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -11:12:23.542 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -11:12:27.110 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -11:12:27.111 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -11:12:27.111 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -11:12:55.293 [nacos-grpc-client-executor-21.12.0.8-19] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 241 -11:12:55.294 [nacos-grpc-client-executor-21.12.0.8-19] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 241 -11:12:55.811 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Server healthy check fail, currentConnection = 1725592340648_21.12.0.11_62427 -11:12:55.811 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -11:12:55.812 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:12:55.933 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -11:12:56.154 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725592376276_21.12.0.11_62470 -11:12:56.155 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725592340648_21.12.0.11_62427 -11:12:56.155 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725592340648_21.12.0.11_62427 -11:12:56.163 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Notify disconnected event to listeners -11:12:56.163 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -11:12:56.163 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] DisConnected,clear listen context... -11:12:56.163 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:12:56.163 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Notify connected event to listeners. -11:12:56.164 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Connected,notify listen context... -11:12:56.516 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725592376608_21.12.0.11_62471 -11:12:56.516 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725592376276_21.12.0.11_62470 -11:12:56.516 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725592376276_21.12.0.11_62470 -11:12:56.516 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Notify disconnected event to listeners -11:12:56.516 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] DisConnected,clear listen context... -11:12:56.517 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Notify connected event to listeners. -11:12:56.517 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [352718d6-26c5-4ca3-9afa-a94d36e9f29b_config-0] Connected,notify listen context... -11:13:02.021 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -11:13:02.164 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -11:13:04.276 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@7b6b3ed6[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -11:13:04.276 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@762cfcc1[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -11:13:04.510 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -11:13:05.551 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -11:13:05.552 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -11:13:05.552 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -11:13:05.557 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -11:13:05.560 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -11:13:05.561 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -11:13:05.737 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 666db608-d30c-4471-acd5-51f8f492966a -11:13:05.739 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->666db608-d30c-4471-acd5-51f8f492966a -11:13:05.739 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [666db608-d30c-4471-acd5-51f8f492966a] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -11:13:05.739 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [666db608-d30c-4471-acd5-51f8f492966a] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -11:13:05.739 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [666db608-d30c-4471-acd5-51f8f492966a] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -11:13:05.740 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [666db608-d30c-4471-acd5-51f8f492966a] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -11:13:05.740 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:13:05.972 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [666db608-d30c-4471-acd5-51f8f492966a] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725592386167_21.12.0.11_62525 -11:13:05.972 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [666db608-d30c-4471-acd5-51f8f492966a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -11:13:05.973 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [666db608-d30c-4471-acd5-51f8f492966a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801152150 -11:13:05.972 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [666db608-d30c-4471-acd5-51f8f492966a] Notify connected event to listeners. -11:13:05.973 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -11:13:05.974 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=[2409:891f:9266:abf5:7d5a:1da7:dc29:47ac], preserved.register.source=SPRING_CLOUD}} -11:13:06.041 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -11:13:07.196 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:13:07.243 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 51.217 seconds (process running for 51.839) -11:13:07.255 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -11:13:07.256 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -11:13:07.256 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -11:13:07.268 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -11:13:07.269 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -11:13:07.271 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -11:13:07.271 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -11:13:07.272 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -11:13:07.273 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -11:13:07.273 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -11:13:07.273 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -11:13:07.287 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -11:13:07.287 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -11:13:07.287 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -11:13:07.288 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -11:13:07.288 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -11:13:07.288 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -11:13:07.290 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -11:13:07.317 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -11:13:07.318 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -11:13:07.377 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -11:13:07.378 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -11:13:07.378 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -11:13:07.379 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -11:13:07.379 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -11:13:07.379 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -11:13:07.379 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -11:13:07.379 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -11:13:07.379 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -11:13:07.379 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -11:13:07.379 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -11:13:07.380 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -11:13:07.380 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->666db608-d30c-4471-acd5-51f8f492966a -11:13:07.380 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@579107ed[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 0] -11:13:07.380 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -11:13:07.380 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@168ec1f6[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -11:13:07.380 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725592386167_21.12.0.11_62525 -11:13:07.381 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@66106b8[Running, pool size = 8, active threads = 0, queued tasks = 0, completed tasks = 8] -11:13:07.381 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->666db608-d30c-4471-acd5-51f8f492966a -11:13:07.381 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -11:13:07.382 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -11:13:07.382 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -11:13:07.386 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -11:13:07.388 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -11:13:07.392 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -11:13:07.393 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -11:13:07.393 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -11:13:19.775 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -11:13:21.952 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -11:13:21.953 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -11:13:22.034 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -11:13:25.988 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -11:13:25.989 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -11:13:25.989 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -11:13:26.866 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -11:13:33.038 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -11:13:33.183 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -11:13:35.603 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@24697504[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -11:13:35.603 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@6a4484e6[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -11:13:35.854 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -11:13:36.879 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -11:13:36.880 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -11:13:36.881 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -11:13:36.892 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -11:13:36.897 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -11:13:36.898 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -11:13:37.054 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 019e3bbb-9b92-447d-9844-341b1c6a9749 -11:13:37.056 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->019e3bbb-9b92-447d-9844-341b1c6a9749 -11:13:37.056 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -11:13:37.056 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -11:13:37.057 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -11:13:37.057 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -11:13:37.057 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:13:37.344 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725592417508_21.12.0.11_62592 -11:13:37.345 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -11:13:37.345 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Notify connected event to listeners. -11:13:37.345 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801152fd8 -11:13:37.345 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -11:13:37.347 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=[2409:891f:9266:abf5:7d5a:1da7:dc29:47ac], preserved.register.source=SPRING_CLOUD}} -11:13:37.410 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -11:13:38.548 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:13:38.591 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 24.626 seconds (process running for 25.328) -11:13:38.599 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -11:13:38.599 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -11:13:38.599 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -11:13:38.607 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -11:13:38.607 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -11:13:38.608 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -11:13:38.609 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -11:13:38.609 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -11:13:38.609 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -11:13:38.609 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -11:13:38.609 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -11:13:38.768 [RMI TCP Connection(4)-172.16.0.5] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -11:14:27.795 [nacos-grpc-client-executor-21.12.0.8-29] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 245 -11:14:27.795 [nacos-grpc-client-executor-21.12.0.8-29] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 245 -11:14:30.856 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:14:30.858 [nacos-grpc-client-executor-21.12.0.8-13] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Receive server push request, request = ClientDetectionRequest, requestId = 246 -11:14:30.859 [nacos-grpc-client-executor-21.12.0.8-13] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Ack server push request, request = ClientDetectionRequest, requestId = 246 -11:14:45.632 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Server healthy check fail, currentConnection = 1725592417508_21.12.0.11_62592 -11:14:45.632 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Server healthy check fail, currentConnection = 1725592398653_21.12.0.11_62543 -11:14:45.632 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Try to reconnect to a new server, server is not appointed, will choose a random server. -11:14:45.633 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -11:14:45.633 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:14:45.633 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:14:45.815 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725592486042_21.12.0.11_62664 -11:14:45.815 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725592398653_21.12.0.11_62543 -11:14:45.815 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725592398653_21.12.0.11_62543 -11:14:45.816 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Success to connect a server [21.12.0.8:8848], connectionId = 1725592486042_21.12.0.11_62663 -11:14:45.817 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725592417508_21.12.0.11_62592 -11:14:45.817 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725592417508_21.12.0.11_62592 -11:14:45.818 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -11:14:45.818 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Notify disconnected event to listeners -11:14:45.818 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Notify disconnected event to listeners -11:14:45.818 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Try to reconnect to a new server, server is not appointed, will choose a random server. -11:14:45.819 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:14:45.819 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] DisConnected,clear listen context... -11:14:45.819 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:14:45.819 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Notify connected event to listeners. -11:14:45.819 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Connected,notify listen context... -11:14:45.820 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Notify connected event to listeners. -11:14:45.820 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -11:14:45.988 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-juhe, group:DEFAULT_GROUP, clusters: -11:14:45.988 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-juhe, group:DEFAULT_GROUP, cluster: -11:14:46.006 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725592486236_21.12.0.11_62665 -11:14:46.007 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725592486042_21.12.0.11_62664 -11:14:46.007 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725592486042_21.12.0.11_62664 -11:14:46.008 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Success to connect a server [21.12.0.8:8848], connectionId = 1725592486236_21.12.0.11_62666 -11:14:46.008 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725592486042_21.12.0.11_62663 -11:14:46.008 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725592486042_21.12.0.11_62663 -11:14:46.009 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Notify disconnected event to listeners -11:14:46.009 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Notify disconnected event to listeners -11:14:46.009 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] DisConnected,clear listen context... -11:14:46.009 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Notify connected event to listeners. -11:14:46.009 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Connected,notify listen context... -11:14:46.009 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Notify connected event to listeners. -11:14:46.009 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -11:14:46.056 [boundedElastic-2] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(0) service: DEFAULT_GROUP@@cloud-juhe -> [] -11:14:46.057 [boundedElastic-2] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-juhe -> [] -11:14:46.573 [nacos-grpc-client-executor-21.12.0.8-35] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Receive server push request, request = NotifySubscriberRequest, requestId = 248 -11:14:46.574 [nacos-grpc-client-executor-21.12.0.8-35] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Ack server push request, request = NotifySubscriberRequest, requestId = 248 -11:14:48.506 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-background -11:15:05.342 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:15:38.039 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:16:10.746 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:16:43.468 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:17:16.192 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:17:48.910 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:18:21.618 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:18:54.336 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:19:27.038 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:19:59.764 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:20:32.488 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:21:04.437 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Server healthy check fail, currentConnection = 1725592486236_21.12.0.11_62665 -11:21:04.437 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -11:21:04.437 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:05.174 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:21:06.221 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Server healthy check fail, currentConnection = 1725592486236_21.12.0.11_62666 -11:21:06.221 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Try to reconnect to a new server, server is not appointed, will choose a random server. -11:21:06.222 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:07.548 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:09.336 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:10.553 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:10.756 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:11.892 [lettuce-nioEventLoop-6-1] INFO i.l.c.p.CommandHandler - [log,217] - null Unexpected exception during request: java.net.SocketException: Connection reset -java.net.SocketException: Connection reset - at java.base/sun.nio.ch.SocketChannelImpl.throwConnectionReset(SocketChannelImpl.java:394) - at java.base/sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:426) - at io.netty.buffer.PooledByteBuf.setBytes(PooledByteBuf.java:255) - at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:1132) - at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:356) - at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:151) - at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) - at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) - at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) - at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) - at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:994) - at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) - at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) - at java.base/java.lang.Thread.run(Thread.java:833) -11:21:11.947 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:11.947 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 1 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:11.963 [lettuce-eventExecutorLoop-1-1] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /21.12.0.10:6379 -11:21:12.164 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:12.251 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:15.181 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 2 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:15.260 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:15.491 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:15.664 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:18.506 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 3 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:18.676 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:18.914 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:19.179 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:21.927 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 4 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:22.053 [lettuce-eventExecutorLoop-1-2] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:21:22.191 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:22.441 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:22.800 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:25.452 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 5 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:25.811 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:26.053 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:26.518 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:29.059 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 6 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:29.526 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:29.762 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:30.339 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:32.153 [lettuce-eventExecutorLoop-1-3] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:21:32.773 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 7 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:33.350 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:33.584 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:34.252 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:36.595 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 8 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:37.268 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:37.499 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:37.890 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:21:38.279 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:40.515 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 9 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:41.293 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:41.527 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:42.252 [lettuce-eventExecutorLoop-1-4] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:21:42.401 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:44.542 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 10 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:45.416 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 11 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:45.649 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:46.617 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:48.651 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 11 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:49.631 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 12 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:49.851 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:50.945 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:52.355 [lettuce-eventExecutorLoop-1-5] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:21:52.853 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 12 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:53.947 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 13 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:54.166 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:55.352 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:57.178 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 13 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:58.353 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 14 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:21:58.580 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:21:59.858 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:01.596 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 14 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:02.457 [lettuce-eventExecutorLoop-1-6] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:22:02.874 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 15 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:03.108 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:04.476 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:06.120 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 15 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:07.491 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 16 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:07.727 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:09.197 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:10.585 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:22:10.740 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 16 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:12.201 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 17 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:12.452 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:12.563 [lettuce-eventExecutorLoop-1-8] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:22:14.012 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:15.461 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 17 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:17.016 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 18 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:17.277 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:18.932 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:20.290 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 18 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:21.941 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 19 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:22.204 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:22.752 [lettuce-eventExecutorLoop-1-10] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:22:23.948 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:25.212 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 19 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:26.950 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 20 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:27.213 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:29.053 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:30.224 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 20 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:32.070 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 21 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:32.334 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:33.057 [lettuce-eventExecutorLoop-1-12] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:22:34.276 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:35.348 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 21 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:37.284 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 22 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:37.550 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:39.591 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:40.551 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 22 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:42.607 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 23 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:42.854 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:43.293 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:22:43.653 [lettuce-eventExecutorLoop-1-14] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:22:45.022 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:45.870 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 23 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:48.026 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 24 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:48.274 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:50.534 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:51.285 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 24 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:53.540 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 25 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:53.790 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:54.752 [lettuce-eventExecutorLoop-1-16] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:22:56.154 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:22:56.794 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 25 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:59.168 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 26 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:22:59.399 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:01.869 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:02.414 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 26 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:04.884 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 27 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:05.123 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:06.853 [lettuce-eventExecutorLoop-1-18] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:23:07.696 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:08.142 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 27 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:10.700 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 28 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:10.953 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:13.610 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:13.971 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 28 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:15.996 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:23:16.620 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 29 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:16.883 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:19.622 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:19.886 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 29 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:21.055 [lettuce-eventExecutorLoop-1-20] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:23:22.627 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 30 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:22.891 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:25.732 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:25.905 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 30 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:28.739 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 31 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:29.019 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:31.942 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:32.033 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 31 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:34.950 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 32 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:35.235 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:38.245 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 32 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:38.252 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:39.353 [lettuce-eventExecutorLoop-1-3] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:23:41.269 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 33 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:41.550 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:44.565 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 33 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:44.675 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:47.689 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 34 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:47.971 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:48.705 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:23:50.984 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 34 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:51.203 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:54.220 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 35 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:54.497 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:23:57.515 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 35 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:23:57.826 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:00.833 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 36 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:01.130 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:04.148 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 36 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:04.534 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:05.752 [lettuce-eventExecutorLoop-1-6] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:24:07.550 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 37 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:07.853 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:10.864 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 37 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:11.351 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:14.353 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 38 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:14.676 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:17.680 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 38 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:18.255 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:21.263 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 39 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:21.386 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:24:21.588 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:24.604 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 39 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:25.271 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:28.284 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 40 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:28.609 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:31.627 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 40 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:32.392 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:35.403 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 41 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:35.729 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:38.735 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 41 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:39.606 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:42.626 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 42 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:42.937 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:45.853 [lettuce-eventExecutorLoop-1-10] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:24:45.947 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 42 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:46.928 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:49.941 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 43 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:50.249 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:53.250 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 43 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:54.092 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:24:54.355 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:24:57.361 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 44 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:24:57.651 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:00.665 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 44 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:01.868 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:04.876 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 45 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:05.172 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:08.176 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 45 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:09.485 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:12.499 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 46 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:12.790 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:15.803 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 46 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:17.201 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:20.212 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 47 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:20.507 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:23.524 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 47 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:25.019 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:25.953 [lettuce-eventExecutorLoop-1-12] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:25:26.811 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:25:28.026 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 48 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:28.324 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:31.333 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 48 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:32.928 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:35.946 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 49 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:36.240 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:39.248 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 49 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:40.948 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:43.962 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 50 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:44.250 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:47.266 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 50 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:48.963 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:51.971 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 51 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:52.279 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:55.293 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 51 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:25:56.973 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:25:59.529 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:25:59.981 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 52 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:00.308 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:03.323 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 52 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:04.992 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:06.054 [lettuce-eventExecutorLoop-1-14] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:26:08.001 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 53 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:08.327 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:11.340 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 53 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:13.009 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:16.015 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 54 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:16.343 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:19.360 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 54 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:21.023 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:24.032 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 55 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:24.373 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:27.393 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 55 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:29.045 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:32.054 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 56 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:32.233 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:26:32.403 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:35.411 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 56 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:37.064 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:40.078 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 57 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:40.419 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:43.421 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 57 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:45.086 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:46.154 [lettuce-eventExecutorLoop-1-16] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:26:48.094 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 58 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:48.423 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:51.430 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 58 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:53.098 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:56.103 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 59 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:26:56.444 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:26:59.457 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 59 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:01.114 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:04.123 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 60 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:04.464 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:04.946 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:27:07.473 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 60 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:09.138 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:12.145 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 61 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:12.485 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:15.488 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 61 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:17.150 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:20.156 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 62 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:20.498 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:23.507 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 62 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:25.160 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:26.254 [lettuce-eventExecutorLoop-1-18] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:27:28.168 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 63 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:28.510 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:31.527 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 63 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:33.179 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:36.190 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 64 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:36.534 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:37.657 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:27:39.541 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 64 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:41.202 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:44.211 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 65 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:44.556 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:47.563 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 65 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:49.214 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:52.228 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 66 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:52.569 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:27:55.587 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 66 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:27:57.242 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:00.252 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 67 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:00.593 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:03.609 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 67 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:05.253 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:06.362 [lettuce-eventExecutorLoop-1-20] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:28:08.255 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 68 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:08.619 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:10.379 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:28:11.624 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 68 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:13.262 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:16.270 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 69 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:16.628 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:19.637 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 69 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:21.275 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:24.286 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 70 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:24.643 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:27.660 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 70 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:29.296 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:32.305 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 71 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:32.667 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:35.681 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 71 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:37.321 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:40.336 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 72 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:40.695 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:43.094 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -11:28:43.702 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 72 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:45.350 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:46.457 [lettuce-eventExecutorLoop-1-2] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 21.12.0.10/:6379 -11:28:48.352 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 73 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:48.709 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:51.720 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 73 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:53.354 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:56.113 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -11:28:56.361 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [bcb74bb5-538b-4252-9947-0ba6cee35a88_config-0] Fail to connect server, after trying 74 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:56.724 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -11:28:58.815 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.5:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -11:28:58.815 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -11:28:58.816 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -11:28:58.816 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -11:28:58.816 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -11:28:58.816 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -11:28:58.820 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -11:28:58.820 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -11:28:58.831 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation UNREGISTER for DEFAULT_GROUP@@cloud-background -11:28:59.265 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -11:28:59.265 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->019e3bbb-9b92-447d-9844-341b1c6a9749 -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@7e75904b[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 292] -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@7829da7f[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -11:28:59.266 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725592486236_21.12.0.11_62666 -11:28:59.267 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@e3a05ae[Running, pool size = 4, active threads = 1, queued tasks = 0, completed tasks = 325] -11:28:59.267 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725592486236_21.12.0.11_62666 -11:28:59.267 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->019e3bbb-9b92-447d-9844-341b1c6a9749 -11:28:59.267 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [019e3bbb-9b92-447d-9844-341b1c6a9749] Fail to connect server, after trying 74 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -11:28:59.267 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -11:28:59.268 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -11:28:59.268 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -11:28:59.272 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -11:28:59.274 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -11:28:59.284 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -11:28:59.284 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -11:28:59.284 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -12:00:17.528 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -12:00:19.571 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -12:00:19.572 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -12:00:19.626 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -12:00:23.209 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -12:00:23.210 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -12:00:23.210 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -12:00:24.061 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -12:00:28.267 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -12:00:28.424 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -12:00:30.398 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@68e4b277[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -12:00:30.398 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@4eab4474[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -12:00:30.634 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -12:00:31.660 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -12:00:31.660 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -12:00:31.661 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -12:00:31.665 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -12:00:31.668 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -12:00:31.668 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -12:00:31.815 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of beeba3a8-ccc3-4232-8e79-45ec7314201a -12:00:31.817 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->beeba3a8-ccc3-4232-8e79-45ec7314201a -12:00:31.817 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -12:00:31.817 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -12:00:31.817 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -12:00:31.818 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -12:00:31.818 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -12:00:32.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725595232338_21.12.0.11_63802 -12:00:32.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -12:00:32.172 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Notify connected event to listeners. -12:00:32.172 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801152b60 -12:00:32.173 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -12:00:32.174 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -12:00:32.265 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -12:00:33.342 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:00:33.460 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 21.41 seconds (process running for 22.084) -12:00:33.470 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -12:00:33.471 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -12:00:33.471 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:00:33.480 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -12:00:33.481 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -12:00:33.482 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:00:33.482 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -12:00:33.483 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -12:00:33.483 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:00:33.483 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -12:00:33.483 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -12:00:34.020 [RMI TCP Connection(12)-172.16.0.2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -12:01:34.652 [nacos-grpc-client-executor-21.12.0.8-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 257 -12:01:34.652 [nacos-grpc-client-executor-21.12.0.8-12] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Receive server push request, request = ClientDetectionRequest, requestId = 255 -12:01:34.653 [nacos-grpc-client-executor-21.12.0.8-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 257 -12:01:34.653 [nacos-grpc-client-executor-21.12.0.8-12] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Ack server push request, request = ClientDetectionRequest, requestId = 255 -12:01:40.680 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:01:40.810 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Server healthy check fail, currentConnection = 1725595216887_21.12.0.11_63772 -12:01:40.810 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Server healthy check fail, currentConnection = 1725595232338_21.12.0.11_63802 -12:01:40.810 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -12:01:40.810 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Try to reconnect to a new server, server is not appointed, will choose a random server. -12:01:40.810 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -12:01:40.812 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -12:01:41.066 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Success to connect a server [21.12.0.8:8848], connectionId = 1725595301288_21.12.0.11_61968 -12:01:41.066 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725595301288_21.12.0.11_61967 -12:01:41.067 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725595232338_21.12.0.11_63802 -12:01:41.067 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725595216887_21.12.0.11_63772 -12:01:41.068 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725595232338_21.12.0.11_63802 -12:01:41.068 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725595216887_21.12.0.11_63772 -12:01:41.072 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -12:01:41.072 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Notify disconnected event to listeners -12:01:41.072 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Notify disconnected event to listeners -12:01:41.071 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Try to reconnect to a new server, server is not appointed, will choose a random server. -12:01:41.072 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -12:01:41.072 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] DisConnected,clear listen context... -12:01:41.072 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -12:01:41.072 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Notify connected event to listeners. -12:01:41.072 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Connected,notify listen context... -12:01:41.073 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Notify connected event to listeners. -12:01:41.073 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -12:01:41.186 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Success to connect a server [21.12.0.8:8848], connectionId = 1725595301471_21.12.0.11_61971 -12:01:41.186 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725595301288_21.12.0.11_61968 -12:01:41.186 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725595301288_21.12.0.11_61968 -12:01:41.187 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725595301471_21.12.0.11_61970 -12:01:41.187 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725595301288_21.12.0.11_61967 -12:01:41.187 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725595301288_21.12.0.11_61967 -12:01:41.188 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-juhe, group:DEFAULT_GROUP, clusters: -12:01:41.188 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-juhe, group:DEFAULT_GROUP, cluster: -12:01:41.188 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Notify disconnected event to listeners -12:01:41.188 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Notify disconnected event to listeners -12:01:41.188 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] DisConnected,clear listen context... -12:01:41.188 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Notify connected event to listeners. -12:01:41.189 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [2ea97854-90e6-41da-99e3-abaf4f6c3c48_config-0] Connected,notify listen context... -12:01:41.189 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Notify connected event to listeners. -12:01:41.189 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -12:01:41.224 [boundedElastic-2] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(0) service: DEFAULT_GROUP@@cloud-juhe -> [] -12:01:41.225 [boundedElastic-2] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-juhe -> [] -12:01:41.822 [nacos-grpc-client-executor-21.12.0.8-35] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Receive server push request, request = NotifySubscriberRequest, requestId = 258 -12:01:41.822 [nacos-grpc-client-executor-21.12.0.8-35] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [beeba3a8-ccc3-4232-8e79-45ec7314201a] Ack server push request, request = NotifySubscriberRequest, requestId = 258 -12:01:43.687 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-background -12:02:02.950 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -12:02:05.659 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -12:02:05.659 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -12:02:05.659 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -12:02:05.660 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -12:02:05.660 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -12:02:05.660 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -12:02:05.665 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -12:02:05.665 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -12:02:05.681 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -12:02:05.682 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -12:02:05.682 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->beeba3a8-ccc3-4232-8e79-45ec7314201a -12:02:05.683 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@3a2844a3[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 16] -12:02:05.684 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -12:02:05.684 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6d743393[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -12:02:05.684 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725595301471_21.12.0.11_61971 -12:02:05.684 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@111dafd9[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 41] -12:02:05.684 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->beeba3a8-ccc3-4232-8e79-45ec7314201a -12:02:05.684 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -12:02:05.685 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -12:02:05.685 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -12:02:05.689 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -12:02:05.691 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -12:02:05.695 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -12:02:05.695 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -12:02:05.696 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -12:06:29.126 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -12:06:31.249 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -12:06:31.249 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -12:06:31.309 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -12:06:34.100 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -12:06:34.101 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -12:06:34.101 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -12:06:34.949 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -12:06:39.238 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -12:06:39.381 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -12:06:41.346 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@30f51f8a[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -12:06:41.346 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@24697504[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -12:06:41.572 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -12:06:42.605 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -12:06:42.606 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -12:06:42.606 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -12:06:42.611 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -12:06:42.614 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -12:06:42.614 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -12:06:42.742 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 9ba633b9-1c53-42fc-a335-77189cae08a3 -12:06:42.744 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->9ba633b9-1c53-42fc-a335-77189cae08a3 -12:06:42.744 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -12:06:42.744 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -12:06:42.745 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -12:06:42.745 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -12:06:42.745 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -12:06:42.844 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725595603150_21.12.0.11_62357 -12:06:42.844 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -12:06:42.844 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801150228 -12:06:42.844 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] Notify connected event to listeners. -12:06:42.845 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -12:06:42.846 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -12:06:42.864 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -12:06:44.040 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 20.428 seconds (process running for 21.036) -12:06:44.052 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -12:06:44.052 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -12:06:44.053 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:06:44.061 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -12:06:44.061 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -12:06:44.062 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:06:44.063 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -12:06:44.063 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -12:06:44.063 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:06:44.063 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -12:06:44.063 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -12:06:44.280 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:06:44.469 [RMI TCP Connection(6)-172.16.0.2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -12:07:12.270 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:juhe, group:DEFAULT_GROUP, clusters: -12:07:12.271 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:juhe, group:DEFAULT_GROUP, cluster: -12:07:12.452 [boundedElastic-1] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(0) service: DEFAULT_GROUP@@juhe -> [] -12:07:12.453 [boundedElastic-1] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@juhe -> [] -12:07:12.996 [nacos-grpc-client-executor-21.12.0.8-13] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] Receive server push request, request = NotifySubscriberRequest, requestId = 262 -12:07:12.998 [nacos-grpc-client-executor-21.12.0.8-13] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9ba633b9-1c53-42fc-a335-77189cae08a3] Ack server push request, request = NotifySubscriberRequest, requestId = 262 -12:07:25.566 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:07:47.937 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -12:07:50.646 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -12:07:50.646 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -12:07:50.646 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -12:07:50.646 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -12:07:50.647 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -12:07:50.647 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -12:07:50.652 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -12:07:50.652 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -12:07:50.667 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -12:07:50.668 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -12:07:50.669 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -12:07:50.669 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->9ba633b9-1c53-42fc-a335-77189cae08a3 -12:07:50.669 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@77bfdb9c[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 17] -12:07:50.669 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -12:07:50.669 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@23e624cd[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -12:07:50.669 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725595603150_21.12.0.11_62357 -12:07:50.672 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@7b0e56af[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 22] -12:07:50.672 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->9ba633b9-1c53-42fc-a335-77189cae08a3 -12:07:50.672 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -12:07:50.672 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -12:07:50.673 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -12:07:50.676 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -12:07:50.678 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -12:07:50.682 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -12:07:50.682 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -12:07:50.683 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -12:08:53.821 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -12:08:55.864 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -12:08:55.864 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -12:08:55.921 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -12:09:01.090 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -12:09:01.091 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -12:09:01.091 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -12:09:01.937 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -12:09:06.093 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -12:09:06.257 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -12:09:08.256 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@6317f6d[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -12:09:08.256 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@37a53e65[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -12:09:08.496 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -12:09:09.532 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -12:09:09.533 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -12:09:09.533 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -12:09:09.537 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -12:09:09.541 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -12:09:09.541 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -12:09:09.698 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4 -12:09:09.699 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4 -12:09:09.700 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -12:09:09.700 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -12:09:09.700 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -12:09:09.700 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -12:09:09.701 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -12:09:09.771 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725595750088_21.12.0.11_62566 -12:09:09.771 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -12:09:09.771 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801150d88 -12:09:09.771 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] Notify connected event to listeners. -12:09:09.772 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -12:09:09.773 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -12:09:09.904 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -12:09:11.086 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 22.816 seconds (process running for 23.439) -12:09:11.095 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -12:09:11.095 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -12:09:11.096 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:09:11.105 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -12:09:11.105 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -12:09:11.106 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:09:11.106 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -12:09:11.106 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -12:09:11.107 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:09:11.107 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -12:09:11.107 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -12:09:11.197 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:09:11.569 [RMI TCP Connection(2)-172.16.0.2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -12:09:42.300 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:juhe, group:DEFAULT_GROUP, clusters: -12:09:42.300 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:juhe, group:DEFAULT_GROUP, cluster: -12:09:42.321 [boundedElastic-1] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(0) service: DEFAULT_GROUP@@juhe -> [] -12:09:42.322 [boundedElastic-1] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@juhe -> [] -12:09:42.885 [nacos-grpc-client-executor-21.12.0.8-15] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] Receive server push request, request = NotifySubscriberRequest, requestId = 265 -12:09:42.886 [nacos-grpc-client-executor-21.12.0.8-15] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4] Ack server push request, request = NotifySubscriberRequest, requestId = 265 -12:09:44.535 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:10:07.841 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -12:10:10.532 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -12:10:10.532 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -12:10:10.532 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -12:10:10.532 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -12:10:10.533 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -12:10:10.533 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -12:10:10.537 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -12:10:10.537 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -12:10:10.650 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -12:10:10.651 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -12:10:10.651 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -12:10:10.652 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -12:10:10.652 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -12:10:10.652 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -12:10:10.652 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -12:10:10.653 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -12:10:10.653 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -12:10:10.653 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -12:10:10.653 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -12:10:10.653 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -12:10:10.653 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4 -12:10:10.653 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@1ccccefe[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 17] -12:10:10.653 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -12:10:10.654 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@37dfcc02[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -12:10:10.654 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725595750088_21.12.0.11_62566 -12:10:10.658 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@5aeda255[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 21] -12:10:10.659 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->a8198ceb-cb09-4953-80b1-b1dcfb8b1ca4 -12:10:10.659 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -12:10:10.660 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -12:10:10.660 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -12:10:10.663 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -12:10:10.666 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -12:10:10.670 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -12:10:10.671 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -12:10:10.671 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -12:10:57.373 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -12:10:59.358 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -12:10:59.358 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -12:10:59.412 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -12:11:04.240 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -12:11:04.241 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -12:11:04.241 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -12:11:05.059 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -12:11:09.233 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -12:11:09.394 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -12:11:11.394 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@27523869[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -12:11:11.394 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@7eb3ba2[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -12:11:11.627 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -12:11:12.661 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -12:11:12.662 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -12:11:12.662 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -12:11:12.666 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -12:11:12.669 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -12:11:12.669 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -12:11:12.894 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 95ab61ca-0c8a-4f34-a241-c794b83496ea -12:11:12.895 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->95ab61ca-0c8a-4f34-a241-c794b83496ea -12:11:12.896 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -12:11:12.896 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -12:11:12.896 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -12:11:12.896 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -12:11:12.897 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -12:11:13.135 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725595873307_21.12.0.11_62741 -12:11:13.136 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -12:11:13.136 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] Notify connected event to listeners. -12:11:13.136 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -12:11:13.136 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801150b88 -12:11:13.137 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -12:11:13.186 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -12:11:14.343 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:11:14.353 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 23.076 seconds (process running for 23.725) -12:11:14.362 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -12:11:14.362 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -12:11:14.362 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:11:14.370 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -12:11:14.370 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -12:11:14.372 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:11:14.372 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -12:11:14.372 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -12:11:14.373 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:11:14.373 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -12:11:14.373 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -12:11:14.598 [RMI TCP Connection(9)-172.16.0.2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -12:11:46.341 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:juhe, group:DEFAULT_GROUP, clusters: -12:11:46.341 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:juhe, group:DEFAULT_GROUP, cluster: -12:11:46.374 [boundedElastic-1] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(0) service: DEFAULT_GROUP@@juhe -> [] -12:11:46.375 [boundedElastic-1] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@juhe -> [] -12:11:46.933 [nacos-grpc-client-executor-21.12.0.8-14] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] Receive server push request, request = NotifySubscriberRequest, requestId = 268 -12:11:46.933 [nacos-grpc-client-executor-21.12.0.8-14] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [95ab61ca-0c8a-4f34-a241-c794b83496ea] Ack server push request, request = NotifySubscriberRequest, requestId = 268 -12:11:47.073 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:12:19.794 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:12:49.566 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -12:12:52.270 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -12:12:52.270 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -12:12:52.272 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -12:12:52.273 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -12:12:52.273 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -12:12:52.274 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -12:12:52.280 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -12:12:52.280 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -12:12:52.324 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -12:12:52.325 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -12:12:52.326 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->95ab61ca-0c8a-4f34-a241-c794b83496ea -12:12:52.327 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@464ea23e[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 30] -12:12:52.327 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -12:12:52.327 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@46dc2ea[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -12:12:52.327 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725595873307_21.12.0.11_62741 -12:12:52.330 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@6bffee94[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 27] -12:12:52.331 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->95ab61ca-0c8a-4f34-a241-c794b83496ea -12:12:52.331 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -12:12:52.331 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -12:12:52.331 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -12:12:52.335 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -12:12:52.337 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -12:12:52.339 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -12:12:52.340 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -12:12:52.340 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -12:26:30.438 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -12:26:32.516 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -12:26:32.516 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -12:26:32.575 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -12:26:36.645 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -12:26:36.646 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -12:26:36.646 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -12:26:37.474 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -12:26:41.621 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -12:26:41.761 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -12:26:43.823 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@70e3f664[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -12:26:43.823 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@38b2a4e7[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -12:26:44.064 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -12:26:45.097 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -12:26:45.098 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -12:26:45.098 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -12:26:45.103 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -12:26:45.107 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -12:26:45.108 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -12:26:45.237 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 51876908-069e-4783-8789-8d1572eb8373 -12:26:45.238 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->51876908-069e-4783-8789-8d1572eb8373 -12:26:45.238 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -12:26:45.239 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -12:26:45.239 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -12:26:45.239 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -12:26:45.239 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -12:26:45.454 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725596805751_21.12.0.11_62103 -12:26:45.455 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -12:26:45.455 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801150a70 -12:26:45.455 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] Notify connected event to listeners. -12:26:45.455 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -12:26:45.456 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -12:26:45.522 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -12:26:46.682 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 21.438 seconds (process running for 22.087) -12:26:46.691 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -12:26:46.691 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -12:26:46.692 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:26:46.700 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -12:26:46.700 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -12:26:46.702 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:26:46.702 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -12:26:46.702 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -12:26:46.702 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -12:26:46.702 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -12:26:46.702 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -12:26:46.793 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:26:47.018 [RMI TCP Connection(5)-172.16.0.2] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -12:27:18.629 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:juhe, group:DEFAULT_GROUP, clusters: -12:27:18.630 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:juhe, group:DEFAULT_GROUP, cluster: -12:27:18.665 [boundedElastic-1] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(0) service: DEFAULT_GROUP@@juhe -> [] -12:27:18.667 [boundedElastic-1] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@juhe -> [] -12:27:19.192 [nacos-grpc-client-executor-21.12.0.8-15] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] Receive server push request, request = NotifySubscriberRequest, requestId = 271 -12:27:19.192 [nacos-grpc-client-executor-21.12.0.8-15] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [51876908-069e-4783-8789-8d1572eb8373] Ack server push request, request = NotifySubscriberRequest, requestId = 271 -12:27:19.604 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -12:27:42.463 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -12:27:45.142 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.2:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -12:27:45.143 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -12:27:45.143 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -12:27:45.143 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -12:27:45.143 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -12:27:45.143 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -12:27:45.148 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -12:27:45.148 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -12:27:45.164 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -12:27:45.165 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->51876908-069e-4783-8789-8d1572eb8373 -12:27:45.166 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@1e71da3d[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 18] -12:27:45.167 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -12:27:45.167 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@10c2c39a[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -12:27:45.167 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725596805751_21.12.0.11_62103 -12:27:45.170 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@2a757bba[Running, pool size = 4, active threads = 0, queued tasks = 0, completed tasks = 24] -12:27:45.170 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->51876908-069e-4783-8789-8d1572eb8373 -12:27:45.171 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -12:27:45.171 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -12:27:45.171 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -12:27:45.174 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -12:27:45.176 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -12:27:45.180 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -12:27:45.180 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -12:27:45.180 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -14:25:00.990 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -14:25:03.028 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -14:25:03.028 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -14:25:03.084 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -14:25:04.337 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -14:25:04.338 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -14:25:04.338 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -14:25:05.203 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -14:25:09.657 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -14:25:09.823 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -14:25:11.799 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@37a53e65[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -14:25:11.800 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@69b9ea1d[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -14:25:12.058 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -14:25:13.098 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -14:25:13.098 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -14:25:13.099 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -14:25:13.102 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -14:25:13.106 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -14:25:13.106 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -14:25:13.208 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of a499e77f-f8a1-46ad-ae5a-524af889481c -14:25:13.209 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->a499e77f-f8a1-46ad-ae5a-524af889481c -14:25:13.210 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a499e77f-f8a1-46ad-ae5a-524af889481c] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -14:25:13.210 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a499e77f-f8a1-46ad-ae5a-524af889481c] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -14:25:13.210 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a499e77f-f8a1-46ad-ae5a-524af889481c] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -14:25:13.210 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a499e77f-f8a1-46ad-ae5a-524af889481c] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -14:25:13.211 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -14:25:13.291 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a499e77f-f8a1-46ad-ae5a-524af889481c] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725603913833_21.12.0.11_63254 -14:25:13.291 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a499e77f-f8a1-46ad-ae5a-524af889481c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -14:25:13.291 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a499e77f-f8a1-46ad-ae5a-524af889481c] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801152b60 -14:25:13.291 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a499e77f-f8a1-46ad-ae5a-524af889481c] Notify connected event to listeners. -14:25:13.292 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -14:25:13.293 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -14:25:13.312 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -14:25:14.480 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 18.421 seconds (process running for 19.077) -14:25:14.490 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -14:25:14.491 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -14:25:14.491 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -14:25:14.500 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -14:25:14.500 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -14:25:14.501 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -14:25:14.502 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -14:25:14.502 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -14:25:14.502 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -14:25:14.502 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -14:25:14.502 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -14:25:14.768 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -14:25:14.836 [RMI TCP Connection(6)-172.16.0.10] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -14:25:47.491 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -14:26:20.216 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -14:26:52.926 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -14:27:00.518 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -14:27:00.518 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -14:27:00.518 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -14:27:00.518 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -14:27:00.519 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -14:27:00.519 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -14:27:00.519 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -14:27:00.524 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -14:27:00.524 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -14:27:00.548 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -14:27:00.549 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -14:27:00.549 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -14:27:00.549 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -14:27:00.549 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -14:27:00.549 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -14:27:00.549 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->a499e77f-f8a1-46ad-ae5a-524af889481c -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@4d692d7[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 35] -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@76ce2479[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -14:27:00.550 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725603913833_21.12.0.11_63254 -14:27:00.554 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@327ba47d[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 28] -14:27:00.554 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->a499e77f-f8a1-46ad-ae5a-524af889481c -14:27:00.554 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -14:27:00.554 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -14:27:00.554 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -14:27:00.557 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -14:27:00.560 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -14:27:00.564 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -14:27:00.564 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -14:27:00.564 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -15:04:55.221 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -15:04:57.297 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -15:04:57.297 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -15:04:57.355 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -15:05:00.001 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -15:05:00.002 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -15:05:00.003 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -15:05:00.941 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -15:05:05.341 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -15:05:05.497 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -15:05:07.513 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@2b56774b[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -15:05:07.513 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@27b94ed9[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -15:05:07.744 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -15:05:08.791 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -15:05:08.792 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -15:05:08.792 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -15:05:08.797 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -15:05:08.801 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -15:05:08.801 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -15:05:08.918 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 6816e244-d82f-4be6-adea-3a4fa84dd8a2 -15:05:08.920 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->6816e244-d82f-4be6-adea-3a4fa84dd8a2 -15:05:08.920 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -15:05:08.920 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -15:05:08.920 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -15:05:08.921 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -15:05:08.921 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:05:09.077 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725606309582_21.12.0.11_63312 -15:05:09.077 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -15:05:09.077 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Notify connected event to listeners. -15:05:09.077 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801152150 -15:05:09.077 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -15:05:09.079 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -15:05:09.097 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -15:05:10.286 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 19.752 seconds (process running for 20.397) -15:05:10.297 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -15:05:10.298 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -15:05:10.298 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:05:10.307 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -15:05:10.307 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -15:05:10.309 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:05:10.309 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -15:05:10.309 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -15:05:10.309 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:05:10.310 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -15:05:10.310 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -15:05:10.447 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:05:10.835 [RMI TCP Connection(5)-172.16.0.10] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -15:05:43.141 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:06:19.842 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-juhe, group:DEFAULT_GROUP, clusters: -15:06:19.843 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-juhe, group:DEFAULT_GROUP, cluster: -15:06:19.866 [boundedElastic-2] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(0) service: DEFAULT_GROUP@@cloud-juhe -> [] -15:06:19.867 [boundedElastic-2] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-juhe -> [] -15:06:20.464 [nacos-grpc-client-executor-21.12.0.8-22] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Receive server push request, request = NotifySubscriberRequest, requestId = 276 -15:06:20.464 [nacos-grpc-client-executor-21.12.0.8-22] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Ack server push request, request = NotifySubscriberRequest, requestId = 276 -15:06:22.074 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:06:54.774 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:07:27.479 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:08:00.176 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:08:32.887 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:09:05.604 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:09:38.319 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:10:11.022 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:10:43.720 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:11:16.432 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:11:49.130 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:12:21.859 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:12:54.566 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:13:27.278 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:13:59.986 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:14:32.695 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:15:05.419 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:15:38.123 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:16:10.816 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:16:43.526 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:17:16.242 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:17:48.937 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:18:21.637 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:18:54.328 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:19:27.047 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:19:59.742 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:20:32.447 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:21:05.167 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:21:37.891 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:22:10.585 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:22:43.298 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:23:16.019 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:23:48.736 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:24:21.439 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:24:50.391 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -15:24:53.083 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -15:24:53.083 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -15:24:53.083 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -15:24:53.085 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -15:24:53.085 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -15:24:53.085 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -15:24:53.091 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -15:24:53.091 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -15:24:53.109 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -15:24:53.112 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -15:24:53.112 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -15:24:53.113 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->6816e244-d82f-4be6-adea-3a4fa84dd8a2 -15:24:53.114 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@6008347b[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 390] -15:24:53.114 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -15:24:53.114 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@565d837[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -15:24:53.114 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725606309582_21.12.0.11_63312 -15:24:53.120 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@3be3c441[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 236] -15:24:53.120 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6816e244-d82f-4be6-adea-3a4fa84dd8a2] Server healthy check fail, currentConnection = 1725606309582_21.12.0.11_63312 -15:24:53.120 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->6816e244-d82f-4be6-adea-3a4fa84dd8a2 -15:24:53.121 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -15:24:53.121 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -15:24:53.121 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -15:24:53.127 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -15:24:53.130 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -15:24:53.137 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -15:24:53.137 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -15:24:53.137 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -15:25:05.918 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -15:25:07.987 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -15:25:07.988 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -15:25:08.042 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -15:25:09.886 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -15:25:09.887 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -15:25:09.887 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -15:25:10.731 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -15:25:14.991 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -15:25:15.146 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -15:25:17.111 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@68e4b277[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -15:25:17.111 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@4eab4474[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -15:25:17.364 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -15:25:18.434 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -15:25:18.435 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -15:25:18.435 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -15:25:18.439 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -15:25:18.443 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -15:25:18.443 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -15:25:18.559 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 2ff554c7-8aac-4842-a61f-caebba02a224 -15:25:18.561 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->2ff554c7-8aac-4842-a61f-caebba02a224 -15:25:18.561 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -15:25:18.561 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -15:25:18.561 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -15:25:18.562 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -15:25:18.562 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:25:18.712 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725607519306_21.12.0.11_62053 -15:25:18.713 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -15:25:18.713 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801150228 -15:25:18.713 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Notify connected event to listeners. -15:25:18.713 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -15:25:18.714 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -15:25:18.748 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -15:25:19.913 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 18.95 seconds (process running for 19.639) -15:25:19.921 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -15:25:19.922 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -15:25:19.922 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:25:19.930 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -15:25:19.930 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -15:25:19.932 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:25:19.932 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -15:25:19.932 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -15:25:19.932 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:25:19.932 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -15:25:19.932 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -15:25:20.058 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:25:20.256 [RMI TCP Connection(6)-172.16.0.10] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -15:25:45.772 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-juhe, group:DEFAULT_GROUP, clusters: -15:25:45.772 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-juhe, group:DEFAULT_GROUP, cluster: -15:25:45.793 [boundedElastic-1] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}] -15:25:45.794 [boundedElastic-1] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}] -15:25:46.329 [nacos-grpc-client-executor-21.12.0.8-14] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Receive server push request, request = NotifySubscriberRequest, requestId = 280 -15:25:46.329 [nacos-grpc-client-executor-21.12.0.8-14] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Ack server push request, request = NotifySubscriberRequest, requestId = 280 -15:25:52.768 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:26:05.582 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-ali, group:DEFAULT_GROUP, clusters: -15:26:05.582 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-ali, group:DEFAULT_GROUP, cluster: -15:26:05.633 [boundedElastic-1] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(0) service: DEFAULT_GROUP@@cloud-ali -> [] -15:26:05.634 [boundedElastic-1] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-ali -> [] -15:26:06.247 [nacos-grpc-client-executor-21.12.0.8-18] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Receive server push request, request = NotifySubscriberRequest, requestId = 281 -15:26:06.247 [nacos-grpc-client-executor-21.12.0.8-18] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [2ff554c7-8aac-4842-a61f-caebba02a224] Ack server push request, request = NotifySubscriberRequest, requestId = 281 -15:26:25.475 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:26:31.954 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -15:26:31.954 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -15:26:31.954 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -15:26:31.955 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -15:26:31.955 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -15:26:31.955 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -15:26:31.955 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -15:26:31.968 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -15:26:31.969 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -15:26:31.985 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -15:26:31.986 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -15:26:31.987 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->2ff554c7-8aac-4842-a61f-caebba02a224 -15:26:31.988 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@7e01cbfa[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 21] -15:26:31.988 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -15:26:31.988 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@263f4746[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -15:26:31.988 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725607519306_21.12.0.11_62053 -15:26:31.992 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@28644d29[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 24] -15:26:31.992 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->2ff554c7-8aac-4842-a61f-caebba02a224 -15:26:31.992 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -15:26:31.993 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -15:26:31.994 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -15:26:31.998 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -15:26:32.000 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -15:26:32.004 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -15:26:32.004 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -15:26:32.004 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -15:36:41.451 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -15:36:43.975 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -15:36:43.975 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -15:36:44.029 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -15:36:47.038 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -15:36:47.039 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -15:36:47.040 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -15:36:47.866 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -15:36:52.075 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -15:36:52.220 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -15:36:54.232 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@41116c0e[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -15:36:54.232 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@5fefb35c[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -15:36:54.464 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -15:36:55.510 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -15:36:55.511 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -15:36:55.511 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -15:36:55.516 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -15:36:55.519 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -15:36:55.519 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -15:36:55.660 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of a7f5630c-d8fb-4654-83b1-9e40d312f63e -15:36:55.661 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->a7f5630c-d8fb-4654-83b1-9e40d312f63e -15:36:55.662 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -15:36:55.662 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -15:36:55.662 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -15:36:55.663 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -15:36:55.663 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:36:55.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725608216393_21.12.0.11_63513 -15:36:55.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -15:36:55.812 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Notify connected event to listeners. -15:36:55.812 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801150870 -15:36:55.812 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -15:36:55.813 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -15:36:55.833 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -15:36:57.050 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 20.947 seconds (process running for 21.908) -15:36:57.060 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -15:36:57.060 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -15:36:57.061 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:36:57.069 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -15:36:57.070 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -15:36:57.072 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:36:57.072 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -15:36:57.072 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -15:36:57.073 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:36:57.073 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -15:36:57.073 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -15:36:57.180 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:36:57.346 [RMI TCP Connection(12)-172.16.0.10] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -15:37:29.885 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:38:19.265 [nacos-grpc-client-executor-21.12.0.8-30] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 293 -15:38:42.821 [nacos-grpc-client-executor-21.12.0.8-30] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 293 -15:38:42.822 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:38:42.823 [nacos-grpc-client-executor-21.12.0.8-18] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Receive server push request, request = ClientDetectionRequest, requestId = 292 -15:38:42.825 [nacos-grpc-client-executor-21.12.0.8-18] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Ack server push request, request = ClientDetectionRequest, requestId = 292 -15:38:43.299 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-juhe, group:DEFAULT_GROUP, clusters: -15:38:43.300 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-juhe, group:DEFAULT_GROUP, cluster: -15:38:44.006 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Server healthy check fail, currentConnection = 1725608216393_21.12.0.11_63513 -15:38:44.006 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Server healthy check fail, currentConnection = 1725608201295_21.12.0.11_63460 -15:38:44.006 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Try to reconnect to a new server, server is not appointed, will choose a random server. -15:38:44.006 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -15:38:44.007 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:38:44.007 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:38:44.389 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725608324945_21.12.0.11_63757 -15:38:44.389 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Success to connect a server [21.12.0.8:8848], connectionId = 1725608324944_21.12.0.11_63756 -15:38:44.389 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725608201295_21.12.0.11_63460 -15:38:44.389 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725608216393_21.12.0.11_63513 -15:38:44.389 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725608201295_21.12.0.11_63460 -15:38:44.390 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725608216393_21.12.0.11_63513 -15:38:44.394 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Notify disconnected event to listeners -15:38:44.394 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Try to reconnect to a new server, server is not appointed, will choose a random server. -15:38:44.394 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Notify disconnected event to listeners -15:38:44.394 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -15:38:44.394 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] DisConnected,clear listen context... -15:38:44.394 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:38:44.394 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:38:44.394 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Notify connected event to listeners. -15:38:44.394 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Connected,notify listen context... -15:38:44.394 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Notify connected event to listeners. -15:38:44.394 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -15:38:44.922 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725608325457_21.12.0.11_63759 -15:38:44.923 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725608324945_21.12.0.11_63757 -15:38:44.923 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725608324945_21.12.0.11_63757 -15:38:44.923 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Success to connect a server [21.12.0.8:8848], connectionId = 1725608325457_21.12.0.11_63758 -15:38:44.923 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725608324944_21.12.0.11_63756 -15:38:44.923 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725608324944_21.12.0.11_63756 -15:38:44.924 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Notify disconnected event to listeners -15:38:44.924 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Notify disconnected event to listeners -15:38:44.924 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] DisConnected,clear listen context... -15:38:44.925 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Notify connected event to listeners. -15:38:44.925 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Notify connected event to listeners. -15:38:44.925 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -15:38:44.925 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [44a3cf81-57dd-4102-ae1f-d3438ea22081_config-0] Connected,notify listen context... -15:38:45.829 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-background -15:38:45.851 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForSubscribe,121] - Redo subscriber operation REGISTER for DEFAULT_GROUP@@cloud-juhe# -15:38:46.427 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Receive server push request, request = NotifySubscriberRequest, requestId = 296 -15:38:46.427 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000,"ipDeleteTimeout":30000}] -15:38:46.428 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000,"ipDeleteTimeout":30000}] -15:38:46.431 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Ack server push request, request = NotifySubscriberRequest, requestId = 296 -15:39:15.518 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:39:37.342 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -15:39:37.799 [nacos-grpc-client-executor-21.12.0.8-46] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Receive server push request, request = NotifySubscriberRequest, requestId = 298 -15:39:37.800 [nacos-grpc-client-executor-21.12.0.8-46] INFO c.a.n.client.naming - [isChangedServiceInfo,225] - removed ips(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000,"ipDeleteTimeout":30000}] -15:39:37.800 [nacos-grpc-client-executor-21.12.0.8-46] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-juhe -> [] -15:39:37.802 [nacos-grpc-client-executor-21.12.0.8-46] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a7f5630c-d8fb-4654-83b1-9e40d312f63e] Ack server push request, request = NotifySubscriberRequest, requestId = 298 -15:39:40.035 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -15:39:40.036 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -15:39:40.036 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -15:39:40.036 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -15:39:40.037 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -15:39:40.037 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -15:39:40.042 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -15:39:40.043 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -15:39:40.141 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -15:39:40.143 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -15:39:40.143 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -15:39:40.143 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -15:39:40.143 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -15:39:40.143 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->a7f5630c-d8fb-4654-83b1-9e40d312f63e -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@2eccc502[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 33] -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@5d5b29eb[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -15:39:40.145 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725608325457_21.12.0.11_63758 -15:39:40.146 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@80391c1[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 49] -15:39:40.146 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->a7f5630c-d8fb-4654-83b1-9e40d312f63e -15:39:40.146 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -15:39:40.146 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -15:39:40.147 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -15:39:40.151 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -15:39:40.153 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -15:39:40.158 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -15:39:40.158 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -15:39:40.158 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -15:42:48.778 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -15:42:50.890 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -15:42:50.891 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -15:42:50.946 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -15:42:53.255 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -15:42:53.256 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -15:42:53.256 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -15:42:54.108 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -15:42:58.602 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -15:42:58.746 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -15:43:00.867 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@2040722f[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -15:43:00.867 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@cfec1ec[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -15:43:01.120 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -15:43:02.153 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -15:43:02.154 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -15:43:02.154 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -15:43:02.158 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -15:43:02.162 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -15:43:02.162 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -15:43:02.260 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of a49523b3-477a-404b-a4b1-f893cf800851 -15:43:02.262 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->a49523b3-477a-404b-a4b1-f893cf800851 -15:43:02.262 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a49523b3-477a-404b-a4b1-f893cf800851] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -15:43:02.262 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a49523b3-477a-404b-a4b1-f893cf800851] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -15:43:02.262 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a49523b3-477a-404b-a4b1-f893cf800851] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -15:43:02.263 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a49523b3-477a-404b-a4b1-f893cf800851] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -15:43:02.263 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:43:02.394 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a49523b3-477a-404b-a4b1-f893cf800851] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725608582933_21.12.0.11_62521 -15:43:02.395 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a49523b3-477a-404b-a4b1-f893cf800851] Notify connected event to listeners. -15:43:02.395 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -15:43:02.395 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a49523b3-477a-404b-a4b1-f893cf800851] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -15:43:02.395 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a49523b3-477a-404b-a4b1-f893cf800851] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801152150 -15:43:02.397 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -15:43:02.417 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -15:43:03.605 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 20.277 seconds (process running for 21.182) -15:43:03.614 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -15:43:03.614 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -15:43:03.615 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:43:03.624 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -15:43:03.624 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -15:43:03.626 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:43:03.626 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -15:43:03.626 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -15:43:03.626 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:43:03.627 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -15:43:03.627 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -15:43:03.827 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:43:04.047 [RMI TCP Connection(5)-172.16.0.10] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -15:43:21.005 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -15:43:23.690 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -15:43:23.690 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -15:43:23.690 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -15:43:23.692 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -15:43:23.692 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -15:43:23.692 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -15:43:23.697 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -15:43:23.697 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -15:43:23.721 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -15:43:23.723 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -15:43:23.723 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -15:43:23.723 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -15:43:23.723 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -15:43:23.723 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -15:43:23.723 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -15:43:23.723 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -15:43:23.723 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -15:43:23.724 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -15:43:23.724 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -15:43:23.724 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -15:43:23.724 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->a49523b3-477a-404b-a4b1-f893cf800851 -15:43:23.724 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@4ce77667[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 7] -15:43:23.724 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -15:43:23.724 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@76738c00[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -15:43:23.724 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725608582933_21.12.0.11_62521 -15:43:23.730 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@69afa49e[Running, pool size = 5, active threads = 1, queued tasks = 0, completed tasks = 13] -15:43:23.730 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [a49523b3-477a-404b-a4b1-f893cf800851] Server healthy check fail, currentConnection = 1725608582933_21.12.0.11_62521 -15:43:23.730 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->a49523b3-477a-404b-a4b1-f893cf800851 -15:43:23.730 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -15:43:23.730 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -15:43:23.730 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -15:43:23.735 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -15:43:23.737 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -15:43:23.742 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -15:43:23.743 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -15:43:23.743 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -15:51:18.141 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -15:51:20.446 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -15:51:20.446 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -15:51:20.508 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -15:51:24.991 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -15:51:24.992 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -15:51:24.992 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -15:51:25.935 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -15:51:30.710 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -15:51:30.899 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -15:51:33.325 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@762cfcc1[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -15:51:33.326 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@68e4b277[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -15:51:33.614 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -15:51:34.648 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -15:51:34.648 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -15:51:34.649 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -15:51:34.653 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -15:51:34.656 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -15:51:34.656 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -15:51:35.149 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of e955a452-9bc9-4b91-b598-5f7ee5e5230b -15:51:35.151 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->e955a452-9bc9-4b91-b598-5f7ee5e5230b -15:51:35.152 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -15:51:35.152 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -15:51:35.152 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -15:51:35.153 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -15:51:35.153 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:51:35.736 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725609095839_21.12.0.11_61970 -15:51:35.738 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -15:51:35.738 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Notify connected event to listeners. -15:51:35.738 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801152b60 -15:51:35.738 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -15:51:35.740 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -15:51:35.879 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9702 register finished -15:51:36.303 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:51:37.145 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 23.953 seconds (process running for 24.664) -15:51:37.156 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -15:51:37.156 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -15:51:37.156 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:51:37.166 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -15:51:37.166 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -15:51:37.168 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:51:37.169 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -15:51:37.169 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -15:51:37.169 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -15:51:37.169 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -15:51:37.169 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -15:51:37.309 [RMI TCP Connection(12)-172.16.0.10] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -15:52:08.982 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:52:41.687 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:53:14.397 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:53:47.107 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:54:19.814 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:54:52.515 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:55:25.215 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:55:57.927 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:56:23.081 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Server healthy check fail, currentConnection = 1725609078278_21.12.0.11_63909 -15:56:23.083 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -15:56:23.083 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:23.552 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Server healthy check fail, currentConnection = 1725609095839_21.12.0.11_61970 -15:56:23.552 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Try to reconnect to a new server, server is not appointed, will choose a random server. -15:56:23.552 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:26.207 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:26.674 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:29.222 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:29.436 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:29.689 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 1 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:29.904 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:30.639 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:56:32.451 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:32.764 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:32.922 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 2 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:33.231 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:35.772 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:36.185 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:36.249 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 3 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:36.651 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:39.198 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:39.666 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 4 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:39.699 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:40.178 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:42.711 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:43.194 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 5 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:43.317 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:43.802 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:46.330 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:46.816 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 6 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:47.035 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:47.530 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:50.041 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:50.545 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 7 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:50.845 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:51.350 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:53.857 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 8 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:54.361 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 8 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:54.767 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:55.269 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:57.777 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 9 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:58.279 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 9 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:56:58.778 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:56:59.286 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:01.791 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 10 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:02.294 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 10 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:02.904 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:03.326 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:57:03.404 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:05.918 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 11 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:06.416 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 11 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:07.120 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:07.622 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:10.124 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 12 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:10.639 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 12 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:11.436 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:11.948 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:14.454 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 13 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:14.953 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 13 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:15.858 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:16.359 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:18.863 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 14 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:19.365 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 14 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:20.376 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:20.875 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:23.383 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 15 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:23.888 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 15 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:24.998 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:25.496 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:28.002 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 16 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:28.502 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 16 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:29.703 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:30.215 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:32.719 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 17 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:33.230 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 17 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:34.526 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:35.041 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:36.056 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:57:37.539 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 18 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:38.054 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 18 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:39.452 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:39.968 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:42.468 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 19 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:42.970 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 19 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:44.479 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:44.978 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:47.486 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 20 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:47.982 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 20 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:49.596 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:50.091 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:52.605 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 21 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:53.105 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 21 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:54.809 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:55.311 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:57:57.825 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 22 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:57:58.325 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 22 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:00.138 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:00.626 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:03.156 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 23 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:03.640 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 23 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:05.570 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:06.042 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:08.572 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 24 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:08.774 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:58:09.056 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 24 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:11.087 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:11.571 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:14.093 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 25 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:14.580 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 25 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:16.695 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:17.183 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:19.713 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 26 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:20.187 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 26 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:22.414 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:22.897 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:25.420 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 27 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:25.900 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 27 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:28.232 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:28.714 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:31.240 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 28 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:31.723 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 28 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:34.151 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:34.635 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:37.167 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 29 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:37.650 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 29 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:40.177 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:40.660 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:41.486 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:58:43.184 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 30 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:43.680 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 30 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:46.294 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:46.792 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:49.297 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 31 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:49.798 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 31 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:52.505 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:53.000 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:55.513 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 32 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:56.014 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 32 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:58:58.815 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:58:59.328 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:01.823 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 33 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:02.337 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 33 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:05.231 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:05.744 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:08.243 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 34 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:08.757 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 34 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:11.747 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:12.261 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:14.208 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -15:59:14.751 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 35 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:15.266 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 35 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:18.358 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:18.873 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:21.367 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 36 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:21.885 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 36 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:25.076 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:25.588 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:28.079 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ac348428-558b-4b67-81bf-6b00ad8c22a9_config-0] Fail to connect server, after trying 37 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:28.592 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 37 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:31.361 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -15:59:31.892 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:32.393 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -15:59:34.055 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -15:59:34.055 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -15:59:34.056 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -15:59:34.056 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -15:59:34.056 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -15:59:34.056 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -15:59:34.062 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -15:59:34.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9702, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -15:59:34.505 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -15:59:34.506 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -15:59:34.506 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -15:59:34.506 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -15:59:34.506 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -15:59:34.506 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -15:59:34.506 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -15:59:34.506 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -15:59:34.506 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -15:59:34.507 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -15:59:34.507 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -15:59:34.507 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -15:59:34.507 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->e955a452-9bc9-4b91-b598-5f7ee5e5230b -15:59:34.507 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@55bbee3d[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 159] -15:59:34.507 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -15:59:34.507 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@6940aaf0[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -15:59:34.507 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725609095839_21.12.0.11_61970 -15:59:34.508 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@47c936ce[Running, pool size = 6, active threads = 1, queued tasks = 0, completed tasks = 173] -15:59:34.508 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725609095839_21.12.0.11_61970 -15:59:34.508 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->e955a452-9bc9-4b91-b598-5f7ee5e5230b -15:59:34.508 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [e955a452-9bc9-4b91-b598-5f7ee5e5230b] Fail to connect server, after trying 38 times, last try server is {serverIp = '21.12.0.8', server main port = 8848}, error = unknown -15:59:34.508 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -15:59:34.509 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -15:59:34.509 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -15:59:34.513 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -15:59:34.515 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -15:59:34.520 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -15:59:34.520 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -15:59:34.520 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -16:11:45.645 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -16:11:47.702 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -16:11:47.702 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -16:11:47.758 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -16:11:50.063 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -16:11:50.064 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -16:11:50.064 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -16:11:50.930 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -16:11:55.228 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -16:11:55.382 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -16:11:57.400 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@27b94ed9[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -16:11:57.400 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@5596f2bb[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -16:11:57.637 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -16:11:58.665 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -16:11:58.666 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -16:11:58.666 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -16:11:58.670 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -16:11:58.673 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -16:11:58.673 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -16:11:58.831 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 0a7b0132-c81a-481e-8b1b-dba5a59928f1 -16:11:58.833 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->0a7b0132-c81a-481e-8b1b-dba5a59928f1 -16:11:58.833 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -16:11:58.833 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -16:11:58.833 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -16:11:58.833 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -16:11:58.834 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:11:58.911 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725610319530_21.12.0.11_62937 -16:11:58.911 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -16:11:58.911 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Notify connected event to listeners. -16:11:58.911 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801150870 -16:11:58.911 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -16:11:58.913 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9703, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -16:11:58.934 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9703 register finished -16:12:00.107 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 19.068 seconds (process running for 19.729) -16:12:00.115 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -16:12:00.116 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -16:12:00.116 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -16:12:00.124 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -16:12:00.124 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -16:12:00.126 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -16:12:00.126 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -16:12:00.126 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -16:12:00.127 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -16:12:00.127 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -16:12:00.127 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -16:12:00.273 [RMI TCP Connection(5)-172.16.0.10] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -16:12:00.345 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:12:33.060 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:13:05.776 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:13:37.378 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 22 -16:13:37.379 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 22 -16:13:37.410 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Server healthy check fail, currentConnection = 1725610305868_21.12.0.11_62893 -16:13:37.410 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:13:37.410 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:13:37.487 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725610418094_21.12.0.11_63181 -16:13:37.487 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725610305868_21.12.0.11_62893 -16:13:37.487 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725610305868_21.12.0.11_62893 -16:13:37.490 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:13:37.490 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Notify disconnected event to listeners -16:13:37.490 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] DisConnected,clear listen context... -16:13:37.490 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:13:37.490 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Notify connected event to listeners. -16:13:37.490 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Connected,notify listen context... -16:13:37.556 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725610418178_21.12.0.11_63182 -16:13:37.556 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725610418094_21.12.0.11_63181 -16:13:37.556 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725610418094_21.12.0.11_63181 -16:13:37.558 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Notify disconnected event to listeners -16:13:37.558 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] DisConnected,clear listen context... -16:13:37.558 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Notify connected event to listeners. -16:13:37.558 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Connected,notify listen context... -16:13:37.885 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-juhe, group:DEFAULT_GROUP, clusters: -16:13:37.885 [boundedElastic-2] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-juhe, group:DEFAULT_GROUP, cluster: -16:13:37.918 [boundedElastic-2] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}] -16:13:37.919 [boundedElastic-2] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}] -16:13:38.519 [nacos-grpc-client-executor-21.12.0.8-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Receive server push request, request = NotifySubscriberRequest, requestId = 23 -16:13:38.519 [nacos-grpc-client-executor-21.12.0.8-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Ack server push request, request = NotifySubscriberRequest, requestId = 23 -16:13:40.075 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:14:12.773 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:16:57.936 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Receive server push request, request = NotifySubscriberRequest, requestId = 26 -16:16:57.937 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.client.naming - [isChangedServiceInfo,225] - removed ips(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}] -16:16:57.938 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-juhe -> [] -16:16:57.938 [nacos-grpc-client-executor-21.12.0.8-66] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 29 -16:16:57.938 [nacos-grpc-client-executor-21.12.0.8-66] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 29 -16:16:57.939 [nacos-grpc-client-executor-21.12.0.8-38] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Ack server push request, request = NotifySubscriberRequest, requestId = 26 -16:16:57.940 [nacos-grpc-client-executor-21.12.0.8-39] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Receive server push request, request = NotifySubscriberRequest, requestId = 27 -16:16:57.940 [nacos-grpc-client-executor-21.12.0.8-39] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Ack server push request, request = NotifySubscriberRequest, requestId = 27 -16:16:57.941 [nacos-grpc-client-executor-21.12.0.8-40] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Receive server push request, request = ClientDetectionRequest, requestId = 28 -16:16:57.942 [nacos-grpc-client-executor-21.12.0.8-40] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Ack server push request, request = ClientDetectionRequest, requestId = 28 -16:16:57.942 [nacos-grpc-client-executor-21.12.0.8-41] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Receive server push request, request = NotifySubscriberRequest, requestId = 30 -16:16:57.943 [nacos-grpc-client-executor-21.12.0.8-41] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Ack server push request, request = NotifySubscriberRequest, requestId = 30 -16:16:58.100 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -16:16:58.285 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Server healthy check fail, currentConnection = 1725610418178_21.12.0.11_63182 -16:16:58.285 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:16:58.286 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:16:58.463 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725610618988_21.12.0.11_63571 -16:16:58.463 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725610418178_21.12.0.11_63182 -16:16:58.463 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725610418178_21.12.0.11_63182 -16:16:58.463 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:16:58.463 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Notify disconnected event to listeners -16:16:58.463 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] DisConnected,clear listen context... -16:16:58.463 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:16:58.463 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Notify connected event to listeners. -16:16:58.464 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Connected,notify listen context... -16:16:58.581 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Server healthy check fail, currentConnection = 1725610319530_21.12.0.11_62937 -16:16:58.581 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:16:58.582 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:16:58.682 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725610619236_21.12.0.11_63573 -16:16:58.682 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725610618988_21.12.0.11_63571 -16:16:58.682 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725610618988_21.12.0.11_63571 -16:16:58.682 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Notify disconnected event to listeners -16:16:58.682 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] DisConnected,clear listen context... -16:16:58.683 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Notify connected event to listeners. -16:16:58.683 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [6c33e4db-76dd-40b8-b35d-d1597fb300de_config-0] Connected,notify listen context... -16:16:58.771 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Success to connect a server [21.12.0.8:8848], connectionId = 1725610619312_21.12.0.11_63574 -16:16:58.772 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725610319530_21.12.0.11_62937 -16:16:58.772 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725610319530_21.12.0.11_62937 -16:16:58.772 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:16:58.772 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Notify disconnected event to listeners -16:16:58.772 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:16:58.773 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Notify connected event to listeners. -16:16:58.773 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -16:16:58.877 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Success to connect a server [21.12.0.8:8848], connectionId = 1725610619479_21.12.0.11_63575 -16:16:58.877 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725610619312_21.12.0.11_63574 -16:16:58.877 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725610619312_21.12.0.11_63574 -16:16:58.878 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Notify disconnected event to listeners -16:16:58.878 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0a7b0132-c81a-481e-8b1b-dba5a59928f1] Notify connected event to listeners. -16:16:58.878 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -16:17:00.633 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:17:00.634 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -16:17:00.634 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -16:17:00.634 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -16:17:00.635 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -16:17:00.635 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -16:17:00.635 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -16:17:00.639 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -16:17:00.639 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9703, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -16:17:00.653 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -16:17:00.654 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -16:17:00.654 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -16:17:00.654 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -16:17:00.654 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -16:17:00.654 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -16:17:00.654 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -16:17:00.655 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -16:17:00.655 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -16:17:00.655 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -16:17:00.655 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -16:17:00.655 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -16:17:00.655 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->0a7b0132-c81a-481e-8b1b-dba5a59928f1 -16:17:00.655 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@42cc4d75[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 46] -16:17:00.655 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -16:17:00.655 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@a681318[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -16:17:00.656 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725610619479_21.12.0.11_63575 -16:17:00.656 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@20ee535d[Running, pool size = 20, active threads = 0, queued tasks = 0, completed tasks = 58] -16:17:00.656 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->0a7b0132-c81a-481e-8b1b-dba5a59928f1 -16:17:00.656 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -16:17:00.657 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -16:17:00.657 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -16:17:00.661 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -16:17:00.663 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -16:17:00.667 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -16:17:00.667 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -16:17:00.667 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye -16:40:35.127 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" -16:40:37.902 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] -16:40:37.902 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] -16:40:37.987 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext -16:40:40.577 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited -16:40:40.578 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success -16:40:40.578 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] -16:40:41.489 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. -16:40:46.141 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. -16:40:46.288 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 -16:40:48.364 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@1af2c5c8[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] -16:40:48.364 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@3f5298a5[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] -16:40:48.618 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 -16:40:49.697 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null -16:40:49.698 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null -16:40:49.698 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null -16:40:49.703 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource -16:40:49.707 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. -16:40:49.707 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. -16:40:49.923 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of d6ed0677-c7f6-4930-8f9a-de5b3a389f89 -16:40:49.925 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->d6ed0677-c7f6-4930-8f9a-de5b3a389f89 -16:40:49.925 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager -16:40:49.925 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService -16:40:49.925 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler -16:40:49.926 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} -16:40:49.926 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:40:50.263 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725612050651_21.12.0.11_62973 -16:40:50.264 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler -16:40:50.264 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Notify connected event to listeners. -16:40:50.264 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x00000008011312a0 -16:40:50.264 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -16:40:50.266 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9703, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}} -16:40:50.281 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9703 register finished -16:40:51.302 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:40:51.472 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 22.627 seconds (process running for 23.914) -16:40:51.480 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis -16:40:51.481 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true -16:40:51.481 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -16:40:51.491 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 -16:40:51.492 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP -16:40:51.494 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -16:40:51.494 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 -16:40:51.494 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP -16:40:51.495 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 -16:40:51.495 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 -16:40:51.495 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP -16:40:51.550 [RMI TCP Connection(11)-172.16.0.10] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet' -16:41:17.439 [nacos-grpc-client-executor-21.12.0.8-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Receive server push request, request = ClientDetectionRequest, requestId = 48 -16:41:17.439 [nacos-grpc-client-executor-21.12.0.8-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 47 -16:41:17.439 [nacos-grpc-client-executor-21.12.0.8-8] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Ack server push request, request = ClientDetectionRequest, requestId = 48 -16:41:17.439 [nacos-grpc-client-executor-21.12.0.8-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 47 -16:41:17.459 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Server healthy check fail, currentConnection = 1725612050651_21.12.0.11_62973 -16:41:17.459 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Server healthy check fail, currentConnection = 1725612034832_21.12.0.11_62904 -16:41:17.460 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:41:17.460 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:41:17.460 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:41:17.460 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:41:17.540 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Success to connect a server [21.12.0.8:8848], connectionId = 1725612078162_21.12.0.11_63047 -16:41:17.540 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725612078163_21.12.0.11_63048 -16:41:17.540 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725612034832_21.12.0.11_62904 -16:41:17.540 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725612050651_21.12.0.11_62973 -16:41:17.540 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725612034832_21.12.0.11_62904 -16:41:17.540 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725612050651_21.12.0.11_62973 -16:41:17.543 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Notify disconnected event to listeners -16:41:17.543 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:41:17.543 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Try to reconnect to a new server, server is not appointed, will choose a random server. -16:41:17.543 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Notify disconnected event to listeners -16:41:17.543 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] DisConnected,clear listen context... -16:41:17.543 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:41:17.544 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Notify connected event to listeners. -16:41:17.544 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Connected,notify listen context... -16:41:17.544 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} -16:41:17.545 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Notify connected event to listeners. -16:41:17.545 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -16:41:17.753 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Success to connect a server [21.12.0.8:8848], connectionId = 1725612078258_21.12.0.11_63049 -16:41:17.754 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725612078162_21.12.0.11_63047 -16:41:17.754 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725612078162_21.12.0.11_63047 -16:41:17.754 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Success to connect a server [21.12.0.8:8848], connectionId = 1725612078259_21.12.0.11_63050 -16:41:17.754 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Abandon prev connection, server is 21.12.0.8:8848, connectionId is 1725612078163_21.12.0.11_63048 -16:41:17.754 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725612078163_21.12.0.11_63048 -16:41:17.757 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Notify disconnected event to listeners -16:41:17.757 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] DisConnected,clear listen context... -16:41:17.757 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Notify connected event to listeners. -16:41:17.757 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [3a78e203-8283-40c7-b320-f4e1c63fae6f_config-0] Connected,notify listen context... -16:41:17.757 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Notify disconnected event to listeners -16:41:17.757 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Notify connected event to listeners. -16:41:17.757 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect -16:41:17.945 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-juhe, group:DEFAULT_GROUP, clusters: -16:41:17.946 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-juhe, group:DEFAULT_GROUP, cluster: -16:41:17.974 [boundedElastic-1] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}] -16:41:17.975 [boundedElastic-1] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}] -16:41:18.571 [nacos-grpc-client-executor-21.12.0.8-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Receive server push request, request = NotifySubscriberRequest, requestId = 50 -16:41:18.573 [nacos-grpc-client-executor-21.12.0.8-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Ack server push request, request = NotifySubscriberRequest, requestId = 50 -16:41:20.445 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-background -16:41:24.014 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:41:56.730 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:42:04.986 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-ali, group:DEFAULT_GROUP, clusters: -16:42:04.986 [boundedElastic-1] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-ali, group:DEFAULT_GROUP, cluster: -16:42:05.094 [boundedElastic-1] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(0) service: DEFAULT_GROUP@@cloud-ali -> [] -16:42:05.095 [boundedElastic-1] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-ali -> [] -16:42:05.614 [nacos-grpc-client-executor-21.12.0.8-36] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Receive server push request, request = NotifySubscriberRequest, requestId = 52 -16:42:05.615 [nacos-grpc-client-executor-21.12.0.8-36] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Ack server push request, request = NotifySubscriberRequest, requestId = 52 -16:42:29.436 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] -16:42:40.670 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop. -16:42:41.197 [nacos-grpc-client-executor-21.12.0.8-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Receive server push request, request = NotifySubscriberRequest, requestId = 54 -16:42:41.199 [nacos-grpc-client-executor-21.12.0.8-42] INFO c.a.n.client.naming - [isChangedServiceInfo,225] - removed ips(1) service: DEFAULT_GROUP@@cloud-juhe -> [{"instanceId":"192.168.137.1#9722#DEFAULT#DEFAULT_GROUP@@cloud-juhe","ip":"192.168.137.1","port":9722,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-juhe","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}] -16:42:41.199 [nacos-grpc-client-executor-21.12.0.8-42] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-juhe -> [] -16:42:41.201 [nacos-grpc-client-executor-21.12.0.8-42] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6ed0677-c7f6-4930-8f9a-de5b3a389f89] Ack server push request, request = NotifySubscriberRequest, requestId = 54 -16:42:43.355 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.10:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registryRemove, content=null] -16:42:43.355 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy. -16:42:43.355 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success. -16:42:43.356 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy. -16:42:43.356 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy. -16:42:43.356 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy. -16:42:43.361 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now... -16:42:43.361 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-background with instance: Instance{instanceId='null', ip='192.168.137.1', port=9703, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}} -16:42:43.373 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished. -16:42:43.374 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin -16:42:43.374 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin -16:42:43.374 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop -16:42:43.374 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop -16:42:43.374 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin -16:42:43.374 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin -16:42:43.374 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop -16:42:43.374 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin -16:42:43.375 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop -16:42:43.375 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin -16:42:43.375 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop -16:42:43.375 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->d6ed0677-c7f6-4930-8f9a-de5b3a389f89 -16:42:43.375 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@662fb548[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 31] -16:42:43.375 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown -16:42:43.375 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@65a7264d[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0] -16:42:43.376 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725612078258_21.12.0.11_63049 -16:42:43.376 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@4c386a6[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 44] -16:42:43.376 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->d6ed0677-c7f6-4930-8f9a-de5b3a389f89 -16:42:43.376 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped -16:42:43.377 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed -16:42:43.377 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop -16:42:43.380 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing .... -16:42:43.382 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ... -16:42:43.386 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed -16:42:43.387 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success, -16:42:43.387 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye +00:54:10.808 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev" +00:54:13.786 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat] +00:54:13.786 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24] +00:54:13.883 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext +00:54:16.811 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited +00:54:16.812 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success +00:54:16.813 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master] +00:54:17.929 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**]. +00:54:22.873 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success. +00:54:23.061 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功 +00:54:25.455 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-no-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@6362dcf2[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam] +00:54:25.455 [main] INFO c.x.j.c.e.XxlJobExecutor - [registJobHandler,183] - >>>>>>>>>>> xxl-job register jobhandler success, name:xxl-job-demo-one-param, jobHandler:com.xxl.job.core.handler.impl.MethodJobHandler@e4e39a0[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam] +00:54:25.784 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,82] - >>>>>>>>>>> xxl-job remoting server start success, nettype = class com.xxl.job.core.server.EmbedServer, port = 9999 +00:54:26.833 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null +00:54:26.834 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null +00:54:26.834 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null +00:54:26.840 [main] INFO c.a.n.client.naming - [,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource +00:54:26.845 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success. +00:54:26.846 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success. +00:54:27.204 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 8e3bf930-c04f-4dd1-84d1-0ad155a23bb9 +00:54:27.207 [main] INFO c.a.n.client.naming - [,109] - Create naming rpc client for uuid->8e3bf930-c04f-4dd1-84d1-0ad155a23bb9 +00:54:27.207 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [8e3bf930-c04f-4dd1-84d1-0ad155a23bb9] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager +00:54:27.207 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [8e3bf930-c04f-4dd1-84d1-0ad155a23bb9] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService +00:54:27.208 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [8e3bf930-c04f-4dd1-84d1-0ad155a23bb9] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler +00:54:27.208 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [8e3bf930-c04f-4dd1-84d1-0ad155a23bb9] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848} +00:54:27.209 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false} +00:54:27.395 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [8e3bf930-c04f-4dd1-84d1-0ad155a23bb9] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1725641668138_21.12.0.11_62039 +00:54:27.396 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [8e3bf930-c04f-4dd1-84d1-0ad155a23bb9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler +00:54:27.396 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [8e3bf930-c04f-4dd1-84d1-0ad155a23bb9] Notify connected event to listeners. +00:54:27.396 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [8e3bf930-c04f-4dd1-84d1-0ad155a23bb9] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$648/0x0000000801132150 +00:54:27.396 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect +00:54:27.399 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-background with instance Instance{instanceId='null', ip='192.168.137.1', port=9703, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=[240e:46c:8a02:d5b9:32c:e3f4:784a:2e52], preserved.register.source=SPRING_CLOUD}} +00:54:27.453 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-background 192.168.137.1:9703 register finished +00:54:28.494 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-background', registryValue='http://172.16.0.4:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(xxl-job-admin), for url : http://xxl-job-admin:20800/api/registry, content=null] +00:54:28.682 [main] INFO c.m.c.b.MuYuBackgroundApplication - [logStarted,56] - Started MuYuBackgroundApplication in 23.718 seconds (process running for 24.654) +00:54:28.692 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis +00:54:28.693 [main] INFO c.a.n.c.c.i.CacheData - [,99] - nacos.cache.data.init.snapshot = true +00:54:28.693 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 +00:54:28.704 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background.yml, group=DEFAULT_GROUP, cnt=1 +00:54:28.704 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background.yml, group=DEFAULT_GROUP +00:54:28.712 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 +00:54:28.713 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background-dev.yml, group=DEFAULT_GROUP, cnt=1 +00:54:28.713 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background-dev.yml, group=DEFAULT_GROUP +00:54:28.714 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-background+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 +00:54:28.715 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-background, group=DEFAULT_GROUP, cnt=1 +00:54:28.715 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-background, group=DEFAULT_GROUP +00:54:29.300 [RMI TCP Connection(9)-172.16.0.4] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'