You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
170 lines
30 KiB
170 lines
30 KiB
2023-03-23 20:45:01.204 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$7938c9fe] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:45:01.443 [main] INFO c.y.tlog.example.feign.TLogFeignConsumerRunner - No active profile set, falling back to default profiles: default
|
|
2023-03-23 20:45:01.787 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=1a75f76e-1c44-32a5-a6aa-553db727868a
|
|
2023-03-23 20:45:01.823 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.yomahub.tlog.example.feign.client.TLogFeignClient' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:45:01.838 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$52e25f26] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:45:01.854 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$7938c9fe] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:45:02.093 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 3111 (http)
|
|
2023-03-23 20:45:02.109 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-3111"]
|
|
2023-03-23 20:45:02.109 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2023-03-23 20:45:02.109 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.24]
|
|
2023-03-23 20:45:02.187 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2023-03-23 20:45:02.187 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 744 ms
|
|
2023-03-23 20:45:02.382 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-03-23 20:45:02.382 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-03-23 20:45:02.382 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-03-23 20:45:02.382 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-03-23 20:45:02.556 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
|
2023-03-23 20:45:02.846 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService
|
|
2023-03-23 20:45:03.150 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-3111"]
|
|
2023-03-23 20:45:03.166 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 3111 (http) with context path ''
|
|
2023-03-23 20:45:05.312 [main] ERROR c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, tlog-logback-feign-consumer register failed...NacosRegistration{nacosDiscoveryProperties=NacosDiscoveryProperties{serverAddr='127.0.0.1:8848', endpoint='', namespace='', watchDelay=30000, logName='', service='tlog-logback-feign-consumer', weight=1.0, clusterName='DEFAULT', namingLoadCacheAtStart='false', metadata={preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.56.1', networkInterface='', port=3111, secure=false, accessKey='', secretKey=''}},
|
|
java.lang.IllegalStateException: failed to req API:/nacos/v1/ns/instance after all servers([127.0.0.1:8848]) tried: failed to req API:127.0.0.1:8848/nacos/v1/ns/instance. code:500 msg: java.net.ConnectException: Connection refused: connect
|
|
at com.alibaba.nacos.client.naming.net.NamingProxy.reqAPI(NamingProxy.java:464)
|
|
at com.alibaba.nacos.client.naming.net.NamingProxy.reqAPI(NamingProxy.java:386)
|
|
at com.alibaba.nacos.client.naming.net.NamingProxy.registerService(NamingProxy.java:188)
|
|
at com.alibaba.nacos.client.naming.NacosNamingService.registerInstance(NacosNamingService.java:205)
|
|
at com.alibaba.nacos.client.naming.NacosNamingService.registerInstance(NacosNamingService.java:184)
|
|
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.register(NacosServiceRegistry.java:61)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.register(AbstractAutoServiceRegistration.java:239)
|
|
at com.alibaba.cloud.nacos.registry.NacosAutoServiceRegistration.register(NacosAutoServiceRegistration.java:74)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.start(AbstractAutoServiceRegistration.java:138)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.bind(AbstractAutoServiceRegistration.java:101)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:88)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.onApplicationEvent(AbstractAutoServiceRegistration.java:47)
|
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172)
|
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165)
|
|
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:139)
|
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:402)
|
|
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:359)
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.finishRefresh(ServletWebServerApplicationContext.java:165)
|
|
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:552)
|
|
at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:141)
|
|
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:744)
|
|
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:391)
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:312)
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1215)
|
|
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1204)
|
|
at com.yomahub.tlog.example.feign.TLogFeignConsumerRunner.main(TLogFeignConsumerRunner.java:16)
|
|
2023-03-23 20:45:05.486 [main] INFO c.y.tlog.example.feign.TLogFeignConsumerRunner - Started TLogFeignConsumerRunner in 4.832 seconds (JVM running for 6.103)
|
|
2023-03-23 20:45:43.766 [Thread-19] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - De-registering from Nacos Server now...
|
|
2023-03-23 20:45:45.814 [Thread-19] ERROR c.a.cloud.nacos.registry.NacosServiceRegistry - ERR_NACOS_DEREGISTER, de-register failed...NacosRegistration{nacosDiscoveryProperties=NacosDiscoveryProperties{serverAddr='127.0.0.1:8848', endpoint='', namespace='', watchDelay=30000, logName='', service='tlog-logback-feign-consumer', weight=1.0, clusterName='DEFAULT', namingLoadCacheAtStart='false', metadata={preserved.register.source=SPRING_CLOUD}, registerEnabled=true, ip='192.168.56.1', networkInterface='', port=3111, secure=false, accessKey='', secretKey=''}},
|
|
java.lang.IllegalStateException: failed to req API:/nacos/v1/ns/instance after all servers([127.0.0.1:8848]) tried: failed to req API:127.0.0.1:8848/nacos/v1/ns/instance. code:500 msg: java.net.ConnectException: Connection refused: connect
|
|
at com.alibaba.nacos.client.naming.net.NamingProxy.reqAPI(NamingProxy.java:464)
|
|
at com.alibaba.nacos.client.naming.net.NamingProxy.reqAPI(NamingProxy.java:386)
|
|
at com.alibaba.nacos.client.naming.net.NamingProxy.deregisterService(NamingProxy.java:205)
|
|
at com.alibaba.nacos.client.naming.NacosNamingService.deregisterInstance(NacosNamingService.java:244)
|
|
at com.alibaba.nacos.client.naming.NacosNamingService.deregisterInstance(NacosNamingService.java:231)
|
|
at com.alibaba.nacos.client.naming.NacosNamingService.deregisterInstance(NacosNamingService.java:221)
|
|
at com.alibaba.cloud.nacos.registry.NacosServiceRegistry.deregister(NacosServiceRegistry.java:85)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.deregister(AbstractAutoServiceRegistration.java:256)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.stop(AbstractAutoServiceRegistration.java:271)
|
|
at org.springframework.cloud.client.serviceregistry.AbstractAutoServiceRegistration.destroy(AbstractAutoServiceRegistration.java:208)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
|
|
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
|
|
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
|
|
at java.lang.reflect.Method.invoke(Method.java:498)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:363)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeDestroyMethods(InitDestroyAnnotationBeanPostProcessor.java:321)
|
|
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeDestruction(InitDestroyAnnotationBeanPostProcessor.java:156)
|
|
at org.springframework.beans.factory.support.DisposableBeanAdapter.destroy(DisposableBeanAdapter.java:242)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroyBean(DefaultSingletonBeanRegistry.java:571)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingleton(DefaultSingletonBeanRegistry.java:543)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingleton(DefaultListableBeanFactory.java:1036)
|
|
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.destroySingletons(DefaultSingletonBeanRegistry.java:504)
|
|
at org.springframework.beans.factory.support.DefaultListableBeanFactory.destroySingletons(DefaultListableBeanFactory.java:1029)
|
|
at org.springframework.context.support.AbstractApplicationContext.destroyBeans(AbstractApplicationContext.java:1057)
|
|
at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1026)
|
|
at org.springframework.context.support.AbstractApplicationContext$1.run(AbstractApplicationContext.java:945)
|
|
2023-03-23 20:45:45.814 [Thread-19] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - De-registration finished.
|
|
2023-03-23 20:45:45.815 [Thread-19] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
|
|
2023-03-23 20:45:48.735 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$107baff2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:45:49.036 [main] INFO c.y.tlog.example.feign.TLogFeignConsumerRunner - No active profile set, falling back to default profiles: default
|
|
2023-03-23 20:45:49.338 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=1a75f76e-1c44-32a5-a6aa-553db727868a
|
|
2023-03-23 20:45:49.370 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.yomahub.tlog.example.feign.client.TLogFeignClient' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:45:49.398 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$ea25451a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:45:49.410 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$107baff2] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:45:49.656 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 3111 (http)
|
|
2023-03-23 20:45:49.656 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-3111"]
|
|
2023-03-23 20:45:49.656 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2023-03-23 20:45:49.656 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.24]
|
|
2023-03-23 20:45:49.750 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2023-03-23 20:45:49.750 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 705 ms
|
|
2023-03-23 20:45:49.906 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-03-23 20:45:49.906 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-03-23 20:45:49.906 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-03-23 20:45:49.906 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-03-23 20:45:50.046 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
|
2023-03-23 20:45:50.335 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService
|
|
2023-03-23 20:45:50.702 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-3111"]
|
|
2023-03-23 20:45:50.736 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 3111 (http) with context path ''
|
|
2023-03-23 20:45:53.054 [main] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, tlog-logback-feign-consumer 192.168.56.1:3111 register finished
|
|
2023-03-23 20:45:53.230 [main] INFO c.y.tlog.example.feign.TLogFeignConsumerRunner - Started TLogFeignConsumerRunner in 5.091 seconds (JVM running for 5.931)
|
|
2023-03-23 20:46:10.772 [http-nio-3111-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2023-03-23 20:46:10.772 [http-nio-3111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
2023-03-23 20:46:10.778 [http-nio-3111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 6 ms
|
|
2023-03-23 20:46:11.061 [http-nio-3111-exec-1] INFO c.y.t.e.f.controller.TlogFeignConsumerController - [192.168.56.1][0][12360061481386048] invoke consumer controller method sayHello
|
|
2023-03-23 20:46:14.448 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.domain.ConsumerDomain - [192.168.56.1][0][12360061481386048] invoke consumer domain method sayHello
|
|
2023-03-23 20:46:14.466 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360061481386048] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 0
|
|
2023-03-23 20:46:14.971 [http-nio-3111-exec-1] INFO com.netflix.config.ChainedDynamicProperty - [192.168.56.1][0][12360061481386048] Flipping property: tlog-logback-feign-provider.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
|
2023-03-23 20:46:14.994 [http-nio-3111-exec-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - [192.168.56.1][0][12360061481386048] Client: tlog-logback-feign-provider instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=tlog-logback-feign-provider,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
|
2023-03-23 20:46:14.998 [http-nio-3111-exec-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - [192.168.56.1][0][12360061481386048] Using serverListUpdater PollingServerListUpdater
|
|
2023-03-23 20:46:15.023 [http-nio-3111-exec-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - [192.168.56.1][0][12360061481386048] DynamicServerListLoadBalancer for client tlog-logback-feign-provider initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=tlog-logback-feign-provider,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:com.alibaba.cloud.nacos.ribbon.NacosServerList@10a8776d
|
|
2023-03-23 20:46:15.583 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360061481386048] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 1
|
|
2023-03-23 20:46:17.591 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360061481386048] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 2
|
|
2023-03-23 20:46:25.603 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360061481386048] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 3
|
|
2023-03-23 20:46:45.606 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360061481386048] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 4
|
|
2023-03-23 20:47:05.612 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360061481386048] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 5
|
|
2023-03-23 20:47:05.614 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360061481386048] 我在重试了6次后,我最终还是失败了======
|
|
2023-03-23 20:47:05.615 [http-nio-3111-exec-1] INFO c.y.t.e.f.controller.TlogFeignConsumerController - [192.168.56.1][0][12360061481386048] 重试次数,0
|
|
2023-03-23 20:48:40.936 [Thread-29] INFO com.netflix.loadbalancer.PollingServerListUpdater - [192.168.56.1][0][12360061481386048] Shutting down the Executor Pool for PollingServerListUpdater
|
|
2023-03-23 20:48:40.936 [Thread-19] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - De-registering from Nacos Server now...
|
|
2023-03-23 20:48:40.936 [Thread-19] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - De-registration finished.
|
|
2023-03-23 20:48:40.936 [Thread-19] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Shutting down ExecutorService 'applicationTaskExecutor'
|
|
2023-03-23 20:48:44.655 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$f94ed287] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:48:44.939 [main] INFO c.y.tlog.example.feign.TLogFeignConsumerRunner - No active profile set, falling back to default profiles: default
|
|
2023-03-23 20:48:45.271 [main] INFO o.springframework.cloud.context.scope.GenericScope - BeanFactory id=1a75f76e-1c44-32a5-a6aa-553db727868a
|
|
2023-03-23 20:48:45.317 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'com.yomahub.tlog.example.feign.client.TLogFeignClient' of type [org.springframework.cloud.openfeign.FeignClientFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:48:45.333 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$d2f867af] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:48:45.359 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$f94ed287] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
|
2023-03-23 20:48:45.598 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 3111 (http)
|
|
2023-03-23 20:48:45.613 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-3111"]
|
|
2023-03-23 20:48:45.613 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2023-03-23 20:48:45.613 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.24]
|
|
2023-03-23 20:48:45.691 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2023-03-23 20:48:45.691 [main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 736 ms
|
|
2023-03-23 20:48:45.853 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-03-23 20:48:45.853 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-03-23 20:48:45.855 [main] WARN com.netflix.config.sources.URLConfigurationSource - No URLs will be polled as dynamic configuration sources.
|
|
2023-03-23 20:48:45.855 [main] INFO com.netflix.config.sources.URLConfigurationSource - To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
|
2023-03-23 20:48:46.015 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskExecutor - Initializing ExecutorService 'applicationTaskExecutor'
|
|
2023-03-23 20:48:46.296 [main] INFO o.s.scheduling.concurrent.ThreadPoolTaskScheduler - Initializing ExecutorService
|
|
2023-03-23 20:48:46.602 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-3111"]
|
|
2023-03-23 20:48:46.629 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 3111 (http) with context path ''
|
|
2023-03-23 20:48:46.686 [main] INFO c.a.cloud.nacos.registry.NacosServiceRegistry - nacos registry, tlog-logback-feign-consumer 192.168.56.1:3111 register finished
|
|
2023-03-23 20:48:46.872 [main] INFO c.y.tlog.example.feign.TLogFeignConsumerRunner - Started TLogFeignConsumerRunner in 2.764 seconds (JVM running for 3.46)
|
|
2023-03-23 21:00:19.358 [http-nio-3111-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2023-03-23 21:00:19.358 [http-nio-3111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
2023-03-23 21:00:19.373 [http-nio-3111-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 15 ms
|
|
2023-03-23 21:00:19.693 [http-nio-3111-exec-1] INFO c.y.t.e.f.controller.TlogFeignConsumerController - [192.168.56.1][0][12360117095956544] invoke consumer controller method sayHello
|
|
2023-03-23 21:00:19.693 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.domain.ConsumerDomain - [192.168.56.1][0][12360117095956544] invoke consumer domain method sayHello
|
|
2023-03-23 21:00:19.709 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360117095956544] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 0
|
|
2023-03-23 21:00:20.248 [http-nio-3111-exec-1] INFO com.netflix.config.ChainedDynamicProperty - [192.168.56.1][0][12360117095956544] Flipping property: tlog-logback-feign-provider.ribbon.ActiveConnectionsLimit to use NEXT property: niws.loadbalancer.availabilityFilteringRule.activeConnectionsLimit = 2147483647
|
|
2023-03-23 21:00:20.269 [http-nio-3111-exec-1] INFO com.netflix.loadbalancer.BaseLoadBalancer - [192.168.56.1][0][12360117095956544] Client: tlog-logback-feign-provider instantiated a LoadBalancer: DynamicServerListLoadBalancer:{NFLoadBalancer:name=tlog-logback-feign-provider,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:null
|
|
2023-03-23 21:00:20.276 [http-nio-3111-exec-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - [192.168.56.1][0][12360117095956544] Using serverListUpdater PollingServerListUpdater
|
|
2023-03-23 21:00:20.297 [http-nio-3111-exec-1] INFO c.n.loadbalancer.DynamicServerListLoadBalancer - [192.168.56.1][0][12360117095956544] DynamicServerListLoadBalancer for client tlog-logback-feign-provider initialized: DynamicServerListLoadBalancer:{NFLoadBalancer:name=tlog-logback-feign-provider,current list of Servers=[],Load balancer stats=Zone stats: {},Server stats: []}ServerList:com.alibaba.cloud.nacos.ribbon.NacosServerList@22f3b72
|
|
2023-03-23 21:00:20.848 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360117095956544] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 1
|
|
2023-03-23 21:00:22.855 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360117095956544] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 2
|
|
2023-03-23 21:00:30.857 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360117095956544] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 3
|
|
2023-03-23 21:00:50.863 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360117095956544] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 4
|
|
2023-03-23 21:01:10.866 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360117095956544] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 5
|
|
2023-03-23 21:01:10.868 [http-nio-3111-exec-1] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360117095956544] 我在重试了6次后,我最终还是失败了======
|
|
2023-03-23 21:01:36.789 [http-nio-3111-exec-4] INFO c.y.t.e.f.controller.TlogFeignConsumerController - [192.168.56.1][0][12360122157563968] invoke consumer controller method sayHello
|
|
2023-03-23 21:01:36.790 [http-nio-3111-exec-4] INFO c.yomahub.tlog.example.feign.domain.ConsumerDomain - [192.168.56.1][0][12360122157563968] invoke consumer domain method sayHello
|
|
2023-03-23 21:01:36.790 [http-nio-3111-exec-4] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360122157563968] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 0
|
|
2023-03-23 21:01:37.298 [http-nio-3111-exec-4] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360122157563968] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 1
|
|
2023-03-23 21:01:39.314 [http-nio-3111-exec-4] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360122157563968] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 2
|
|
2023-03-23 21:01:47.327 [http-nio-3111-exec-4] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360122157563968] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 3
|
|
2023-03-23 21:02:07.330 [http-nio-3111-exec-4] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360122157563968] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 4
|
|
2023-03-23 21:02:27.340 [http-nio-3111-exec-4] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360122157563968] Sending request method: sayHello, max attempt: 6, delay: 500, retryCount: 5
|
|
2023-03-23 21:02:27.344 [http-nio-3111-exec-4] INFO c.yomahub.tlog.example.feign.aop.FeignRetryAspect - [192.168.56.1][0][12360122157563968] 我在重试了6次后,我最终还是失败了======
|
|
|