| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- 10:27:18:653 INFO 19424 --- [main] c.z.environment.EnvironmentApplication : The following 1 profile is active: "dev"
- 10:27:19:358 INFO 19424 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode
- 10:27:19:361 INFO 19424 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis repositories in DEFAULT mode.
- 10:27:19:386 INFO 19424 --- [main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 11 ms. Found 0 Redis repository interfaces.
- 10:27:19:587 INFO 19424 --- [main] o.s.cloud.context.scope.GenericScope : BeanFactory id=8313f301-f28a-38d1-9ac9-2af64d1ae4e8
- 10:27:20:088 INFO 19424 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8302 (http)
- 10:27:20:101 INFO 19424 --- [main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
- 10:27:20:101 INFO 19424 --- [main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.75]
- 10:27:20:297 INFO 19424 --- [main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
- 10:27:20:298 INFO 19424 --- [main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1628 ms
- 10:27:21:653 INFO 19424 --- [main] c.z.environment.config.RSServerService : RSServer服务开始初始化,监听端口:9801
- 10:27:21:654 INFO 19424 --- [RSServer-Worker] c.z.environment.config.RSServerService : RSServer实例初始化完成,耗时:0ms
- 10:27:21:655 INFO 19424 --- [RSServer-Worker] c.z.environment.config.RSServerService : 开始启动RSServer(阻塞式监听)
- 10:27:21:872 INFO 19424 --- [main] c.a.c.sentinel.SentinelWebMvcConfigurer : [Sentinel Starter] register SentinelWebInterceptor with urlPatterns: [/**].
- 10:27:22:402 INFO 19424 --- [main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2ControllerWebMvc#getDocumentation(String, HttpServletRequest)]
- 10:27:23:296 INFO 19424 --- [main] com.alibaba.nacos.common.remote.client : [RpcClientFactory] create a new rpc client of 4c757d90-c8e5-4418-a492-1714501a1d45
- 10:27:23:296 INFO 19424 --- [main] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] RpcClient init label, labels = {module=naming, source=sdk}
- 10:27:23:297 INFO 19424 --- [main] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] RpcClient init, ServerListFactory = com.alibaba.nacos.client.naming.core.ServerListManager
- 10:27:23:297 INFO 19424 --- [main] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] Registry connection listener to current client:com.alibaba.nacos.client.naming.remote.gprc.redo.NamingGrpcRedoService
- 10:27:23:298 INFO 19424 --- [main] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] Register server push request handler:com.alibaba.nacos.client.naming.remote.gprc.NamingPushRequestHandler
- 10:27:23:298 INFO 19424 --- [main] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] Try to connect to server on start up, server: {serverIp = '192.168.110.30', server main port = 8848}
- 10:27:23:415 INFO 19424 --- [main] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] Success to connect to server [192.168.110.30:8848] on start up, connectionId = 1758508042635_192.168.110.235_59807
- 10:27:23:415 INFO 19424 --- [main] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$ConnectResetRequestHandler
- 10:27:23:415 INFO 19424 --- [com.alibaba.nacos.client.remote.worker] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] Notify connected event to listeners.
- 10:27:23:415 INFO 19424 --- [main] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] Register server push request handler:com.alibaba.nacos.common.remote.client.RpcClient$$Lambda$471/0x000000080041b040
- 10:27:23:469 INFO 19424 --- [main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8302 (http) with context path ''
- 10:27:23:476 INFO 19424 --- [main] c.a.c.n.registry.NacosServiceRegistry : nacos registry, DEFAULT_GROUP environment-service 192.168.110.235:8302 register finished
- 10:27:23:727 INFO 19424 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Documentation plugins bootstrapped
- 10:27:23:729 INFO 19424 --- [main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
- 10:27:23:742 INFO 19424 --- [main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
- 10:27:23:752 INFO 19424 --- [main] c.z.environment.EnvironmentApplication : Started EnvironmentApplication in 7.68 seconds (JVM running for 8.501)
- 10:27:23:757 INFO 19424 --- [main] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=environment-service-dev.yaml, group=DEFAULT_GROUP
- 10:27:23:758 INFO 19424 --- [main] c.a.c.n.refresh.NacosContextRefresher : [Nacos Config] Listening config: dataId=environment-service, group=DEFAULT_GROUP
- 10:27:24:036 INFO 19424 --- [nacos-grpc-client-executor-6] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] Receive server push request, request = NotifySubscriberRequest, requestId = 8
- 10:27:24:062 INFO 19424 --- [nacos-grpc-client-executor-6] com.alibaba.nacos.common.remote.client : [4c757d90-c8e5-4418-a492-1714501a1d45] Ack server push request, request = NotifySubscriberRequest, requestId = 8
- 10:27:41:655 WARN 19424 --- [RSServer-Monitor] c.z.environment.config.RSServerService : RSServer初始化超时(>20秒),服务器可能仍在启动(正常慢启动),可延长timeoutSeconds阈值
- 11:06:10:558 WARN 19424 --- [Thread-1] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Start destroying common HttpClient
- 11:06:10:558 WARN 19424 --- [Thread-5] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Start destroying Publisher
- 11:06:10:560 WARN 19424 --- [Thread-5] c.a.nacos.common.notify.NotifyCenter : [NotifyCenter] Destruction of the end
- 11:06:10:560 WARN 19424 --- [Thread-1] c.a.n.common.http.HttpClientBeanHolder : [HttpClientBeanHolder] Destruction of the end
- 11:06:10:813 INFO 19424 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registering from Nacos Server now...
- 11:06:10:816 INFO 19424 --- [SpringApplicationShutdownHook] c.a.c.n.registry.NacosServiceRegistry : De-registration finished.
- 11:06:11:121 INFO 19424 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown rpc client, set status to shutdown
- 11:06:11:121 INFO 19424 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Shutdown client event executor java.util.concurrent.ScheduledThreadPoolExecutor@703902b0[Running, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 0]
- 11:06:11:121 INFO 19424 --- [SpringApplicationShutdownHook] com.alibaba.nacos.common.remote.client : Close current connection 1758508042635_192.168.110.235_59807
- 11:06:11:122 INFO 19424 --- [nacos-grpc-client-executor-476] c.a.n.c.remote.client.grpc.GrpcClient : [1758508042635_192.168.110.235_59807]Ignore complete event,isRunning:false,isAbandon=false
- 11:06:11:125 INFO 19424 --- [SpringApplicationShutdownHook] c.a.n.c.remote.client.grpc.GrpcClient : Shutdown grpc executor java.util.concurrent.ThreadPoolExecutor@15cff930[Running, pool size = 5, active threads = 0, queued tasks = 0, completed tasks = 477]
- 11:06:11:130 INFO 19424 --- [SpringApplicationShutdownHook] c.z.environment.config.RSServerService : 开始关闭RSServer资源
- 11:06:11:130 INFO 19424 --- [SpringApplicationShutdownHook] c.z.environment.config.RSServerService : RSServer服务器已停止
- 11:06:11:134 INFO 19424 --- [RSServer-Worker] c.z.environment.config.RSServerService : RSServer已启动并监听端口:9801,启动耗时:2329479ms
- 11:06:11:134 INFO 19424 --- [SpringApplicationShutdownHook] c.z.environment.config.RSServerService : RSServer线程池已正常关闭
- 11:06:11:134 INFO 19424 --- [SpringApplicationShutdownHook] c.z.environment.config.RSServerService : RSServer资源关闭完成
|