修复资产展示数据库授权展示不了全部的问题

master
lwj 2024-09-02 19:08:04 +08:00
parent bad8d38a3c
commit 32ddbc6320
3 changed files with 2603 additions and 7 deletions

View File

@ -109,7 +109,7 @@ public class TableInfoController {
for (Integer tableId : tableIdsUser) {
TableInfo tableInfo = tableInfoService.getById(tableId);
tableInfoHashSet.add(tableInfo);
if(tableInfo.getParentId()!=null){
if(tableInfo.getParentId()!=0){
LambdaQueryWrapper<TableInfo> tableInfoLambdaQueryWrapper = new LambdaQueryWrapper<>();
tableInfoLambdaQueryWrapper.eq(TableInfo::getId,tableInfo.getParentId());
TableInfo tableInfo1 = tableInfoService.getOne(tableInfoLambdaQueryWrapper);
@ -129,7 +129,7 @@ public class TableInfoController {
for (Integer tableId1 : tableIdsDept) {
TableInfo tableInfo = tableInfoService.getById(tableId1);
tableInfoHashSet.add(tableInfo);
if(tableInfo.getParentId()!=null){
if(tableInfo.getParentId()!=0){
LambdaQueryWrapper<TableInfo> tableInfoLambdaQueryWrapper = new LambdaQueryWrapper<>();
tableInfoLambdaQueryWrapper.eq(TableInfo::getId,tableInfo.getParentId());
TableInfo tableInfo1 = tableInfoService.getOne(tableInfoLambdaQueryWrapper);
@ -147,22 +147,22 @@ public class TableInfoController {
}
List<TableInfoResp> tableInfoResps = tableInfoHashSet.stream()
.filter(tableInfo ->
tableInfo.getParentId() == 0).map(tableInfo -> {
tableInfo.getParentId()==0).map(tableInfo -> {
TableInfoResp tableInfoResp = TableInfo.toTableInfoResp(tableInfo);
tableInfoResp.setChildren(getSetChildren(tableInfo, tableInfoHashSet));
return tableInfoResp;
}).toList();
return Result.success(tableInfoResps);
}
@NotNull
private List<TableInfoResp> getSetChildren(TableInfo tableInfo, HashSet<TableInfo> tableInfoHashSet) {
List<TableInfoResp> list = tableInfoHashSet.stream().filter(tableInfo1 -> tableInfo1.getParentId().equals(tableInfo.getId())).map(
private static List<TableInfoResp> getSetChildren(TableInfo tableInfo, HashSet<TableInfo> tableInfoHashSet) {
List<TableInfoResp> list = tableInfoHashSet.stream().filter(tableInfo1 -> tableInfo1.getParentId()
.equals(tableInfo.getId())).map(
tableInfo2 -> TableInfo.toTableInfoResp(tableInfo2)
).toList();
return list;

File diff suppressed because it is too large Load Diff

View File

@ -605,3 +605,546 @@ java.net.SocketException: Connection reset
15:14:09.980 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
15:14:09.981 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
15:14:09.981 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
15:33:02.755 [main] INFO c.m.c.e.MuYuEtlApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
15:33:05.330 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:33:05.330 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
15:33:05.417 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:33:08.617 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
15:33:08.618 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
15:33:08.619 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
15:33:08.700 [main] INFO c.m.c.d.MyMetaObjectHandler - [<init>,17] - 元对象字段填充控制器 ------- 加载完成
15:33:09.668 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
15:33:13.967 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
15:33:16.417 [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@5b9037b6[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
15:33:16.418 [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@6887e1d1[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
15:33:16.714 [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:33:17.715 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
15:33:17.716 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
15:33:17.716 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
15:33:17.722 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
15:33:17.729 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
15:33:17.730 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
15:33:17.861 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 1a27cbee-c03d-4a2f-879b-fcdf846de4bf
15:33:17.863 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->1a27cbee-c03d-4a2f-879b-fcdf846de4bf
15:33:17.863 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
15:33:17.863 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
15:33:17.864 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
15:33:17.865 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to connect to server on start up, server: {serverIp = '47.116.184.54', server main port = 8848}
15:33:17.865 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:33:18.109 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect to server [47.116.184.54:8848] on start up, connectionId = 1725262397915_139.224.212.27_62055
15:33:18.110 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
15:33:18.110 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:33:18.110 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$632/0x000001f736524c00
15:33:18.110 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:33:18.111 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] cloud-2112 registering service cloud-source with instance Instance{instanceId='null', ip='192.168.60.81', port=10005, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=[2409:891f:9082:8368:a366:1e47:56ae:226], preserved.register.source=SPRING_CLOUD}}
15:33:18.160 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-source 192.168.60.81:10005 register finished
15:33:19.337 [main] INFO c.m.c.e.MuYuEtlApplication - [logStarted,56] - Started MuYuEtlApplication in 21.732 seconds (process running for 22.537)
15:33:19.351 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
15:33:19.352 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
15:33:19.353 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-47.116.184.54_8848] [subscribe] cloud-source-dev.yml+DEFAULT_GROUP+cloud-2112
15:33:19.365 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-47.116.184.54_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-source-dev.yml, group=DEFAULT_GROUP, cnt=1
15:33:19.365 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-source-dev.yml, group=DEFAULT_GROUP
15:33:19.366 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-47.116.184.54_8848] [subscribe] cloud-source.yml+DEFAULT_GROUP+cloud-2112
15:33:19.367 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-47.116.184.54_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-source.yml, group=DEFAULT_GROUP, cnt=1
15:33:19.367 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-source.yml, group=DEFAULT_GROUP
15:33:19.367 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-47.116.184.54_8848] [subscribe] cloud-source+DEFAULT_GROUP+cloud-2112
15:33:19.368 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-47.116.184.54_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-source, group=DEFAULT_GROUP, cnt=1
15:33:19.368 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-source, group=DEFAULT_GROUP
15:33:19.788 [RMI TCP Connection(1)-172.16.0.9] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
15:34:33.465 [nacos-grpc-client-executor-47.116.184.54-34] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 3692
15:34:33.466 [nacos-grpc-client-executor-47.116.184.54-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Receive server push request, request = ClientDetectionRequest, requestId = 3690
15:34:33.466 [nacos-grpc-client-executor-47.116.184.54-34] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 3692
15:34:33.466 [nacos-grpc-client-executor-47.116.184.54-16] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Ack server push request, request = ClientDetectionRequest, requestId = 3690
15:34:33.519 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Server healthy check fail, currentConnection = 1725262397915_139.224.212.27_62055
15:34:33.519 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:34:33.519 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:34:33.983 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725262473631_139.224.212.27_62445
15:34:33.984 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262397915_139.224.212.27_62055
15:34:33.984 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262397915_139.224.212.27_62055
15:34:33.987 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:34:33.987 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:34:33.987 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:34:33.988 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:34:33.988 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:34:36.911 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:34:41.459 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725262474146_139.224.212.27_62448
15:34:41.461 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262473631_139.224.212.27_62445
15:34:41.462 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262473631_139.224.212.27_62445
15:34:42.302 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:34:42.303 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:34:42.303 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:34:45.675 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:36:26.838 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Server check success, currentServer is 47.116.184.54:8848
15:41:24.322 [nacos-grpc-client-executor-47.116.184.54-84] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 3703
15:41:24.323 [nacos-grpc-client-executor-47.116.184.54-84] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 3703
15:41:25.397 [nacos-grpc-client-executor-47.116.184.54-77] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Receive server push request, request = ClientDetectionRequest, requestId = 3702
15:41:25.890 [nacos-grpc-client-executor-47.116.184.54-77] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Ack server push request, request = ClientDetectionRequest, requestId = 3702
15:41:26.938 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Server healthy check fail, currentConnection = 1725262474146_139.224.212.27_62448
15:41:26.940 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:41:26.940 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Server healthy check fail, currentConnection = 1725262382020_139.224.212.27_61996
15:41:27.705 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:41:27.706 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:41:27.707 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:41:31.820 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725262889535_139.224.212.27_61882
15:41:31.821 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725262889535_139.224.212.27_61881
15:41:31.821 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262474146_139.224.212.27_62448
15:41:31.822 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262382020_139.224.212.27_61996
15:41:31.822 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262474146_139.224.212.27_62448
15:41:31.823 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262382020_139.224.212.27_61996
15:41:31.823 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:41:31.823 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:41:31.824 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:41:31.824 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:41:31.824 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:41:31.824 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:41:31.824 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:41:31.824 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:41:31.824 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:41:32.409 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:41:32.410 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:41:34.145 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:41:34.145 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725262892690_139.224.212.27_61890
15:41:34.145 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725262892690_139.224.212.27_61891
15:41:34.146 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262889535_139.224.212.27_61882
15:41:34.146 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262889535_139.224.212.27_61881
15:41:34.146 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262889535_139.224.212.27_61882
15:41:34.147 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262889535_139.224.212.27_61881
15:41:34.148 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:41:34.148 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:41:34.149 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:41:34.149 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:41:34.150 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:41:34.150 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:41:34.422 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:42:14.177 [nacos-grpc-client-executor-47.116.184.54-102] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 3714
15:42:14.177 [nacos-grpc-client-executor-47.116.184.54-95] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Receive server push request, request = ClientDetectionRequest, requestId = 3713
15:42:14.177 [nacos-grpc-client-executor-47.116.184.54-102] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 3714
15:42:14.177 [nacos-grpc-client-executor-47.116.184.54-95] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Ack server push request, request = ClientDetectionRequest, requestId = 3713
15:42:17.423 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Server healthy check fail, currentConnection = 1725262892690_139.224.212.27_61890
15:42:17.423 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:42:17.423 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:42:17.427 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Server healthy check fail, currentConnection = 1725262892690_139.224.212.27_61891
15:42:17.427 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:42:17.427 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:42:17.588 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725262937466_139.224.212.27_62124
15:42:17.588 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262892690_139.224.212.27_61890
15:42:17.588 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262892690_139.224.212.27_61890
15:42:17.588 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:42:17.588 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:42:17.588 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:42:17.588 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:42:17.589 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:42:17.667 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725262937496_139.224.212.27_62125
15:42:17.667 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262892690_139.224.212.27_61891
15:42:17.667 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262892690_139.224.212.27_61891
15:42:17.667 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:42:17.667 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:42:17.667 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:42:17.667 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:42:17.667 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:42:17.667 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:42:17.772 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725262937655_139.224.212.27_62127
15:42:17.772 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262937466_139.224.212.27_62124
15:42:17.772 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262937466_139.224.212.27_62124
15:42:17.773 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:42:17.773 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:42:17.773 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:42:17.894 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725262937730_139.224.212.27_62128
15:42:17.895 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262937496_139.224.212.27_62125
15:42:17.895 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262937496_139.224.212.27_62125
15:42:17.895 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:42:17.895 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:42:17.895 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:42:17.895 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:42:23.007 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:43:30.016 [nacos-grpc-client-executor-47.116.184.54-120] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Receive server push request, request = ClientDetectionRequest, requestId = 3717
15:43:30.016 [nacos-grpc-client-executor-47.116.184.54-131] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 3719
15:45:15.107 [nacos-grpc-client-executor-47.116.184.54-120] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Ack server push request, request = ClientDetectionRequest, requestId = 3717
15:45:15.107 [nacos-grpc-client-executor-47.116.184.54-131] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 3719
15:47:05.675 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Server healthy check fail, currentConnection = 1725262937730_139.224.212.27_62128
15:47:05.676 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:47:05.676 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:47:05.677 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Server healthy check fail, currentConnection = 1725262937655_139.224.212.27_62127
15:47:05.678 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:47:05.678 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:47:05.910 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725263225775_139.224.212.27_62931
15:47:05.910 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725263225775_139.224.212.27_62932
15:47:05.910 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262937730_139.224.212.27_62128
15:47:05.910 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725262937655_139.224.212.27_62127
15:47:05.910 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262937730_139.224.212.27_62128
15:47:05.910 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725262937655_139.224.212.27_62127
15:47:05.910 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:47:05.910 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:47:05.910 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:47:05.910 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:47:05.910 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:47:05.911 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:47:05.911 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:47:05.911 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:47:05.911 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:47:05.911 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:47:05.912 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:47:06.155 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725263225956_139.224.212.27_62934
15:47:06.155 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263225775_139.224.212.27_62931
15:47:06.155 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263225775_139.224.212.27_62931
15:47:06.156 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:47:06.156 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:47:06.156 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:47:06.156 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:47:06.246 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725263225956_139.224.212.27_62935
15:47:06.246 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263225775_139.224.212.27_62932
15:47:06.246 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263225775_139.224.212.27_62932
15:47:06.246 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:47:06.246 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:47:06.246 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:47:08.633 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:47:40.471 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-source', registryValue='http://172.16.0.9:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Read timed out), for url : http://172.13.1.1:20800/api/registry, content=null]
15:49:14.212 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-source', registryValue='http://172.16.0.9:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Read timed out), for url : http://172.13.1.1:20800/api/registry, content=null]
15:49:46.958 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-source', registryValue='http://172.16.0.9:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Software caused connection abort: no further information), for url : http://172.13.1.1:20800/api/registry, content=null]
15:49:46.962 [lettuce-nioEventLoop-6-2] 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:842)
15:49:46.962 [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:842)
15:49:47.061 [lettuce-eventExecutorLoop-1-1] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /172.13.1.1:6379
15:49:47.118 [lettuce-eventExecutorLoop-1-2] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was /172.13.1.1:6379
15:49:47.129 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Server healthy check fail, currentConnection = 1725263225956_139.224.212.27_62934
15:49:47.129 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:49:47.129 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:49:47.176 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Server healthy check fail, currentConnection = 1725263225956_139.224.212.27_62935
15:49:47.177 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:49:47.177 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:49:47.328 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725263387154_117.143.60.138_52183
15:49:47.328 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263225956_139.224.212.27_62934
15:49:47.329 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263225956_139.224.212.27_62934
15:49:47.330 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:49:47.333 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:49:47.333 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:49:47.333 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:49:47.334 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:49:47.334 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:49:47.420 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725263387267_117.143.60.138_52184
15:49:47.422 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263225956_139.224.212.27_62935
15:49:47.422 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263225956_139.224.212.27_62935
15:49:47.422 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:49:47.422 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:49:47.422 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:49:47.422 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:49:47.423 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:49:47.469 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725263387385_117.143.60.138_52191
15:49:47.471 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263387154_117.143.60.138_52183
15:49:47.471 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263387154_117.143.60.138_52183
15:49:47.471 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:49:47.471 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:49:47.471 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:49:47.472 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:49:47.523 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725263387437_117.143.60.138_52195
15:49:47.524 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263387267_117.143.60.138_52184
15:49:47.524 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263387267_117.143.60.138_52184
15:49:47.524 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:49:47.525 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:49:47.525 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:49:48.130 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:49:57.235 [lettuce-eventExecutorLoop-1-3] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 172.13.1.1/<unresolved>:6379
15:49:57.235 [lettuce-eventExecutorLoop-1-4] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 172.13.1.1/<unresolved>:6379
15:50:03.261 [lettuce-eventExecutorLoop-1-5] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 172.13.1.1/<unresolved>:6379
15:50:03.262 [lettuce-eventExecutorLoop-1-6] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 172.13.1.1/<unresolved>:6379
15:50:03.315 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Server healthy check fail, currentConnection = 1725263387385_117.143.60.138_52191
15:50:03.316 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:50:03.316 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:03.330 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Server healthy check fail, currentConnection = 1725263387437_117.143.60.138_52195
15:50:03.330 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:50:03.330 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:03.457 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:03.462 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:03.487 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:03.492 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 1 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:03.673 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:03.678 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:03.704 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:03.710 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 2 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:03.985 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:03.990 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:04.017 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:04.022 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 3 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:04.405 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:04.409 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:04.437 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:04.443 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 4 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:04.917 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:04.922 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:04.948 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:04.952 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 5 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:05.526 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:05.528 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:05.557 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:05.560 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 6 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:50:06.240 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:06.272 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:06.726 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725263406581_39.144.39.223_7743
15:50:06.726 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725263406581_39.144.39.223_7744
15:50:06.727 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263387385_117.143.60.138_52191
15:50:06.727 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263387437_117.143.60.138_52195
15:50:06.727 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263387385_117.143.60.138_52191
15:50:06.727 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263387437_117.143.60.138_52195
15:50:06.727 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:50:06.727 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:50:06.727 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:50:06.727 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:50:06.727 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:50:06.727 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:06.727 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:50:06.727 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:06.727 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:50:06.727 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:50:06.727 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:50:07.145 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725263406951_39.144.39.223_7745
15:50:07.145 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263406581_39.144.39.223_7743
15:50:07.145 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263406581_39.144.39.223_7743
15:50:07.145 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:50:07.145 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:50:07.146 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:50:07.146 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:50:07.218 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725263406951_39.144.39.223_7746
15:50:07.218 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263406581_39.144.39.223_7744
15:50:07.218 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263406581_39.144.39.223_7744
15:50:07.219 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:50:07.219 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:50:07.219 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:50:09.422 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:50:15.440 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:50:18.441 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:50:21.446 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:50:22.129 [lettuce-eventExecutorLoop-1-10] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 172.13.1.1/<unresolved>:6379
15:50:22.129 [lettuce-eventExecutorLoop-1-9] INFO i.l.c.p.ConnectionWatchdog - [log,171] - Reconnecting, last destination was 172.13.1.1/<unresolved>:6379
15:50:24.427 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Server healthy check fail, currentConnection = 1725263406951_39.144.39.223_7746
15:50:24.427 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:50:24.427 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:24.457 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:50:25.047 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725263424656_139.224.212.27_63694
15:50:25.047 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263406951_39.144.39.223_7746
15:50:25.047 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263406951_39.144.39.223_7746
15:50:25.048 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:50:25.048 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:50:25.048 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:50:25.514 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Server check success, currentServer is 47.116.184.54:8848
15:50:27.467 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:50:27.500 [lettuce-nioEventLoop-6-12] INFO i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 172.13.1.1/<unresolved>:6379
15:50:27.501 [lettuce-nioEventLoop-6-11] INFO i.l.c.p.ReconnectionHandler - [lambda$null$3,174] - Reconnected to 172.13.1.1/<unresolved>:6379
15:50:27.623 [nacos-grpc-client-executor-47.116.184.54-232] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Receive server push request, request = ClientDetectionRequest, requestId = 3732
15:50:27.623 [nacos-grpc-client-executor-47.116.184.54-232] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Ack server push request, request = ClientDetectionRequest, requestId = 3732
15:50:29.442 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Server healthy check fail, currentConnection = 1725263406951_39.144.39.223_7745
15:50:29.442 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:50:29.442 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:50:30.226 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725263429907_139.224.212.27_61731
15:50:30.227 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263406951_39.144.39.223_7745
15:50:30.227 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263406951_39.144.39.223_7745
15:50:30.227 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:50:30.227 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:50:30.227 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:50:30.228 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:51:23.194 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-source', registryValue='http://172.16.0.9:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Read timed out), for url : http://172.13.1.1:20800/api/registry, content=null]
15:51:51.378 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Server healthy check fail, currentConnection = 1725263429907_139.224.212.27_61731
15:51:51.378 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:51:51.378 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:51:52.435 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Server healthy check fail, currentConnection = 1725263424656_139.224.212.27_63694
15:51:52.435 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Try to reconnect to a new server, server is not appointed, will choose a random server.
15:51:52.436 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:51:54.496 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:51:55.554 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:51:56.221 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-source', registryValue='http://172.16.0.9:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Connect timed out), for url : http://172.13.1.1:20800/api/registry, content=null]
15:51:57.513 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:51:57.715 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:51:58.571 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 1 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:51:58.771 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:52:00.719 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:52:01.024 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:52:01.785 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 2 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:52:02.098 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:52:04.042 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:52:04.444 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:52:05.112 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 3 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:52:05.517 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:52:07.460 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:52:07.972 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:52:08.518 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Fail to connect server, after trying 4 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:52:09.028 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:52:09.447 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Success to connect a server [47.116.184.54:8848], connectionId = 1725263528942_139.224.212.27_62149
15:52:09.447 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263429907_139.224.212.27_61731
15:52:09.447 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263429907_139.224.212.27_61731
15:52:09.447 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify disconnected event to listeners
15:52:09.449 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onDisConnect,720] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] DisConnected,clear listen context...
15:52:09.449 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Notify connected event to listeners.
15:52:09.449 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [d6b05249-272c-4268-9641-09afadb67fbe_config-0] Connected,notify listen context...
15:52:09.742 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Success to connect a server [47.116.184.54:8848], connectionId = 1725263529267_139.224.212.27_62170
15:52:09.742 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Abandon prev connection, server is 47.116.184.54:8848, connectionId is 1725263424656_139.224.212.27_63694
15:52:09.742 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263424656_139.224.212.27_63694
15:52:09.742 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify disconnected event to listeners
15:52:09.742 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [1a27cbee-c03d-4a2f-879b-fcdf846de4bf] Notify connected event to listeners.
15:52:09.742 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
15:52:09.991 [com.alibaba.nacos.client.naming.grpc.redo.0] INFO c.a.n.client.naming - [redoForInstance,73] - Redo instance operation REGISTER for DEFAULT_GROUP@@cloud-source
15:52:29.445 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-source', registryValue='http://172.16.0.9:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Read timed out), for url : http://172.13.1.1:20800/api/registry, content=null]
15:53:03.420 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop.
15:53:06.204 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,54] - >>>>>>>>>>> xxl-job registry fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-source', registryValue='http://172.16.0.9:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Read timed out), for url : http://172.13.1.1:20800/api/registry, content=null]
15:53:09.733 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,90] - >>>>>>>>>>> xxl-job registry-remove fail, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-source', registryValue='http://172.16.0.9:9999/'}, registryResult:ReturnT [code=500, msg=xxl-job remoting error(Read timed out), for url : http://172.13.1.1:20800/api/registryRemove, content=null]
15:53:09.733 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy.
15:53:09.733 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success.
15:53:09.734 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
15:53:09.735 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy.
15:53:09.735 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
15:53:09.744 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
15:53:09.745 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] cloud-2112 deregistering service cloud-source with instance: Instance{instanceId='null', ip='192.168.60.81', port=10005, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
15:53:10.885 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
15:53:10.887 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
15:53:10.887 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
15:53:10.887 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
15:53:10.887 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
15:53:10.887 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
15:53:10.887 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
15:53:10.887 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
15:53:10.887 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
15:53:10.888 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
15:53:10.888 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
15:53:10.888 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
15:53:10.888 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->1a27cbee-c03d-4a2f-879b-fcdf846de4bf
15:53:10.888 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@467615fc[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 238]
15:53:10.888 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
15:53:10.888 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@2da0616d[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
15:53:10.888 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725263529267_139.224.212.27_62170
15:53:10.889 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@22730187[Running, pool size = 2, active threads = 0, queued tasks = 0, completed tasks = 303]
15:53:10.889 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->1a27cbee-c03d-4a2f-879b-fcdf846de4bf
15:53:10.889 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
15:53:10.889 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
15:53:10.889 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
15:53:10.894 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
15:53:10.897 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
15:53:10.898 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
15:53:10.899 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
15:53:10.899 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
15:55:49.757 [main] INFO c.m.c.e.MuYuEtlApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
15:55:52.297 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
15:55:52.297 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
15:55:52.380 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
15:55:52.646 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eef6af7f-9d56-4dba-b6ea-c2d627eb7789_config-0] Fail to connect server, after trying 1 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:55:52.858 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:55:55.873 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eef6af7f-9d56-4dba-b6ea-c2d627eb7789_config-0] Fail to connect server, after trying 2 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:55:56.183 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:55:59.190 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eef6af7f-9d56-4dba-b6ea-c2d627eb7789_config-0] Fail to connect server, after trying 3 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:55:59.595 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:56:02.601 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eef6af7f-9d56-4dba-b6ea-c2d627eb7789_config-0] Fail to connect server, after trying 4 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:56:03.115 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:56:06.121 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eef6af7f-9d56-4dba-b6ea-c2d627eb7789_config-0] Fail to connect server, after trying 5 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:56:06.726 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:56:09.732 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eef6af7f-9d56-4dba-b6ea-c2d627eb7789_config-0] Fail to connect server, after trying 6 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
15:56:10.446 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
15:56:12.738 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
15:56:12.742 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [eef6af7f-9d56-4dba-b6ea-c2d627eb7789_config-0] Fail to connect server, after trying 7 times, last try server is {serverIp = '47.116.184.54', server main port = 8848}, error = unknown
19:02:58.043 [main] INFO c.m.c.e.MuYuEtlApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
19:03:00.440 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
19:03:00.441 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
19:03:00.538 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
19:03:01.896 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
19:03:01.897 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
19:03:01.898 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
19:03:01.997 [main] INFO c.m.c.d.MyMetaObjectHandler - [<init>,17] - 元对象字段填充控制器 ------- 加载完成
19:03:03.086 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
19:03:07.513 [main] INFO c.m.c.x.XXLJobConfig - [xxlJobExecutor,25] - >>>>>>>>>>> xxl-job config init success.
19:03:09.854 [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@60a4e124[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoNoParam]
19:03:09.854 [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@3815c525[class com.muyu.common.xxl.demo.XxlJobDemoService#xxlJobDemoOneParam]
19:03:10.127 [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
19:03:11.118 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
19:03:11.118 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
19:03:11.119 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
19:03:11.123 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
19:03:11.127 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
19:03:11.127 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
19:03:11.225 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of af5480ee-61a5-4d8c-89ab-c44038965b82
19:03:11.227 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->af5480ee-61a5-4d8c-89ab-c44038965b82
19:03:11.228 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [af5480ee-61a5-4d8c-89ab-c44038965b82] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
19:03:11.228 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [af5480ee-61a5-4d8c-89ab-c44038965b82] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
19:03:11.228 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [af5480ee-61a5-4d8c-89ab-c44038965b82] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
19:03:11.229 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [af5480ee-61a5-4d8c-89ab-c44038965b82] Try to connect to server on start up, server: {serverIp = '47.116.184.54', server main port = 8848}
19:03:11.229 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.184.54 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
19:03:11.322 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [af5480ee-61a5-4d8c-89ab-c44038965b82] Success to connect to server [47.116.184.54:8848] on start up, connectionId = 1725274991246_139.224.212.27_62793
19:03:11.323 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [af5480ee-61a5-4d8c-89ab-c44038965b82] Notify connected event to listeners.
19:03:11.323 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [af5480ee-61a5-4d8c-89ab-c44038965b82] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
19:03:11.323 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
19:03:11.323 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [af5480ee-61a5-4d8c-89ab-c44038965b82] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$632/0x000001cb385244a8
19:03:11.325 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] cloud-2112 registering service cloud-source with instance Instance{instanceId='null', ip='192.168.1.122', port=10005, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
19:03:11.367 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-source 192.168.1.122:10005 register finished
19:03:12.534 [main] INFO c.m.c.e.MuYuEtlApplication - [logStarted,56] - Started MuYuEtlApplication in 19.278 seconds (process running for 20.113)
19:03:12.543 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
19:03:12.543 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
19:03:12.545 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-47.116.184.54_8848] [subscribe] cloud-source-dev.yml+DEFAULT_GROUP+cloud-2112
19:03:12.553 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-47.116.184.54_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-source-dev.yml, group=DEFAULT_GROUP, cnt=1
19:03:12.553 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-source-dev.yml, group=DEFAULT_GROUP
19:03:12.553 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-47.116.184.54_8848] [subscribe] cloud-source.yml+DEFAULT_GROUP+cloud-2112
19:03:12.554 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-47.116.184.54_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-source.yml, group=DEFAULT_GROUP, cnt=1
19:03:12.554 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-source.yml, group=DEFAULT_GROUP
19:03:12.554 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-cloud-2112-47.116.184.54_8848] [subscribe] cloud-source+DEFAULT_GROUP+cloud-2112
19:03:12.554 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-cloud-2112-47.116.184.54_8848] [add-listener] ok, tenant=cloud-2112, dataId=cloud-source, group=DEFAULT_GROUP, cnt=1
19:03:12.554 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-source, group=DEFAULT_GROUP
19:03:13.090 [RMI TCP Connection(1)-10.100.28.5] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
19:06:30.928 [Thread-12] INFO c.x.j.c.s.EmbedServer - [run,91] - >>>>>>>>>>> xxl-job remoting server stop.
19:06:30.941 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,87] - >>>>>>>>>>> xxl-job registry-remove success, registryParam:RegistryParam{registryGroup='EXECUTOR', registryKey='cloud-source', registryValue='http://10.100.28.5:9999/'}, registryResult:ReturnT [code=200, msg=null, content=null]
19:06:30.941 [xxl-job, executor ExecutorRegistryThread] INFO c.x.j.c.t.ExecutorRegistryThread - [run,105] - >>>>>>>>>>> xxl-job, executor registry thread destroy.
19:06:30.941 [SpringApplicationShutdownHook] INFO c.x.j.c.s.EmbedServer - [stop,117] - >>>>>>>>>>> xxl-job remoting server destroy success.
19:06:30.942 [xxl-job, executor JobLogFileCleanThread] INFO c.x.j.c.t.JobLogFileCleanThread - [run,99] - >>>>>>>>>>> xxl-job, executor JobLogFileCleanThread thread destroy.
19:06:30.942 [xxl-job, executor TriggerCallbackThread] INFO c.x.j.c.t.TriggerCallbackThread - [run,98] - >>>>>>>>>>> xxl-job, executor callback thread destroy.
19:06:30.942 [Thread-11] INFO c.x.j.c.t.TriggerCallbackThread - [run,128] - >>>>>>>>>>> xxl-job, executor retry callback thread destroy.
19:06:30.950 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
19:06:30.950 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] cloud-2112 deregistering service cloud-source with instance: Instance{instanceId='null', ip='192.168.1.122', port=10005, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
19:06:30.964 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
19:06:30.965 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
19:06:30.965 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
19:06:30.965 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
19:06:30.965 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
19:06:30.965 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
19:06:30.965 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
19:06:30.965 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
19:06:30.965 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
19:06:30.966 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
19:06:30.966 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
19:06:30.966 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
19:06:30.966 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->af5480ee-61a5-4d8c-89ab-c44038965b82
19:06:30.966 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@4fe5555f[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 66]
19:06:30.966 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
19:06:30.966 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@1d154e24[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
19:06:30.966 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1725274991246_139.224.212.27_62793
19:06:30.969 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@1a10a7f5[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 51]
19:06:30.970 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->af5480ee-61a5-4d8c-89ab-c44038965b82
19:06:30.970 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
19:06:30.970 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
19:06:30.970 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
19:06:30.972 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
19:06:30.975 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
19:06:30.979 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
19:06:30.979 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
19:06:30.979 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye