fine:()修改规格

master
Yueng 2024-08-30 01:15:32 +08:00
parent dcdd737ae2
commit d50f17bfb2
2 changed files with 80 additions and 0 deletions

View File

@ -114,6 +114,9 @@ public class DataRunNameServiceImpl implements DataRunNameService {
.stream()
.map(TableNames::tableNamesBuild)
.toList();
if (CollectionUtils.isEmpty(tableNamesList)) {
return;
}
ArrayList<TableNames> namesArrayList = new ArrayList<>(tableNamesList);
dataName.setTableNames(namesArrayList);
List<TableNames> tableNames1 = dataName.getTableNames();

View File

@ -415,3 +415,80 @@
00:42:05.728 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
00:42:05.729 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
00:42:05.729 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye
01:02:11.248 [main] INFO c.m.s.IntegrationApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
01:02:14.571 [main] INFO o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
01:02:14.571 [main] INFO o.a.c.c.StandardEngine - [log,173] - Starting Servlet engine: [Apache Tomcat/10.1.24]
01:02:14.695 [main] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
01:02:18.010 [main] INFO c.a.d.p.DruidDataSource - [init,1002] - {dataSource-1,master} inited
01:02:18.012 [main] INFO c.b.d.d.DynamicRoutingDataSource - [addDataSource,158] - dynamic-datasource - add a datasource named [master] success
01:02:18.013 [main] INFO c.b.d.d.DynamicRoutingDataSource - [afterPropertiesSet,241] - dynamic-datasource initial loaded [1] datasource,primary datasource named [master]
01:02:19.589 [main] INFO c.a.c.s.SentinelWebMvcConfigurer - [addInterceptors,52] - [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
01:02:25.086 [main] INFO c.m.r.RabbitConfig - [init,29] - rabbitMQ启动成功
01:02:29.146 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
01:02:29.147 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
01:02:29.147 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
01:02:29.173 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
01:02:29.183 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
01:02:29.183 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
01:02:29.386 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 9912a4a9-9d88-4521-a9f6-99a80f793716
01:02:29.390 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->9912a4a9-9d88-4521-a9f6-99a80f793716
01:02:29.390 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9912a4a9-9d88-4521-a9f6-99a80f793716] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
01:02:29.390 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9912a4a9-9d88-4521-a9f6-99a80f793716] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
01:02:29.391 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9912a4a9-9d88-4521-a9f6-99a80f793716] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
01:02:29.405 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9912a4a9-9d88-4521-a9f6-99a80f793716] Try to connect to server on start up, server: {serverIp = '21.12.0.8', server main port = 8848}
01:02:29.405 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:21.12.0.8 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
01:02:29.788 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9912a4a9-9d88-4521-a9f6-99a80f793716] Success to connect to server [21.12.0.8:8848] on start up, connectionId = 1724950948997_21.12.0.11_62998
01:02:29.789 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9912a4a9-9d88-4521-a9f6-99a80f793716] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
01:02:29.789 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9912a4a9-9d88-4521-a9f6-99a80f793716] Notify connected event to listeners.
01:02:29.789 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [9912a4a9-9d88-4521-a9f6-99a80f793716] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$576/0x0000015c884d2970
01:02:29.790 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
01:02:29.792 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 registering service cloud-property with instance Instance{instanceId='null', ip='192.168.72.139', port=9701, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
01:02:29.887 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-property 192.168.72.139:9701 register finished
01:02:31.136 [main] INFO c.m.s.IntegrationApplication - [logStarted,56] - Started IntegrationApplication in 26.578 seconds (process running for 27.5)
01:02:31.152 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
01:02:31.153 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
01:02:31.154 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-property.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8
01:02:31.169 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-property.yml, group=DEFAULT_GROUP, cnt=1
01:02:31.169 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-property.yml, group=DEFAULT_GROUP
01:02:31.170 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-property+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8
01:02:31.171 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-property, group=DEFAULT_GROUP, cnt=1
01:02:31.172 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-property, group=DEFAULT_GROUP
01:02:31.178 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [subscribe] cloud-property-dev.yml+DEFAULT_GROUP+ec66ecf1-f28e-43bc-aa86-625f1bc53bf8
01:02:31.178 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-ec66ecf1-f28e-43bc-aa86-625f1bc53bf8-21.12.0.8_8848] [add-listener] ok, tenant=ec66ecf1-f28e-43bc-aa86-625f1bc53bf8, dataId=cloud-property-dev.yml, group=DEFAULT_GROUP, cnt=1
01:02:31.178 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-property-dev.yml, group=DEFAULT_GROUP
01:02:32.148 [RMI TCP Connection(11)-192.168.72.139] INFO o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring DispatcherServlet 'dispatcherServlet'
01:02:45.251 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [lambda$getDataBaseTableName$4,120] - 数据库表名称:[TableNames(id=133, name=connect, dataId=1942695943, tableFie=null), TableNames(id=134, name=core_data, dataId=1942695943, tableFie=null), TableNames(id=135, name=data_name, dataId=1942695943, tableFie=null), TableNames(id=136, name=dict_data, dataId=1942695943, tableFie=null), TableNames(id=137, name=middle_rule_version, dataId=1942695943, tableFie=null), TableNames(id=138, name=record, dataId=1942695943, tableFie=null), TableNames(id=139, name=rule_data, dataId=1942695943, tableFie=null), TableNames(id=140, name=rule_data_classify, dataId=1942695943, tableFie=null), TableNames(id=141, name=rule_version, dataId=1942695943, tableFie=null), TableNames(id=142, name=sources_data, dataId=1942695943, tableFie=null), TableNames(id=143, name=table_name, dataId=1942695943, tableFie=null), TableNames(id=144, name=tablefie, dataId=1942695943, tableFie=null)]
01:02:49.410 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [lambda$getDataBaseTableName$4,120] - 数据库表名称:[TableNames(id=145, name=orders, dataId=1942695944, tableFie=null), TableNames(id=146, name=product, dataId=1942695944, tableFie=null)]
01:02:49.641 [http-nio-9701-exec-1] INFO c.m.s.s.i.DataRunNameServiceImpl - [lambda$getDataBaseTableName$4,120] - 数据库表名称:[]
01:06:56.539 [http-nio-9701-exec-3] INFO c.m.s.s.i.DataRunNameServiceImpl - [lambda$getDataBaseTableName$4,120] - 数据库表名称:[TableNames(id=133, name=connect, dataId=1942695943, tableFie=null), TableNames(id=134, name=core_data, dataId=1942695943, tableFie=null), TableNames(id=135, name=data_name, dataId=1942695943, tableFie=null), TableNames(id=136, name=dict_data, dataId=1942695943, tableFie=null), TableNames(id=137, name=middle_rule_version, dataId=1942695943, tableFie=null), TableNames(id=138, name=record, dataId=1942695943, tableFie=null), TableNames(id=139, name=rule_data, dataId=1942695943, tableFie=null), TableNames(id=140, name=rule_data_classify, dataId=1942695943, tableFie=null), TableNames(id=141, name=rule_version, dataId=1942695943, tableFie=null), TableNames(id=142, name=sources_data, dataId=1942695943, tableFie=null), TableNames(id=143, name=table_name, dataId=1942695943, tableFie=null), TableNames(id=144, name=tablefie, dataId=1942695943, tableFie=null)]
01:06:57.971 [http-nio-9701-exec-3] INFO c.m.s.s.i.DataRunNameServiceImpl - [lambda$getDataBaseTableName$4,120] - 数据库表名称:[TableNames(id=145, name=orders, dataId=1942695944, tableFie=null), TableNames(id=146, name=product, dataId=1942695944, tableFie=null)]
01:06:58.171 [http-nio-9701-exec-3] INFO c.m.s.s.i.DataRunNameServiceImpl - [lambda$getDataBaseTableName$4,120] - 数据库表名称:[]
01:11:27.264 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
01:11:27.265 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] ec66ecf1-f28e-43bc-aa86-625f1bc53bf8 deregistering service cloud-property with instance: Instance{instanceId='null', ip='192.168.72.139', port=9701, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
01:11:27.385 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
01:11:27.387 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
01:11:27.387 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
01:11:27.387 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
01:11:27.387 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
01:11:27.387 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
01:11:27.389 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
01:11:27.389 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
01:11:27.389 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
01:11:27.389 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
01:11:27.389 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
01:11:27.389 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
01:11:27.389 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->9912a4a9-9d88-4521-a9f6-99a80f793716
01:11:27.389 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@4728059d[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 178]
01:11:27.390 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
01:11:27.390 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@7807de9d[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
01:11:27.390 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1724950948997_21.12.0.11_62998
01:11:27.394 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@61d6d621[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 108]
01:11:27.394 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->9912a4a9-9d88-4521-a9f6-99a80f793716
01:11:27.395 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
01:11:27.395 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
01:11:27.396 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
01:11:27.398 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,215] - dynamic-datasource start closing ....
01:11:27.400 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2204] - {dataSource-1} closing ...
01:11:27.411 [SpringApplicationShutdownHook] INFO c.a.d.p.DruidDataSource - [close,2277] - {dataSource-1} closed
01:11:27.411 [SpringApplicationShutdownHook] INFO c.b.d.d.d.DefaultDataSourceDestroyer - [destroy,98] - dynamic-datasource close the datasource named [master] success,
01:11:27.412 [SpringApplicationShutdownHook] INFO c.b.d.d.DynamicRoutingDataSource - [destroy,219] - dynamic-datasource all closed success,bye