1.忽略依赖
parent
e8ab6b2d34
commit
fb09422549
|
@ -0,0 +1,28 @@
|
|||
# |- home (必然存在的目录)
|
||||
# |- app.jar --启动 jar 包
|
||||
# |- logs--日志文件
|
||||
# |- uploadPath --上传路径
|
||||
|
||||
# 指定构建镜像的起始镜像
|
||||
FROM anolis-registry.cn-zhangjiakou.cr.aliyuncs.com/openanolis/dragonwell:17.0.4.0.4.8-standard-ga-8.6
|
||||
|
||||
# 执行一些必备条件
|
||||
|
||||
|
||||
#定义时区参数
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
|
||||
#设置时区
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo '$TZ' > /etc/timezone
|
||||
|
||||
# 挂载 工作目录
|
||||
VOLUME ["/home/logs/cloud-gateway"]
|
||||
|
||||
# 拷贝,执行 jar 包
|
||||
COPY ./target/cloud-gateway.jar /home/app.jar
|
||||
|
||||
# 构建启动命令
|
||||
ENTRYPOINT ["java","-jar"]
|
||||
CMD ["/home/app.jar"]
|
||||
|
|
@ -0,0 +1 @@
|
|||
13:45:04.576 [reactor-http-nio-3] ERROR o.s.w.s.a.HttpWebHandlerAdapter - [handleUnresolvedError,355] - [8ead6ec3-2] Error [java.lang.NullPointerException: Cannot invoke "java.time.LocalDateTime.format(java.time.format.DateTimeFormatter)" because "this.endTime" is null] for HTTP POST "/auth/login", but ServerHttpResponse already committed (200 OK)
|
|
@ -0,0 +1,147 @@
|
|||
12:43:47.642 [main] INFO c.m.g.CloudGatewayApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
|
||||
12:43:53.717 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayFilter,143] - [Sentinel SpringCloudGateway] register SentinelGatewayFilter with order: -2147483648
|
||||
12:43:54.196 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayBlockExceptionHandler,133] - [Sentinel SpringCloudGateway] register SentinelGatewayBlockExceptionHandler
|
||||
12:43:54.766 [main] INFO c.a.n.common.labels - [getLabels,48] - DefaultLabelsCollectorManager get labels.....
|
||||
12:43:54.766 [main] INFO c.a.n.common.labels - [getLabels,62] - Process LabelsCollector with [name:defaultNacosLabelsCollector]
|
||||
12:43:54.766 [main] INFO c.a.n.common.labels - [collectLabels,62] - default nacos collect properties raw labels: null
|
||||
12:43:54.766 [main] INFO c.a.n.common.labels - [collectLabels,69] - default nacos collect properties labels: {}
|
||||
12:43:54.766 [main] INFO c.a.n.common.labels - [collectLabels,72] - default nacos collect jvm raw labels: null
|
||||
12:43:54.766 [main] INFO c.a.n.common.labels - [collectLabels,78] - default nacos collect jvm labels: {}
|
||||
12:43:54.766 [main] INFO c.a.n.common.labels - [collectLabels,81] - default nacos collect env raw labels: null
|
||||
12:43:54.766 [main] INFO c.a.n.common.labels - [collectLabels,89] - default nacos collect env labels: {}
|
||||
12:43:54.766 [main] INFO c.a.n.common.labels - [getLabels,50] - DefaultLabelsCollectorManager get labels finished,labels :{}
|
||||
12:43:54.766 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
|
||||
12:43:54.766 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
|
||||
12:43:54.768 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
|
||||
12:43:54.768 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
|
||||
12:43:54.771 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [subscribe] sentinel-cloud-gateway+DEFAULT_GROUP+77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2
|
||||
12:43:54.778 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [add-listener] ok, tenant=77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2, dataId=sentinel-cloud-gateway, group=DEFAULT_GROUP, cnt=1
|
||||
12:43:54.778 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of c5fc666e-b516-4d40-b36d-f21c646c097c_config-0
|
||||
12:43:54.778 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$537/0x0000000800f7eb48
|
||||
12:43:54.778 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$538/0x0000000800f7ef68
|
||||
12:43:54.778 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
|
||||
12:43:54.778 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
|
||||
12:43:54.779 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] Try to connect to server on start up, server: {serverIp = '47.116.164.196', server main port = 8848}
|
||||
12:43:54.779 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.164.196 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
|
||||
12:43:54.870 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] Success to connect to server [47.116.164.196:8848] on start up, connectionId = 1722055433221_39.144.46.125_26410
|
||||
12:43:54.870 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
12:43:54.870 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] Notify connected event to listeners.
|
||||
12:43:54.870 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$558/0x00000008010b8678
|
||||
12:43:54.870 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [c5fc666e-b516-4d40-b36d-f21c646c097c_config-0] Connected,notify listen context...
|
||||
12:43:57.269 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
|
||||
12:43:57.270 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
|
||||
12:43:57.270 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
|
||||
12:43:57.276 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
|
||||
12:43:57.280 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
|
||||
12:43:57.281 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
|
||||
12:43:57.408 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of 0dff1265-e14e-47c7-9509-41633c99b97e
|
||||
12:43:57.409 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->0dff1265-e14e-47c7-9509-41633c99b97e
|
||||
12:43:57.409 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
12:43:57.409 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
12:43:57.409 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
12:43:57.410 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Try to connect to server on start up, server: {serverIp = '47.116.164.196', server main port = 8848}
|
||||
12:43:57.410 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.164.196 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
|
||||
12:43:57.534 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Success to connect to server [47.116.164.196:8848] on start up, connectionId = 1722055435867_39.144.46.125_26411
|
||||
12:43:57.535 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
12:43:57.535 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Notify connected event to listeners.
|
||||
12:43:57.535 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$558/0x00000008010b8678
|
||||
12:43:57.535 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
|
||||
12:43:57.536 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] 77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2 registering service cloud-gateway with instance Instance{instanceId='null', ip='192.168.44.1', port=8080, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=[2409:8d1e:127:d94a:5bc4:984d:dbda:338e], preserved.register.source=SPRING_CLOUD}}
|
||||
12:43:57.570 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-gateway 192.168.44.1:8080 register finished
|
||||
12:43:57.662 [boundedElastic-3] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-gateway, group:DEFAULT_GROUP, clusters:
|
||||
12:43:57.663 [boundedElastic-3] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-gateway, group:DEFAULT_GROUP, cluster:
|
||||
12:43:57.663 [boundedElastic-4] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-gateway, group:DEFAULT_GROUP, clusters:
|
||||
12:43:57.663 [boundedElastic-4] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-gateway, group:DEFAULT_GROUP, cluster:
|
||||
12:43:57.705 [boundedElastic-3] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"192.168.44.1#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"192.168.44.1","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
12:43:57.706 [boundedElastic-3] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"192.168.44.1#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"192.168.44.1","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
12:43:57.814 [main] INFO c.a.c.n.d.NacosDiscoveryHeartBeatPublisher - [start,66] - Start nacos heartBeat task scheduler.
|
||||
12:43:57.899 [main] INFO c.m.g.CloudGatewayApplication - [logStarted,56] - Started CloudGatewayApplication in 14.783 seconds (process running for 16.183)
|
||||
12:43:57.905 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [subscribe] cloud-gateway+DEFAULT_GROUP+77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2
|
||||
12:43:57.906 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [add-listener] ok, tenant=77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2, dataId=cloud-gateway, group=DEFAULT_GROUP, cnt=1
|
||||
12:43:57.906 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-gateway, group=DEFAULT_GROUP
|
||||
12:43:57.906 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [subscribe] cloud-gateway.yml+DEFAULT_GROUP+77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2
|
||||
12:43:57.906 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [add-listener] ok, tenant=77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2, dataId=cloud-gateway.yml, group=DEFAULT_GROUP, cnt=1
|
||||
12:43:57.906 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-gateway.yml, group=DEFAULT_GROUP
|
||||
12:43:57.909 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [subscribe] cloud-gateway-dev.yml+DEFAULT_GROUP+77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2
|
||||
12:43:57.909 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [add-listener] ok, tenant=77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2, dataId=cloud-gateway-dev.yml, group=DEFAULT_GROUP, cnt=1
|
||||
12:43:57.909 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-gateway-dev.yml, group=DEFAULT_GROUP
|
||||
12:43:58.112 [nacos-grpc-client-executor-47.116.164.196-17] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Receive server push request, request = NotifySubscriberRequest, requestId = 275
|
||||
12:43:58.113 [nacos-grpc-client-executor-47.116.164.196-17] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Ack server push request, request = NotifySubscriberRequest, requestId = 275
|
||||
13:19:34.151 [boundedElastic-13] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-auth, group:DEFAULT_GROUP, clusters:
|
||||
13:19:34.151 [boundedElastic-5] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-auth, group:DEFAULT_GROUP, clusters:
|
||||
13:19:34.151 [boundedElastic-5] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-auth, group:DEFAULT_GROUP, cluster:
|
||||
13:19:34.151 [boundedElastic-13] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-auth, group:DEFAULT_GROUP, cluster:
|
||||
13:19:34.181 [boundedElastic-13] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-auth -> [{"instanceId":"192.168.44.1#9500#DEFAULT#DEFAULT_GROUP@@cloud-auth","ip":"192.168.44.1","port":9500,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-auth","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:19:34.181 [boundedElastic-5] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-auth -> [{"instanceId":"192.168.44.1#9500#DEFAULT#DEFAULT_GROUP@@cloud-auth","ip":"192.168.44.1","port":9500,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-auth","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:19:34.182 [boundedElastic-13] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-auth -> [{"instanceId":"192.168.44.1#9500#DEFAULT#DEFAULT_GROUP@@cloud-auth","ip":"192.168.44.1","port":9500,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-auth","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:19:34.182 [boundedElastic-5] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-auth -> [{"instanceId":"192.168.44.1#9500#DEFAULT#DEFAULT_GROUP@@cloud-auth","ip":"192.168.44.1","port":9500,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-auth","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:19:34.751 [nacos-grpc-client-executor-47.116.164.196-910] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Receive server push request, request = NotifySubscriberRequest, requestId = 276
|
||||
13:19:34.753 [nacos-grpc-client-executor-47.116.164.196-910] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Ack server push request, request = NotifySubscriberRequest, requestId = 276
|
||||
13:24:36.476 [boundedElastic-18] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-system, group:DEFAULT_GROUP, clusters:
|
||||
13:24:36.476 [boundedElastic-20] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-system, group:DEFAULT_GROUP, clusters:
|
||||
13:24:36.476 [boundedElastic-18] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-system, group:DEFAULT_GROUP, cluster:
|
||||
13:24:36.476 [boundedElastic-20] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-system, group:DEFAULT_GROUP, cluster:
|
||||
13:24:36.506 [boundedElastic-13] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-system, group:DEFAULT_GROUP, clusters:
|
||||
13:24:36.507 [boundedElastic-18] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"192.168.44.1#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"192.168.44.1","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:24:36.507 [boundedElastic-20] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"192.168.44.1#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"192.168.44.1","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:24:36.509 [boundedElastic-18] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"192.168.44.1#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"192.168.44.1","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:24:36.509 [boundedElastic-20] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"192.168.44.1#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"192.168.44.1","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:24:37.017 [nacos-grpc-client-executor-47.116.164.196-1034] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Receive server push request, request = NotifySubscriberRequest, requestId = 277
|
||||
13:24:37.018 [nacos-grpc-client-executor-47.116.164.196-1034] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Ack server push request, request = NotifySubscriberRequest, requestId = 277
|
||||
13:32:07.652 [boundedElastic-19] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-gen, group:DEFAULT_GROUP, clusters:
|
||||
13:32:07.652 [boundedElastic-24] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-file, group:DEFAULT_GROUP, clusters:
|
||||
13:32:07.652 [boundedElastic-25] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-file, group:DEFAULT_GROUP, clusters:
|
||||
13:32:07.653 [boundedElastic-27] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-gen, group:DEFAULT_GROUP, clusters:
|
||||
13:32:07.653 [boundedElastic-19] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-gen, group:DEFAULT_GROUP, cluster:
|
||||
13:32:07.653 [boundedElastic-27] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-gen, group:DEFAULT_GROUP, cluster:
|
||||
13:32:07.653 [boundedElastic-25] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-file, group:DEFAULT_GROUP, cluster:
|
||||
13:32:07.653 [boundedElastic-24] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-file, group:DEFAULT_GROUP, cluster:
|
||||
13:32:07.680 [boundedElastic-27] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-gen -> [{"instanceId":"192.168.44.1#9202#DEFAULT#DEFAULT_GROUP@@cloud-gen","ip":"192.168.44.1","port":9202,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gen","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:32:07.681 [boundedElastic-27] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-gen -> [{"instanceId":"192.168.44.1#9202#DEFAULT#DEFAULT_GROUP@@cloud-gen","ip":"192.168.44.1","port":9202,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gen","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:32:07.684 [boundedElastic-24] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-file -> [{"instanceId":"192.168.44.1#9300#DEFAULT#DEFAULT_GROUP@@cloud-file","ip":"192.168.44.1","port":9300,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-file","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:32:07.686 [boundedElastic-24] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-file -> [{"instanceId":"192.168.44.1#9300#DEFAULT#DEFAULT_GROUP@@cloud-file","ip":"192.168.44.1","port":9300,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-file","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:32:08.207 [nacos-grpc-client-executor-47.116.164.196-1223] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Receive server push request, request = NotifySubscriberRequest, requestId = 278
|
||||
13:32:08.207 [nacos-grpc-client-executor-47.116.164.196-1223] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Ack server push request, request = NotifySubscriberRequest, requestId = 278
|
||||
13:32:08.210 [nacos-grpc-client-executor-47.116.164.196-1224] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Receive server push request, request = NotifySubscriberRequest, requestId = 279
|
||||
13:32:08.212 [nacos-grpc-client-executor-47.116.164.196-1224] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Ack server push request, request = NotifySubscriberRequest, requestId = 279
|
||||
13:45:52.381 [nacos-grpc-client-executor-47.116.164.196-1545] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Receive server push request, request = NotifySubscriberRequest, requestId = 281
|
||||
13:45:52.382 [nacos-grpc-client-executor-47.116.164.196-1545] INFO c.a.n.client.naming - [isChangedServiceInfo,225] - removed ips(1) service: DEFAULT_GROUP@@cloud-gen -> [{"instanceId":"192.168.44.1#9202#DEFAULT#DEFAULT_GROUP@@cloud-gen","ip":"192.168.44.1","port":9202,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gen","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:45:52.382 [nacos-grpc-client-executor-47.116.164.196-1545] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-gen -> []
|
||||
13:45:52.384 [nacos-grpc-client-executor-47.116.164.196-1545] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Ack server push request, request = NotifySubscriberRequest, requestId = 281
|
||||
13:45:57.815 [nacos-grpc-client-executor-47.116.164.196-1546] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Receive server push request, request = NotifySubscriberRequest, requestId = 282
|
||||
13:45:57.817 [nacos-grpc-client-executor-47.116.164.196-1546] INFO c.a.n.client.naming - [isChangedServiceInfo,225] - removed ips(1) service: DEFAULT_GROUP@@cloud-file -> [{"instanceId":"192.168.44.1#9300#DEFAULT#DEFAULT_GROUP@@cloud-file","ip":"192.168.44.1","port":9300,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-file","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:45:57.818 [nacos-grpc-client-executor-47.116.164.196-1546] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-file -> []
|
||||
13:45:57.820 [nacos-grpc-client-executor-47.116.164.196-1546] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Ack server push request, request = NotifySubscriberRequest, requestId = 282
|
||||
13:46:03.267 [nacos-grpc-client-executor-47.116.164.196-1547] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Receive server push request, request = NotifySubscriberRequest, requestId = 283
|
||||
13:46:03.268 [nacos-grpc-client-executor-47.116.164.196-1547] INFO c.a.n.client.naming - [isChangedServiceInfo,225] - removed ips(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"192.168.44.1#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"192.168.44.1","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:46:03.268 [nacos-grpc-client-executor-47.116.164.196-1547] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-system -> []
|
||||
13:46:03.269 [nacos-grpc-client-executor-47.116.164.196-1547] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Ack server push request, request = NotifySubscriberRequest, requestId = 283
|
||||
13:46:08.200 [nacos-grpc-client-executor-47.116.164.196-1548] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Receive server push request, request = NotifySubscriberRequest, requestId = 285
|
||||
13:46:08.200 [nacos-grpc-client-executor-47.116.164.196-1548] INFO c.a.n.client.naming - [isChangedServiceInfo,225] - removed ips(1) service: DEFAULT_GROUP@@cloud-auth -> [{"instanceId":"192.168.44.1#9500#DEFAULT#DEFAULT_GROUP@@cloud-auth","ip":"192.168.44.1","port":9500,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-auth","metadata":{"preserved.register.source":"SPRING_CLOUD","IPv6":"[2409:8d1e:127:d94a:5bc4:984d:dbda:338e]"},"ipDeleteTimeout":30000,"instanceHeartBeatTimeOut":15000,"instanceHeartBeatInterval":5000}]
|
||||
13:46:08.200 [nacos-grpc-client-executor-47.116.164.196-1548] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-auth -> []
|
||||
13:46:08.201 [nacos-grpc-client-executor-47.116.164.196-1548] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Ack server push request, request = NotifySubscriberRequest, requestId = 285
|
||||
13:46:16.027 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
|
||||
13:46:16.027 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] 77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2 deregistering service cloud-gateway with instance: Instance{instanceId='null', ip='192.168.44.1', port=8080, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
|
||||
13:46:16.060 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
|
||||
13:46:16.062 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
|
||||
13:46:16.063 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->0dff1265-e14e-47c7-9509-41633c99b97e
|
||||
13:46:16.063 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@364e60d4[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 1245]
|
||||
13:46:16.063 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
|
||||
13:46:16.063 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@13c4d407[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
13:46:16.063 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1722055435867_39.144.46.125_26411
|
||||
13:46:16.067 [com.alibaba.nacos.client.remote.worker.1] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [0dff1265-e14e-47c7-9509-41633c99b97e] Server healthy check fail, currentConnection = 1722055435867_39.144.46.125_26411
|
||||
13:46:16.067 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@109042d8[Running, pool size = 11, active threads = 0, queued tasks = 0, completed tasks = 1581]
|
||||
13:46:16.067 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->0dff1265-e14e-47c7-9509-41633c99b97e
|
||||
13:46:16.067 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
|
||||
13:46:16.067 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
|
||||
13:46:16.067 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
|
|
@ -0,0 +1,138 @@
|
|||
21:35:06.207 [main] INFO c.m.g.CloudGatewayApplication - [logStartupProfileInfo,660] - The following 1 profile is active: "dev"
|
||||
21:35:09.754 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayFilter,143] - [Sentinel SpringCloudGateway] register SentinelGatewayFilter with order: -2147483648
|
||||
21:35:10.147 [main] INFO c.a.c.s.g.s.SentinelSCGAutoConfiguration - [sentinelGatewayBlockExceptionHandler,133] - [Sentinel SpringCloudGateway] register SentinelGatewayBlockExceptionHandler
|
||||
21:35:10.658 [main] INFO c.a.n.common.labels - [getLabels,48] - DefaultLabelsCollectorManager get labels.....
|
||||
21:35:10.658 [main] INFO c.a.n.common.labels - [getLabels,62] - Process LabelsCollector with [name:defaultNacosLabelsCollector]
|
||||
21:35:10.658 [main] INFO c.a.n.common.labels - [collectLabels,62] - default nacos collect properties raw labels: null
|
||||
21:35:10.658 [main] INFO c.a.n.common.labels - [collectLabels,69] - default nacos collect properties labels: {}
|
||||
21:35:10.658 [main] INFO c.a.n.common.labels - [collectLabels,72] - default nacos collect jvm raw labels: null
|
||||
21:35:10.658 [main] INFO c.a.n.common.labels - [collectLabels,78] - default nacos collect jvm labels: {}
|
||||
21:35:10.659 [main] INFO c.a.n.common.labels - [collectLabels,81] - default nacos collect env raw labels: null
|
||||
21:35:10.659 [main] INFO c.a.n.common.labels - [collectLabels,89] - default nacos collect env labels: {}
|
||||
21:35:10.659 [main] INFO c.a.n.common.labels - [getLabels,50] - DefaultLabelsCollectorManager get labels finished,labels :{}
|
||||
21:35:10.659 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
|
||||
21:35:10.659 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
|
||||
21:35:10.662 [main] INFO c.a.n.c.c.i.CacheData - [initNotifyWarnTimeout,72] - config listener notify warn timeout millis use default 60000 millis
|
||||
21:35:10.662 [main] INFO c.a.n.c.c.i.CacheData - [<clinit>,99] - nacos.cache.data.init.snapshot = true
|
||||
21:35:10.665 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [subscribe] sentinel-cloud-gateway+DEFAULT_GROUP+77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2
|
||||
21:35:10.673 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [add-listener] ok, tenant=77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2, dataId=sentinel-cloud-gateway, group=DEFAULT_GROUP, cnt=1
|
||||
21:35:10.674 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0
|
||||
21:35:10.674 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$537/0x0000000800f7e500
|
||||
21:35:10.674 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] Register server push request handler:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$$Lambda$538/0x0000000800f7e920
|
||||
21:35:10.674 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] Registry connection listener to current client:com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$1
|
||||
21:35:10.674 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] RpcClient init, ServerListFactory = com.alibaba.nacos.client.config.impl.ClientWorker$ConfigRpcTransportClient$2
|
||||
21:35:10.674 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] Try to connect to server on start up, server: {serverIp = '47.116.164.196', server main port = 8848}
|
||||
21:35:10.675 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.164.196 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
|
||||
21:35:10.754 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] Success to connect to server [47.116.164.196:8848] on start up, connectionId = 1723210510487_117.143.60.22_64342
|
||||
21:35:10.754 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
21:35:10.754 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] Notify connected event to listeners.
|
||||
21:35:10.754 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$558/0x00000008010b8228
|
||||
21:35:10.755 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.c.i.ClientWorker - [onConnected,713] - [ee74922a-935a-4969-93b9-5a6ef9cb873f_config-0] Connected,notify listen context...
|
||||
21:35:11.121 [main] INFO c.a.n.client.naming - [initNamespaceForNaming,62] - initializer namespace from ans.namespace attribute : null
|
||||
21:35:11.122 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$0,66] - initializer namespace from ALIBABA_ALIWARE_NAMESPACE attribute :null
|
||||
21:35:11.122 [main] INFO c.a.n.client.naming - [lambda$initNamespaceForNaming$1,73] - initializer namespace from namespace attribute :null
|
||||
21:35:11.125 [main] INFO c.a.n.client.naming - [<init>,74] - FailoverDataSource type is class com.alibaba.nacos.client.naming.backups.datasource.DiskFailoverDataSource
|
||||
21:35:11.128 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.impl.NacosClientAuthServiceImpl success.
|
||||
21:35:11.128 [main] INFO c.a.n.p.a.s.c.ClientAuthPluginManager - [init,56] - [ClientAuthPluginManager] Load ClientAuthService com.alibaba.nacos.client.auth.ram.RamClientAuthServiceImpl success.
|
||||
21:35:11.239 [main] INFO c.a.n.c.r.client - [lambda$createClient$0,118] - [RpcClientFactory] create a new rpc client of f59e8baf-3687-4afa-8546-35a7cc00b4ab
|
||||
21:35:11.240 [main] INFO c.a.n.client.naming - [<init>,109] - Create naming rpc client for uuid->f59e8baf-3687-4afa-8546-35a7cc00b4ab
|
||||
21:35:11.241 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
|
||||
21:35:11.241 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
|
||||
21:35:11.241 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
|
||||
21:35:11.241 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Try to connect to server on start up, server: {serverIp = '47.116.164.196', server main port = 8848}
|
||||
21:35:11.242 [main] INFO c.a.n.c.r.c.g.GrpcClient - [createNewManagedChannel,210] - grpc client connection server:47.116.164.196 ip,serverPort:9848,grpcTslConfig:{"sslProvider":"","enableTls":false,"mutualAuthEnable":false,"trustAll":false}
|
||||
21:35:11.306 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Success to connect to server [47.116.164.196:8848] on start up, connectionId = 1723210511045_117.143.60.22_64344
|
||||
21:35:11.306 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
|
||||
21:35:11.306 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Notify connected event to listeners.
|
||||
21:35:11.306 [main] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$558/0x00000008010b8228
|
||||
21:35:11.306 [com.alibaba.nacos.client.remote.worker.0] INFO c.a.n.client.naming - [onConnected,90] - Grpc connection connect
|
||||
21:35:11.307 [main] INFO c.a.n.client.naming - [registerService,133] - [REGISTER-SERVICE] 77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2 registering service cloud-gateway with instance Instance{instanceId='null', ip='192.168.110.6', port=8080, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={IPv6=null, preserved.register.source=SPRING_CLOUD}}
|
||||
21:35:11.321 [main] INFO c.a.c.n.r.NacosServiceRegistry - [register,76] - nacos registry, DEFAULT_GROUP cloud-gateway 192.168.110.6:8080 register finished
|
||||
21:35:11.375 [boundedElastic-7] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-file, group:DEFAULT_GROUP, clusters:
|
||||
21:35:11.375 [boundedElastic-5] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-gateway, group:DEFAULT_GROUP, clusters:
|
||||
21:35:11.375 [boundedElastic-4] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-auth, group:DEFAULT_GROUP, clusters:
|
||||
21:35:11.375 [boundedElastic-3] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-auth, group:DEFAULT_GROUP, clusters:
|
||||
21:35:11.375 [boundedElastic-8] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-file, group:DEFAULT_GROUP, clusters:
|
||||
21:35:11.376 [boundedElastic-6] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-gateway, group:DEFAULT_GROUP, clusters:
|
||||
21:35:11.376 [boundedElastic-4] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-auth, group:DEFAULT_GROUP, cluster:
|
||||
21:35:11.376 [boundedElastic-7] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-file, group:DEFAULT_GROUP, cluster:
|
||||
21:35:11.376 [boundedElastic-6] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-gateway, group:DEFAULT_GROUP, cluster:
|
||||
21:35:11.376 [boundedElastic-3] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-auth, group:DEFAULT_GROUP, cluster:
|
||||
21:35:11.376 [boundedElastic-8] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-file, group:DEFAULT_GROUP, cluster:
|
||||
21:35:11.376 [boundedElastic-5] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-gateway, group:DEFAULT_GROUP, cluster:
|
||||
21:35:11.400 [boundedElastic-7] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-file -> [{"instanceId":"172.18.0.5#9300#DEFAULT#DEFAULT_GROUP@@cloud-file","ip":"172.18.0.5","port":9300,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-file","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.400 [boundedElastic-3] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-auth -> [{"instanceId":"172.18.0.7#9500#DEFAULT#DEFAULT_GROUP@@cloud-auth","ip":"172.18.0.7","port":9500,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-auth","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.400 [boundedElastic-6] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"172.18.0.8#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"172.18.0.8","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.400 [boundedElastic-8] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-file -> [{"instanceId":"172.18.0.5#9300#DEFAULT#DEFAULT_GROUP@@cloud-file","ip":"172.18.0.5","port":9300,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-file","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.400 [boundedElastic-6] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"172.18.0.8#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"172.18.0.8","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.400 [boundedElastic-8] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-file -> [{"instanceId":"172.18.0.5#9300#DEFAULT#DEFAULT_GROUP@@cloud-file","ip":"172.18.0.5","port":9300,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-file","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.400 [boundedElastic-7] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-file -> [{"instanceId":"172.18.0.5#9300#DEFAULT#DEFAULT_GROUP@@cloud-file","ip":"172.18.0.5","port":9300,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-file","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.400 [boundedElastic-3] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-auth -> [{"instanceId":"172.18.0.7#9500#DEFAULT#DEFAULT_GROUP@@cloud-auth","ip":"172.18.0.7","port":9500,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-auth","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.454 [main] INFO c.a.c.n.d.NacosDiscoveryHeartBeatPublisher - [start,66] - Start nacos heartBeat task scheduler.
|
||||
21:35:11.489 [main] INFO c.m.g.CloudGatewayApplication - [logStarted,56] - Started CloudGatewayApplication in 7.355 seconds (process running for 8.355)
|
||||
21:35:11.492 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [subscribe] cloud-gateway+DEFAULT_GROUP+77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2
|
||||
21:35:11.492 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [add-listener] ok, tenant=77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2, dataId=cloud-gateway, group=DEFAULT_GROUP, cnt=1
|
||||
21:35:11.492 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-gateway, group=DEFAULT_GROUP
|
||||
21:35:11.493 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [subscribe] cloud-gateway.yml+DEFAULT_GROUP+77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2
|
||||
21:35:11.493 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [add-listener] ok, tenant=77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2, dataId=cloud-gateway.yml, group=DEFAULT_GROUP, cnt=1
|
||||
21:35:11.493 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-gateway.yml, group=DEFAULT_GROUP
|
||||
21:35:11.494 [main] INFO c.a.n.c.c.i.ClientWorker - [addCacheDataIfAbsent,416] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [subscribe] cloud-gateway-dev.yml+DEFAULT_GROUP+77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2
|
||||
21:35:11.494 [main] INFO c.a.n.c.c.i.CacheData - [addListener,236] - [fixed-77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2-47.116.164.196_8848] [add-listener] ok, tenant=77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2, dataId=cloud-gateway-dev.yml, group=DEFAULT_GROUP, cnt=1
|
||||
21:35:11.494 [main] INFO c.a.c.n.r.NacosContextRefresher - [registerNacosListener,131] - [Nacos Config] Listening config: dataId=cloud-gateway-dev.yml, group=DEFAULT_GROUP
|
||||
21:35:11.866 [nacos-grpc-client-executor-47.116.164.196-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Receive server push request, request = NotifySubscriberRequest, requestId = 250
|
||||
21:35:11.868 [nacos-grpc-client-executor-47.116.164.196-23] INFO c.a.n.client.naming - [isChangedServiceInfo,219] - new ips(1) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"192.168.110.6#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"192.168.110.6","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.869 [nacos-grpc-client-executor-47.116.164.196-23] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(2) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"172.18.0.8#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"172.18.0.8","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000},{"instanceId":"192.168.110.6#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"192.168.110.6","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:35:11.870 [nacos-grpc-client-executor-47.116.164.196-23] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Ack server push request, request = NotifySubscriberRequest, requestId = 250
|
||||
21:35:11.966 [nacos-grpc-client-executor-47.116.164.196-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Receive server push request, request = NotifySubscriberRequest, requestId = 252
|
||||
21:35:11.967 [nacos-grpc-client-executor-47.116.164.196-26] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Ack server push request, request = NotifySubscriberRequest, requestId = 252
|
||||
21:35:11.968 [nacos-grpc-client-executor-47.116.164.196-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Receive server push request, request = NotifySubscriberRequest, requestId = 253
|
||||
21:35:11.968 [nacos-grpc-client-executor-47.116.164.196-27] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Ack server push request, request = NotifySubscriberRequest, requestId = 253
|
||||
21:38:09.006 [nacos-grpc-client-executor-47.116.164.196-113] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Receive server push request, request = NotifySubscriberRequest, requestId = 255
|
||||
21:38:09.006 [nacos-grpc-client-executor-47.116.164.196-113] INFO c.a.n.client.naming - [isChangedServiceInfo,225] - removed ips(1) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"172.18.0.8#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"172.18.0.8","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:38:09.006 [nacos-grpc-client-executor-47.116.164.196-113] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"192.168.110.6#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"192.168.110.6","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:38:09.010 [nacos-grpc-client-executor-47.116.164.196-113] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Ack server push request, request = NotifySubscriberRequest, requestId = 255
|
||||
21:38:21.074 [nacos-grpc-client-executor-47.116.164.196-125] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Receive server push request, request = NotifySubscriberRequest, requestId = 257
|
||||
21:38:21.074 [nacos-grpc-client-executor-47.116.164.196-125] INFO c.a.n.client.naming - [isChangedServiceInfo,219] - new ips(1) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"172.18.0.6#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"172.18.0.6","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:38:21.074 [nacos-grpc-client-executor-47.116.164.196-125] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(2) service: DEFAULT_GROUP@@cloud-gateway -> [{"instanceId":"192.168.110.6#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"192.168.110.6","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000},{"instanceId":"172.18.0.6#8080#DEFAULT#DEFAULT_GROUP@@cloud-gateway","ip":"172.18.0.6","port":8080,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-gateway","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:38:21.077 [nacos-grpc-client-executor-47.116.164.196-125] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Ack server push request, request = NotifySubscriberRequest, requestId = 257
|
||||
21:50:13.421 [boundedElastic-7] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-system, group:DEFAULT_GROUP, clusters:
|
||||
21:50:13.421 [boundedElastic-12] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-system, group:DEFAULT_GROUP, clusters:
|
||||
21:50:13.425 [boundedElastic-7] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-system, group:DEFAULT_GROUP, cluster:
|
||||
21:50:13.425 [boundedElastic-12] INFO c.a.n.client.naming - [subscribe,377] - [GRPC-SUBSCRIBE] service:cloud-system, group:DEFAULT_GROUP, cluster:
|
||||
21:50:13.436 [boundedElastic-3] INFO c.a.n.client.naming - [subscribe,164] - [SUBSCRIBE-SERVICE] service:cloud-system, group:DEFAULT_GROUP, clusters:
|
||||
21:50:13.436 [boundedElastic-7] INFO c.a.n.client.naming - [isChangedServiceInfo,169] - init new ips(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"172.18.0.8#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"172.18.0.8","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:50:13.440 [boundedElastic-7] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"172.18.0.8#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"172.18.0.8","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:50:13.978 [nacos-grpc-client-executor-47.116.164.196-422] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Receive server push request, request = NotifySubscriberRequest, requestId = 261
|
||||
21:50:13.978 [nacos-grpc-client-executor-47.116.164.196-422] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Ack server push request, request = NotifySubscriberRequest, requestId = 261
|
||||
21:51:05.713 [nacos-grpc-client-executor-47.116.164.196-437] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Receive server push request, request = NotifySubscriberRequest, requestId = 263
|
||||
21:51:05.713 [nacos-grpc-client-executor-47.116.164.196-437] INFO c.a.n.client.naming - [isChangedServiceInfo,225] - removed ips(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"172.18.0.8#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"172.18.0.8","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:51:05.713 [nacos-grpc-client-executor-47.116.164.196-437] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(0) service: DEFAULT_GROUP@@cloud-system -> []
|
||||
21:51:05.713 [nacos-grpc-client-executor-47.116.164.196-437] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Ack server push request, request = NotifySubscriberRequest, requestId = 263
|
||||
21:51:26.017 [nacos-grpc-client-executor-47.116.164.196-448] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Receive server push request, request = NotifySubscriberRequest, requestId = 266
|
||||
21:51:26.017 [nacos-grpc-client-executor-47.116.164.196-448] INFO c.a.n.client.naming - [isChangedServiceInfo,219] - new ips(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"172.18.0.8#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"172.18.0.8","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:51:26.017 [nacos-grpc-client-executor-47.116.164.196-448] INFO c.a.n.client.naming - [processServiceInfo,144] - current ips:(1) service: DEFAULT_GROUP@@cloud-system -> [{"instanceId":"172.18.0.8#9701#DEFAULT#DEFAULT_GROUP@@cloud-system","ip":"172.18.0.8","port":9701,"weight":1.0,"healthy":true,"enabled":true,"ephemeral":true,"clusterName":"DEFAULT","serviceName":"DEFAULT_GROUP@@cloud-system","metadata":{"preserved.register.source":"SPRING_CLOUD"},"instanceHeartBeatInterval":5000,"instanceHeartBeatTimeOut":15000,"ipDeleteTimeout":30000}]
|
||||
21:51:26.017 [nacos-grpc-client-executor-47.116.164.196-448] INFO c.a.n.c.r.client - [printIfInfoEnabled,63] - [f59e8baf-3687-4afa-8546-35a7cc00b4ab] Ack server push request, request = NotifySubscriberRequest, requestId = 266
|
||||
21:52:04.207 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,95] - De-registering from Nacos Server now...
|
||||
21:52:04.207 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [deregisterService,272] - [DEREGISTER-SERVICE] 77bc1e96-0c90-425b-9a0a-8f3e56a3a3e2 deregistering service cloud-gateway with instance: Instance{instanceId='null', ip='192.168.110.6', port=8080, weight=1.0, healthy=true, enabled=true, ephemeral=true, clusterName='DEFAULT', serviceName='null', metadata={}}
|
||||
21:52:04.518 [SpringApplicationShutdownHook] INFO c.a.c.n.r.NacosServiceRegistry - [deregister,115] - De-registration finished.
|
||||
21:52:04.519 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,254] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown begin
|
||||
21:52:04.519 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,180] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown begin
|
||||
21:52:04.519 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,182] - com.alibaba.nacos.client.naming.backups.FailoverReactor do shutdown stop
|
||||
21:52:04.519 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,256] - com.alibaba.nacos.client.naming.cache.ServiceInfoHolder do shutdown stop
|
||||
21:52:04.519 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,204] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown begin
|
||||
21:52:04.519 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,147] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown begin
|
||||
21:52:04.519 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,149] - com.alibaba.nacos.client.naming.core.ServiceInfoUpdateService do shutdown stop
|
||||
21:52:04.519 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,218] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown begin
|
||||
21:52:04.520 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,223] - com.alibaba.nacos.client.naming.core.ServerListManager do shutdown stop
|
||||
21:52:04.520 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,468] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown begin
|
||||
21:52:04.520 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,470] - com.alibaba.nacos.client.naming.remote.http.NamingHttpClientProxy do shutdown stop
|
||||
21:52:04.520 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,487] - Shutdown naming grpc client proxy for uuid->f59e8baf-3687-4afa-8546-35a7cc00b4ab
|
||||
21:52:04.520 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,331] - Shutdown grpc redo service executor java.util.concurrent.ScheduledThreadPoolExecutor@4e73a320[Running, pool size = 1, active threads = 0, queued tasks = 1, completed tasks = 336]
|
||||
21:52:04.520 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,425] - Shutdown rpc client, set status to shutdown
|
||||
21:52:04.520 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [shutdown,427] - Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@554b7ae4[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
|
||||
21:52:04.520 [SpringApplicationShutdownHook] INFO c.a.n.c.r.client - [closeConnection,584] - Close current connection 1723210511045_117.143.60.22_64344
|
||||
21:52:04.522 [SpringApplicationShutdownHook] INFO c.a.n.c.r.c.g.GrpcClient - [shutdown,187] - Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@cf50b43[Running, pool size = 3, active threads = 0, queued tasks = 0, completed tasks = 489]
|
||||
21:52:04.522 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutDownAndRemove,497] - shutdown and remove naming rpc client for uuid ->f59e8baf-3687-4afa-8546-35a7cc00b4ab
|
||||
21:52:04.522 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialWatcher - [stop,107] - [null] CredentialWatcher is stopped
|
||||
21:52:04.523 [SpringApplicationShutdownHook] INFO c.a.n.c.a.r.i.CredentialService - [free,91] - [null] CredentialService is freed
|
||||
21:52:04.523 [SpringApplicationShutdownHook] INFO c.a.n.client.naming - [shutdown,211] - com.alibaba.nacos.client.naming.remote.NamingClientProxyDelegate do shutdown stop
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<artifactId>cloud-gateway</artifactId>
|
||||
|
||||
<version>1.0.0</version>
|
||||
<description>
|
||||
cloud-gateway网关模块
|
||||
</description>
|
||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
#Generated by Maven
|
||||
#Sat Jul 27 12:41:20 CST 2024
|
||||
#Mon Jul 29 18:16:20 CST 2024
|
||||
groupId=com.muyu
|
||||
artifactId=cloud-gateway
|
||||
version=3.6.3
|
||||
|
|
Loading…
Reference in New Issue