mirror of
https://github.com/201206030/novel-cloud.git
synced 2025-04-27 01:40:50 +00:00
删掉日志
This commit is contained in:
parent
d27387b0bf
commit
e4f71d54e6
@ -1,282 +0,0 @@
|
||||
2020-05-28 09:38:57,940 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'novel-jwt.yml', group: 'novel-common'
|
||||
2020-05-28 09:38:58,087 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'author-service.yml', group: 'author-service'
|
||||
2020-05-28 09:38:58,319 INFO (PropertySourceBootstrapConfiguration.java:101)- Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='author-service-dev.yml'}, NacosPropertySource {name='author-service-common.yml'}, NacosPropertySource {name='author-service.yml'}, NacosPropertySource {name='novel-jwt.yml'}]}
|
||||
2020-05-28 09:39:03,356 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:39:03,356 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:39:04,942 WARN (EndpointId.java:131)- Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:39:04,946 WARN (EndpointId.java:131)- Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:39:04,993 WARN (EndpointId.java:131)- Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:39:05,311 INFO (GenericScope.java:295)- BeanFactory id=dfba7f23-8036-3123-a21a-120d1a60e291
|
||||
2020-05-28 09:39:05,465 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$d021fb0d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:39:05,495 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ec3bfe0a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:39:05,845 INFO (TomcatWebServer.java:90)- Tomcat initialized with port(s): 660 (http)
|
||||
2020-05-28 09:39:05,878 INFO (DirectJDKLog.java:173)- Starting service [Tomcat]
|
||||
2020-05-28 09:39:05,878 INFO (DirectJDKLog.java:173)- Starting Servlet engine: [Apache Tomcat/9.0.24]
|
||||
2020-05-28 09:39:06,194 INFO (DirectJDKLog.java:173)- Initializing Spring embedded WebApplicationContext
|
||||
2020-05-28 09:39:06,195 INFO (ServletWebServerApplicationContext.java:284)- Root WebApplicationContext: initialization completed in 2821 ms
|
||||
2020-05-28 09:39:06,557 WARN (URLConfigurationSource.java:121)- No URLs will be polled as dynamic configuration sources.
|
||||
2020-05-28 09:39:06,558 INFO (URLConfigurationSource.java:122)- To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
2020-05-28 09:39:06,589 INFO (DynamicPropertyFactory.java:281)- DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@4601047
|
||||
2020-05-28 09:39:07,278 INFO (NacosNamingService.java:198)- initializer namespace from System Property :null
|
||||
2020-05-28 09:39:07,280 INFO (NacosNamingService.java:208)- initializer namespace from System Environment :null
|
||||
2020-05-28 09:39:07,281 INFO (NacosNamingService.java:217)- initializer namespace from Credential Module null
|
||||
2020-05-28 09:39:07,442 WARN (AbstractApplicationContext.java:557)- Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisServiceImpl': Resolution of declared constructors on bean Class [com.java2nb.novel.common.cache.impl.RedisServiceImpl] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2] failed; nested exception is java.lang.NoClassDefFoundError: org/springframework/data/redis/core/StringRedisTemplate
|
||||
2020-05-28 09:39:07,446 INFO (DirectJDKLog.java:173)- Stopping service [Tomcat]
|
||||
2020-05-28 09:39:07,450 WARN (DirectJDKLog.java:173)- The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.naming.client.listener] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
|
||||
sun.misc.Unsafe.park(Native Method)
|
||||
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
|
||||
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
|
||||
java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
|
||||
com.alibaba.nacos.client.naming.core.EventDispatcher$Notifier.run(EventDispatcher.java:114)
|
||||
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
||||
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
||||
java.lang.Thread.run(Thread.java:748)
|
||||
2020-05-28 09:39:07,451 WARN (DirectJDKLog.java:173)- The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.naming.beat.sender] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
|
||||
sun.misc.Unsafe.park(Native Method)
|
||||
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
|
||||
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
|
||||
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
|
||||
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
|
||||
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
|
||||
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
|
||||
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
||||
java.lang.Thread.run(Thread.java:748)
|
||||
2020-05-28 09:39:07,452 WARN (DirectJDKLog.java:173)- The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.naming.beat.sender] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
|
||||
sun.misc.Unsafe.park(Native Method)
|
||||
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
|
||||
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
|
||||
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
|
||||
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
|
||||
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
|
||||
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
|
||||
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
||||
java.lang.Thread.run(Thread.java:748)
|
||||
2020-05-28 09:39:07,453 WARN (DirectJDKLog.java:173)- The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.naming.failover] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
|
||||
sun.misc.Unsafe.park(Native Method)
|
||||
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
|
||||
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
|
||||
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
|
||||
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
|
||||
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
|
||||
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
|
||||
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
||||
java.lang.Thread.run(Thread.java:748)
|
||||
2020-05-28 09:39:07,453 WARN (DirectJDKLog.java:173)- The web application [ROOT] appears to have started a thread named [com.alibaba.nacos.naming.push.receiver] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
|
||||
java.net.PlainDatagramSocketImpl.receive0(Native Method)
|
||||
java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
|
||||
java.net.DatagramSocket.receive(DatagramSocket.java:812)
|
||||
com.alibaba.nacos.client.naming.core.PushReceiver.run(PushReceiver.java:73)
|
||||
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
|
||||
java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266)
|
||||
java.util.concurrent.FutureTask.run(FutureTask.java)
|
||||
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
|
||||
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
|
||||
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
|
||||
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
|
||||
java.lang.Thread.run(Thread.java:748)
|
||||
2020-05-28 09:39:07,471 INFO (ConditionEvaluationReportLoggingListener.java:136)-
|
||||
|
||||
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
|
||||
2020-05-28 09:39:07,487 ERROR (SpringApplication.java:823)- Application run failed
|
||||
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisServiceImpl': Resolution of declared constructors on bean Class [com.java2nb.novel.common.cache.impl.RedisServiceImpl] from ClassLoader [sun.misc.Launcher$AppClassLoader@18b4aac2] failed; nested exception is java.lang.NoClassDefFoundError: org/springframework/data/redis/core/StringRedisTemplate
|
||||
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:284)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineConstructorsFromBeanPostProcessors(AbstractAutowireCapableBeanFactory.java:1269)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1184)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555)
|
||||
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515)
|
||||
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320)
|
||||
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
|
||||
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318)
|
||||
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
|
||||
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:845)
|
||||
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877)
|
||||
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549)
|
||||
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.java2nb.novel.AuthorApplication.main(AuthorApplication.java:18)
|
||||
Caused by: java.lang.NoClassDefFoundError: org/springframework/data/redis/core/StringRedisTemplate
|
||||
at java.lang.Class.getDeclaredConstructors0(Native Method)
|
||||
at java.lang.Class.privateGetDeclaredConstructors(Class.java:2671)
|
||||
at java.lang.Class.getDeclaredConstructors(Class.java:2020)
|
||||
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.determineCandidateConstructors(AutowiredAnnotationBeanPostProcessor.java:279)
|
||||
... 18 common frames omitted
|
||||
Caused by: java.lang.ClassNotFoundException: org.springframework.data.redis.core.StringRedisTemplate
|
||||
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
|
||||
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
|
||||
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
|
||||
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
|
||||
... 22 common frames omitted
|
||||
2020-05-28 09:39:48,199 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'novel-jwt.yml', group: 'novel-common'
|
||||
2020-05-28 09:39:48,308 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'author-service.yml', group: 'author-service'
|
||||
2020-05-28 09:39:48,548 INFO (PropertySourceBootstrapConfiguration.java:101)- Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='author-service-dev.yml'}, NacosPropertySource {name='author-service-common.yml'}, NacosPropertySource {name='author-service.yml'}, NacosPropertySource {name='novel-jwt.yml'}]}
|
||||
2020-05-28 09:39:53,585 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:39:53,585 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:39:55,125 WARN (EndpointId.java:131)- Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:39:55,129 WARN (EndpointId.java:131)- Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:39:55,178 WARN (EndpointId.java:131)- Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:39:55,526 INFO (GenericScope.java:295)- BeanFactory id=8bf55de2-bf6c-30c7-81ed-e82b94b0e49f
|
||||
2020-05-28 09:39:55,696 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$32320777] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:39:55,729 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$4e4c0a74] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:39:56,107 INFO (TomcatWebServer.java:90)- Tomcat initialized with port(s): 660 (http)
|
||||
2020-05-28 09:39:56,141 INFO (DirectJDKLog.java:173)- Starting service [Tomcat]
|
||||
2020-05-28 09:39:56,142 INFO (DirectJDKLog.java:173)- Starting Servlet engine: [Apache Tomcat/9.0.24]
|
||||
2020-05-28 09:39:56,874 INFO (DirectJDKLog.java:173)- Initializing Spring embedded WebApplicationContext
|
||||
2020-05-28 09:39:56,874 INFO (ServletWebServerApplicationContext.java:284)- Root WebApplicationContext: initialization completed in 3269 ms
|
||||
2020-05-28 09:39:57,079 WARN (URLConfigurationSource.java:121)- No URLs will be polled as dynamic configuration sources.
|
||||
2020-05-28 09:39:57,080 INFO (URLConfigurationSource.java:122)- To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
2020-05-28 09:39:57,100 INFO (DynamicPropertyFactory.java:281)- DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@44aa91e2
|
||||
2020-05-28 09:39:57,786 INFO (NacosNamingService.java:198)- initializer namespace from System Property :null
|
||||
2020-05-28 09:39:57,788 INFO (NacosNamingService.java:208)- initializer namespace from System Environment :null
|
||||
2020-05-28 09:39:57,789 INFO (NacosNamingService.java:217)- initializer namespace from Credential Module null
|
||||
2020-05-28 09:39:59,164 INFO (EndpointLinksResolver.java:58)- Exposing 21 endpoint(s) beneath base path '/actuator'
|
||||
2020-05-28 09:39:59,279 INFO (PropertySourcedRequestMappingHandlerMapping.java:69)- Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
||||
2020-05-28 09:39:59,309 WARN (URLConfigurationSource.java:121)- No URLs will be polled as dynamic configuration sources.
|
||||
2020-05-28 09:39:59,309 INFO (URLConfigurationSource.java:122)- To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
2020-05-28 09:39:59,528 INFO (ExecutorConfigurationSupport.java:171)- Initializing ExecutorService 'applicationTaskExecutor'
|
||||
2020-05-28 09:40:00,317 INFO (ExecutorConfigurationSupport.java:171)- Initializing ExecutorService
|
||||
2020-05-28 09:40:01,001 INFO (DocumentationPluginsBootstrapper.java:147)- Context refreshed
|
||||
2020-05-28 09:40:01,024 INFO (DocumentationPluginsBootstrapper.java:150)- Found 1 custom documentation plugin(s)
|
||||
2020-05-28 09:40:01,100 INFO (ApiListingReferenceScanner.java:41)- Scanning for api listing references
|
||||
2020-05-28 09:40:01,242 INFO (TomcatWebServer.java:202)- Tomcat started on port(s): 660 (http) with context path ''
|
||||
2020-05-28 09:40:01,246 INFO (BeatReactor.java:62)- [BEAT] adding beat: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":false,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0} to beat map.
|
||||
2020-05-28 09:40:01,264 INFO (NamingProxy.java:170)- [REGISTER-SERVICE] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c registering service DEFAULT_GROUP@@author-service with instance: {"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"weight":1.0}
|
||||
2020-05-28 09:40:01,402 INFO (NacosServiceRegistry.java:64)- nacos registry, author-service 172.20.10.2:660 register finished
|
||||
2020-05-28 09:40:01,413 INFO (StartupInfoLogger.java:59)- Started AuthorApplication in 30.205 seconds (JVM running for 37.785)
|
||||
2020-05-28 09:40:01,413 INFO (StartupInfoLogger.java:59)- Started AuthorApplication in 30.205 seconds (JVM running for 37.785)
|
||||
2020-05-28 09:40:01,450 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] author-service-dev.yml+author-service+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:40:01,451 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=author-service-dev.yml, group=author-service, cnt=1
|
||||
2020-05-28 09:40:01,458 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] novel-jwt.yml+novel-common+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:40:01,460 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=novel-jwt.yml, group=novel-common, cnt=1
|
||||
2020-05-28 09:40:01,461 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] author-service.yml+author-service+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:40:01,461 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=author-service.yml, group=author-service, cnt=1
|
||||
2020-05-28 09:40:01,462 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] author-service-common.yml+author-service+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:40:01,462 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=author-service-common.yml, group=author-service, cnt=1
|
||||
2020-05-28 09:40:01,917 INFO (DirectJDKLog.java:173)- Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
2020-05-28 09:40:01,920 INFO (FrameworkServlet.java:524)- Initializing Servlet 'dispatcherServlet'
|
||||
2020-05-28 09:40:01,919 INFO (HikariDataSource.java:110)- HikariPool-1 - Starting...
|
||||
2020-05-28 09:40:01,954 INFO (FrameworkServlet.java:546)- Completed initialization in 33 ms
|
||||
2020-05-28 09:40:02,099 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$4e4c0a74] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:40:02,805 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:02,893 INFO (HikariDataSource.java:123)- HikariPool-1 - Start completed.
|
||||
2020-05-28 09:40:02,967 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'novel-jwt.yml', group: 'novel-common'
|
||||
2020-05-28 09:40:03,088 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'author-service.yml', group: 'author-service'
|
||||
2020-05-28 09:40:03,336 INFO (PropertySourceBootstrapConfiguration.java:101)- Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='author-service-dev.yml'}, NacosPropertySource {name='author-service-common.yml'}, NacosPropertySource {name='author-service.yml'}, NacosPropertySource {name='novel-jwt.yml'}]}
|
||||
2020-05-28 09:40:08,370 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:40:08,500 INFO (StartupInfoLogger.java:59)- Started application in 6.828 seconds (JVM running for 44.871)
|
||||
2020-05-28 09:40:08,911 INFO (HikariDataSource.java:350)- HikariPool-1 - Shutdown initiated...
|
||||
2020-05-28 09:40:08,920 INFO (HikariDataSource.java:352)- HikariPool-1 - Shutdown completed.
|
||||
2020-05-28 09:40:08,922 INFO (RefreshEventListener.java:73)- Refresh keys changed: []
|
||||
2020-05-28 09:40:08,922 INFO (CacheData.java:190)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-ok] dataId=novel-jwt.yml, group=novel-common, md5=83296c38d1a0834d14bee40e8285e807, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@154daf0b
|
||||
2020-05-28 09:40:08,922 INFO (CacheData.java:216)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-listener] time cost=7256ms in ClientWorker, dataId=novel-jwt.yml, group=novel-common, md5=83296c38d1a0834d14bee40e8285e807, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@154daf0b
|
||||
2020-05-28 09:40:08,991 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$4e4c0a74] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:40:09,174 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'novel-jwt.yml', group: 'novel-common'
|
||||
2020-05-28 09:40:09,333 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'author-service.yml', group: 'author-service'
|
||||
2020-05-28 09:40:09,611 INFO (PropertySourceBootstrapConfiguration.java:101)- Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='author-service-dev.yml'}, NacosPropertySource {name='author-service-common.yml'}, NacosPropertySource {name='author-service.yml'}, NacosPropertySource {name='novel-jwt.yml'}]}
|
||||
2020-05-28 09:40:14,633 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:40:14,659 INFO (StartupInfoLogger.java:59)- Started application in 5.735 seconds (JVM running for 51.03)
|
||||
2020-05-28 09:40:14,807 INFO (RefreshEventListener.java:73)- Refresh keys changed: []
|
||||
2020-05-28 09:40:14,807 INFO (CacheData.java:190)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-ok] dataId=author-service.yml, group=author-service, md5=8b16c48c6fc98edd7d8008a9962ca5eb, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@1be4878
|
||||
2020-05-28 09:40:14,807 INFO (CacheData.java:216)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-listener] time cost=5885ms in ClientWorker, dataId=author-service.yml, group=author-service, md5=8b16c48c6fc98edd7d8008a9962ca5eb, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@1be4878
|
||||
2020-05-28 09:40:17,818 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:22,822 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:27,826 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:32,829 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:36,562 INFO (HostReactor.java:163)- new ips(1) service: DEFAULT_GROUP@@author-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#660#DEFAULT#DEFAULT_GROUP@@author-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}]
|
||||
2020-05-28 09:40:36,580 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@author-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#660#DEFAULT#DEFAULT_GROUP@@author-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}]
|
||||
2020-05-28 09:40:36,582 INFO (EventDispatcher.java:61)- [LISTENER] adding DEFAULT_GROUP@@author-service with to listener map
|
||||
2020-05-28 09:40:37,733 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@author-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#660#DEFAULT#DEFAULT_GROUP@@author-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}]
|
||||
2020-05-28 09:40:37,829 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:42,832 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:47,837 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:47,892 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@author-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#660#DEFAULT#DEFAULT_GROUP@@author-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}]
|
||||
2020-05-28 09:40:52,840 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:57,846 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:40:58,264 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@author-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#660#DEFAULT#DEFAULT_GROUP@@author-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}]
|
||||
2020-05-28 09:41:00,918 INFO (NacosServiceRegistry.java:76)- De-registering from Nacos Server now...
|
||||
2020-05-28 09:41:00,918 INFO (BeatReactor.java:68)- [BEAT] removing beat: DEFAULT_GROUP@@author-service:172.20.10.2:660 from beat map.
|
||||
2020-05-28 09:41:00,919 INFO (NamingProxy.java:192)- [DEREGISTER-SERVICE] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c deregistering service DEFAULT_GROUP@@author-service with instance: {"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"ip":"172.20.10.2","metadata":{},"port":660,"weight":1.0}
|
||||
2020-05-28 09:41:01,040 INFO (NacosServiceRegistry.java:95)- De-registration finished.
|
||||
2020-05-28 09:41:01,045 INFO (ExecutorConfigurationSupport.java:208)- Shutting down ExecutorService 'applicationTaskExecutor'
|
||||
2020-05-28 09:42:35,895 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'novel-jwt.yml', group: 'novel-common'
|
||||
2020-05-28 09:42:35,994 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'author-service.yml', group: 'author-service'
|
||||
2020-05-28 09:42:36,235 INFO (PropertySourceBootstrapConfiguration.java:101)- Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='author-service-dev.yml'}, NacosPropertySource {name='author-service-common.yml'}, NacosPropertySource {name='author-service.yml'}, NacosPropertySource {name='novel-jwt.yml'}]}
|
||||
2020-05-28 09:42:41,268 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:42:41,268 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:42:42,497 WARN (EndpointId.java:131)- Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:42:42,503 WARN (EndpointId.java:131)- Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:42:42,591 WARN (EndpointId.java:131)- Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:42:43,105 INFO (GenericScope.java:295)- BeanFactory id=8bf55de2-bf6c-30c7-81ed-e82b94b0e49f
|
||||
2020-05-28 09:42:43,261 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$39e5085a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:42:43,292 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$55ff0b57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:42:43,664 INFO (TomcatWebServer.java:90)- Tomcat initialized with port(s): 660 (http)
|
||||
2020-05-28 09:42:43,695 INFO (DirectJDKLog.java:173)- Starting service [Tomcat]
|
||||
2020-05-28 09:42:43,695 INFO (DirectJDKLog.java:173)- Starting Servlet engine: [Apache Tomcat/9.0.24]
|
||||
2020-05-28 09:42:43,994 INFO (DirectJDKLog.java:173)- Initializing Spring embedded WebApplicationContext
|
||||
2020-05-28 09:42:43,995 INFO (ServletWebServerApplicationContext.java:284)- Root WebApplicationContext: initialization completed in 2709 ms
|
||||
2020-05-28 09:42:44,148 WARN (URLConfigurationSource.java:121)- No URLs will be polled as dynamic configuration sources.
|
||||
2020-05-28 09:42:44,149 INFO (URLConfigurationSource.java:122)- To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
2020-05-28 09:42:44,162 INFO (DynamicPropertyFactory.java:281)- DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@65d9e72a
|
||||
2020-05-28 09:42:45,020 INFO (NacosNamingService.java:198)- initializer namespace from System Property :null
|
||||
2020-05-28 09:42:45,021 INFO (NacosNamingService.java:208)- initializer namespace from System Environment :null
|
||||
2020-05-28 09:42:45,022 INFO (NacosNamingService.java:217)- initializer namespace from Credential Module null
|
||||
2020-05-28 09:42:45,615 INFO (EndpointLinksResolver.java:58)- Exposing 21 endpoint(s) beneath base path '/actuator'
|
||||
2020-05-28 09:42:45,718 INFO (PropertySourcedRequestMappingHandlerMapping.java:69)- Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
||||
2020-05-28 09:42:45,749 WARN (URLConfigurationSource.java:121)- No URLs will be polled as dynamic configuration sources.
|
||||
2020-05-28 09:42:45,750 INFO (URLConfigurationSource.java:122)- To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
2020-05-28 09:42:45,930 INFO (ExecutorConfigurationSupport.java:171)- Initializing ExecutorService 'applicationTaskExecutor'
|
||||
2020-05-28 09:42:46,840 INFO (ExecutorConfigurationSupport.java:171)- Initializing ExecutorService
|
||||
2020-05-28 09:42:47,067 INFO (DocumentationPluginsBootstrapper.java:147)- Context refreshed
|
||||
2020-05-28 09:42:47,091 INFO (DocumentationPluginsBootstrapper.java:150)- Found 1 custom documentation plugin(s)
|
||||
2020-05-28 09:42:47,158 INFO (ApiListingReferenceScanner.java:41)- Scanning for api listing references
|
||||
2020-05-28 09:42:47,239 INFO (TomcatWebServer.java:202)- Tomcat started on port(s): 660 (http) with context path ''
|
||||
2020-05-28 09:42:47,245 INFO (BeatReactor.java:62)- [BEAT] adding beat: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":false,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0} to beat map.
|
||||
2020-05-28 09:42:47,319 INFO (NamingProxy.java:170)- [REGISTER-SERVICE] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c registering service DEFAULT_GROUP@@author-service with instance: {"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"weight":1.0}
|
||||
2020-05-28 09:42:47,436 INFO (NacosServiceRegistry.java:64)- nacos registry, author-service 172.20.10.2:660 register finished
|
||||
2020-05-28 09:42:47,444 INFO (StartupInfoLogger.java:59)- Started AuthorApplication in 28.571 seconds (JVM running for 35.608)
|
||||
2020-05-28 09:42:47,444 INFO (StartupInfoLogger.java:59)- Started AuthorApplication in 28.571 seconds (JVM running for 35.608)
|
||||
2020-05-28 09:42:47,467 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] author-service-dev.yml+author-service+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:42:47,468 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=author-service-dev.yml, group=author-service, cnt=1
|
||||
2020-05-28 09:42:47,468 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] novel-jwt.yml+novel-common+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:42:47,469 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=novel-jwt.yml, group=novel-common, cnt=1
|
||||
2020-05-28 09:42:47,469 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] author-service.yml+author-service+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:42:47,469 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=author-service.yml, group=author-service, cnt=1
|
||||
2020-05-28 09:42:47,470 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] author-service-common.yml+author-service+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:42:47,470 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=author-service-common.yml, group=author-service, cnt=1
|
||||
2020-05-28 09:42:47,631 INFO (HikariDataSource.java:110)- HikariPool-1 - Starting...
|
||||
2020-05-28 09:42:47,640 INFO (DirectJDKLog.java:173)- Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
2020-05-28 09:42:47,642 INFO (FrameworkServlet.java:524)- Initializing Servlet 'dispatcherServlet'
|
||||
2020-05-28 09:42:47,674 INFO (FrameworkServlet.java:546)- Completed initialization in 31 ms
|
||||
2020-05-28 09:42:47,861 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$55ff0b57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:42:48,030 INFO (HikariDataSource.java:123)- HikariPool-1 - Start completed.
|
||||
2020-05-28 09:42:48,191 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'novel-jwt.yml', group: 'novel-common'
|
||||
2020-05-28 09:42:48,305 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'author-service.yml', group: 'author-service'
|
||||
2020-05-28 09:42:48,830 INFO (PropertySourceBootstrapConfiguration.java:101)- Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='author-service-dev.yml'}, NacosPropertySource {name='author-service-common.yml'}, NacosPropertySource {name='author-service.yml'}, NacosPropertySource {name='novel-jwt.yml'}]}
|
||||
2020-05-28 09:42:57,334 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:42:57,351 INFO (StartupInfoLogger.java:59)- Started application in 9.728 seconds (JVM running for 45.515)
|
||||
2020-05-28 09:42:57,635 INFO (HikariDataSource.java:350)- HikariPool-1 - Shutdown initiated...
|
||||
2020-05-28 09:42:57,650 INFO (HikariDataSource.java:352)- HikariPool-1 - Shutdown completed.
|
||||
2020-05-28 09:42:57,655 INFO (RefreshEventListener.java:73)- Refresh keys changed: []
|
||||
2020-05-28 09:42:57,656 INFO (CacheData.java:190)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-ok] dataId=novel-jwt.yml, group=novel-common, md5=83296c38d1a0834d14bee40e8285e807, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@5afee42d
|
||||
2020-05-28 09:42:57,656 INFO (CacheData.java:216)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-listener] time cost=10043ms in ClientWorker, dataId=novel-jwt.yml, group=novel-common, md5=83296c38d1a0834d14bee40e8285e807, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@5afee42d
|
||||
2020-05-28 09:42:57,787 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$55ff0b57] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:42:58,111 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'novel-jwt.yml', group: 'novel-common'
|
||||
2020-05-28 09:42:58,455 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'author-service.yml', group: 'author-service'
|
||||
2020-05-28 09:42:59,165 INFO (PropertySourceBootstrapConfiguration.java:101)- Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='author-service-dev.yml'}, NacosPropertySource {name='author-service-common.yml'}, NacosPropertySource {name='author-service.yml'}, NacosPropertySource {name='novel-jwt.yml'}]}
|
||||
2020-05-28 09:43:04,188 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:43:04,211 INFO (StartupInfoLogger.java:59)- Started application in 6.549 seconds (JVM running for 52.375)
|
||||
2020-05-28 09:43:04,653 INFO (RefreshEventListener.java:73)- Refresh keys changed: []
|
||||
2020-05-28 09:43:04,654 INFO (CacheData.java:190)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-ok] dataId=author-service.yml, group=author-service, md5=8b16c48c6fc98edd7d8008a9962ca5eb, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@19abb9b1
|
||||
2020-05-28 09:43:04,656 INFO (CacheData.java:216)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-listener] time cost=6999ms in ClientWorker, dataId=author-service.yml, group=author-service, md5=8b16c48c6fc98edd7d8008a9962ca5eb, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@19abb9b1
|
||||
2020-05-28 09:43:05,040 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:43:10,042 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:43:13,994 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@author-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#660#DEFAULT#DEFAULT_GROUP@@author-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}]
|
||||
2020-05-28 09:43:15,044 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":660,"scheduled":true,"serviceName":"DEFAULT_GROUP@@author-service","weight":1.0}
|
||||
2020-05-28 09:43:15,360 INFO (NacosServiceRegistry.java:76)- De-registering from Nacos Server now...
|
||||
2020-05-28 09:43:15,360 INFO (BeatReactor.java:68)- [BEAT] removing beat: DEFAULT_GROUP@@author-service:172.20.10.2:660 from beat map.
|
||||
2020-05-28 09:43:15,361 INFO (NamingProxy.java:192)- [DEREGISTER-SERVICE] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c deregistering service DEFAULT_GROUP@@author-service with instance: {"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"ip":"172.20.10.2","metadata":{},"port":660,"weight":1.0}
|
||||
2020-05-28 09:43:15,482 INFO (NacosServiceRegistry.java:95)- De-registration finished.
|
||||
2020-05-28 09:43:15,489 INFO (ExecutorConfigurationSupport.java:208)- Shutting down ExecutorService 'applicationTaskExecutor'
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -1,177 +0,0 @@
|
||||
2020-05-28 09:44:07,815 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'pay-service.yml', group: 'pay-service'
|
||||
2020-05-28 09:44:08,042 INFO (PropertySourceBootstrapConfiguration.java:101)- Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='pay-service-dev.yml'}, NacosPropertySource {name='pay-service-common.yml'}, NacosPropertySource {name='pay-service.yml'}]}
|
||||
2020-05-28 09:44:13,077 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:44:13,077 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:44:14,809 WARN (EndpointId.java:131)- Endpoint ID 'nacos-config' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:44:14,813 WARN (EndpointId.java:131)- Endpoint ID 'nacos-discovery' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:44:14,865 WARN (EndpointId.java:131)- Endpoint ID 'service-registry' contains invalid characters, please migrate to a valid format.
|
||||
2020-05-28 09:44:15,229 INFO (GenericScope.java:295)- BeanFactory id=bf29abd5-cd37-3089-951c-c9ab3b65584c
|
||||
2020-05-28 09:44:15,412 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$2925879b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:44:15,456 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$453f8a98] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:44:15,864 INFO (TomcatWebServer.java:90)- Tomcat initialized with port(s): 650 (http)
|
||||
2020-05-28 09:44:15,903 INFO (DirectJDKLog.java:173)- Starting service [Tomcat]
|
||||
2020-05-28 09:44:15,903 INFO (DirectJDKLog.java:173)- Starting Servlet engine: [Apache Tomcat/9.0.24]
|
||||
2020-05-28 09:44:16,332 INFO (DirectJDKLog.java:173)- Initializing Spring embedded WebApplicationContext
|
||||
2020-05-28 09:44:16,335 INFO (ServletWebServerApplicationContext.java:284)- Root WebApplicationContext: initialization completed in 3238 ms
|
||||
2020-05-28 09:44:16,749 WARN (URLConfigurationSource.java:121)- No URLs will be polled as dynamic configuration sources.
|
||||
2020-05-28 09:44:16,750 INFO (URLConfigurationSource.java:122)- To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
2020-05-28 09:44:16,764 INFO (DynamicPropertyFactory.java:281)- DynamicPropertyFactory is initialized with configuration sources: com.netflix.config.ConcurrentCompositeConfiguration@5b14f482
|
||||
2020-05-28 09:44:17,304 INFO (NacosNamingService.java:198)- initializer namespace from System Property :null
|
||||
2020-05-28 09:44:17,306 INFO (NacosNamingService.java:208)- initializer namespace from System Environment :null
|
||||
2020-05-28 09:44:17,307 INFO (NacosNamingService.java:217)- initializer namespace from Credential Module null
|
||||
2020-05-28 09:44:17,910 INFO (EndpointLinksResolver.java:58)- Exposing 21 endpoint(s) beneath base path '/actuator'
|
||||
2020-05-28 09:44:18,020 INFO (PropertySourcedRequestMappingHandlerMapping.java:69)- Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
|
||||
2020-05-28 09:44:18,043 WARN (URLConfigurationSource.java:121)- No URLs will be polled as dynamic configuration sources.
|
||||
2020-05-28 09:44:18,044 INFO (URLConfigurationSource.java:122)- To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
|
||||
2020-05-28 09:44:18,231 INFO (ExecutorConfigurationSupport.java:171)- Initializing ExecutorService 'applicationTaskExecutor'
|
||||
2020-05-28 09:44:19,165 INFO (ExecutorConfigurationSupport.java:171)- Initializing ExecutorService
|
||||
2020-05-28 09:44:19,423 INFO (DocumentationPluginsBootstrapper.java:147)- Context refreshed
|
||||
2020-05-28 09:44:19,448 INFO (DocumentationPluginsBootstrapper.java:150)- Found 1 custom documentation plugin(s)
|
||||
2020-05-28 09:44:19,528 INFO (ApiListingReferenceScanner.java:41)- Scanning for api listing references
|
||||
2020-05-28 09:44:19,617 INFO (TomcatWebServer.java:202)- Tomcat started on port(s): 650 (http) with context path ''
|
||||
2020-05-28 09:44:19,623 INFO (BeatReactor.java:62)- [BEAT] adding beat: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":false,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0} to beat map.
|
||||
2020-05-28 09:44:19,672 INFO (NamingProxy.java:170)- [REGISTER-SERVICE] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c registering service DEFAULT_GROUP@@pay-service with instance: {"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"weight":1.0}
|
||||
2020-05-28 09:44:19,800 INFO (NacosServiceRegistry.java:64)- nacos registry, pay-service 172.20.10.2:650 register finished
|
||||
2020-05-28 09:44:19,810 INFO (StartupInfoLogger.java:59)- Started PayApplication in 29.07 seconds (JVM running for 36.057)
|
||||
2020-05-28 09:44:19,810 INFO (StartupInfoLogger.java:59)- Started PayApplication in 29.07 seconds (JVM running for 36.057)
|
||||
2020-05-28 09:44:19,833 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] pay-service-common.yml+pay-service+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:44:19,834 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=pay-service-common.yml, group=pay-service, cnt=1
|
||||
2020-05-28 09:44:19,835 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] pay-service-dev.yml+pay-service+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:44:19,835 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=pay-service-dev.yml, group=pay-service, cnt=1
|
||||
2020-05-28 09:44:19,836 INFO (ClientWorker.java:184)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [subscribe] pay-service.yml+pay-service+3960c71a-62ac-4b8f-8c30-bba8e8143a0c
|
||||
2020-05-28 09:44:19,836 INFO (CacheData.java:78)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [add-listener] ok, tenant=3960c71a-62ac-4b8f-8c30-bba8e8143a0c, dataId=pay-service.yml, group=pay-service, cnt=1
|
||||
2020-05-28 09:44:20,078 INFO (HikariDataSource.java:110)- HikariPool-1 - Starting...
|
||||
2020-05-28 09:44:20,086 INFO (DirectJDKLog.java:173)- Initializing Spring DispatcherServlet 'dispatcherServlet'
|
||||
2020-05-28 09:44:20,086 INFO (FrameworkServlet.java:524)- Initializing Servlet 'dispatcherServlet'
|
||||
2020-05-28 09:44:20,157 INFO (FrameworkServlet.java:546)- Completed initialization in 70 ms
|
||||
2020-05-28 09:44:20,256 INFO (PostProcessorRegistrationDelegate.java:330)- Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$453f8a98] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
|
||||
2020-05-28 09:44:20,806 INFO (HikariDataSource.java:123)- HikariPool-1 - Start completed.
|
||||
2020-05-28 09:44:20,891 INFO (NacosPropertySourceBuilder.java:87)- Loading nacos data, dataId: 'pay-service.yml', group: 'pay-service'
|
||||
2020-05-28 09:44:21,122 INFO (PropertySourceBootstrapConfiguration.java:101)- Located property source: CompositePropertySource {name='NACOS', propertySources=[NacosPropertySource {name='pay-service-dev.yml'}, NacosPropertySource {name='pay-service-common.yml'}, NacosPropertySource {name='pay-service.yml'}]}
|
||||
2020-05-28 09:44:29,691 INFO (SpringApplication.java:652)- The following profiles are active: common,dev
|
||||
2020-05-28 09:44:29,714 INFO (StartupInfoLogger.java:59)- Started application in 9.719 seconds (JVM running for 45.961)
|
||||
2020-05-28 09:44:29,856 INFO (HikariDataSource.java:350)- HikariPool-1 - Shutdown initiated...
|
||||
2020-05-28 09:44:29,864 INFO (HikariDataSource.java:352)- HikariPool-1 - Shutdown completed.
|
||||
2020-05-28 09:44:29,866 INFO (RefreshEventListener.java:73)- Refresh keys changed: []
|
||||
2020-05-28 09:44:29,867 INFO (CacheData.java:190)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-ok] dataId=pay-service.yml, group=pay-service, md5=542410732d9cfa6d3cc49814a9602803, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@750c0b12
|
||||
2020-05-28 09:44:29,867 INFO (CacheData.java:216)- [fixed-47.106.243.172_8848-3960c71a-62ac-4b8f-8c30-bba8e8143a0c] [notify-listener] time cost=9884ms in ClientWorker, dataId=pay-service.yml, group=pay-service, md5=542410732d9cfa6d3cc49814a9602803, listener=org.springframework.cloud.alibaba.nacos.refresh.NacosContextRefresher$1@750c0b12
|
||||
2020-05-28 09:44:32,327 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:44:36,237 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:44:37,327 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:44:42,329 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:44:46,491 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:44:47,333 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:44:52,336 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:44:55,190 INFO (HostReactor.java:163)- new ips(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:44:55,205 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:44:55,206 INFO (EventDispatcher.java:61)- [LISTENER] adding DEFAULT_GROUP@@pay-service with to listener map
|
||||
2020-05-28 09:44:56,397 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:44:56,601 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:44:57,341 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:02,342 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:06,526 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:45:06,721 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:07,344 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:12,348 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:16,684 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:45:16,838 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:17,351 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:22,355 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:26,839 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:45:26,948 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:27,360 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:32,364 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:37,017 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:45:37,049 WARN (HostReactor.java:110)- out of date data received, old-t: 1590630326958, new-t: 0
|
||||
2020-05-28 09:45:37,050 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:37,366 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:38,199 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:39,445 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:40,598 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:41,719 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:42,368 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:42,839 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:44,068 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:45,198 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:46,363 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:47,161 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:45:47,369 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:47,479 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:48,604 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:49,704 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:50,798 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:51,908 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:52,371 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:53,029 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:54,149 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:55,278 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:55,459 INFO (EventDispatcher.java:75)- [LISTENER] removing DEFAULT_GROUP@@author-service with from listener map
|
||||
2020-05-28 09:45:55,594 INFO (HostReactor.java:163)- new ips(1) service: DEFAULT_GROUP@@book-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#620#DEFAULT#DEFAULT_GROUP@@book-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":620,"serviceName":"DEFAULT_GROUP@@book-service","weight":1.0}]
|
||||
2020-05-28 09:45:55,596 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@book-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#620#DEFAULT#DEFAULT_GROUP@@book-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":620,"serviceName":"DEFAULT_GROUP@@book-service","weight":1.0}]
|
||||
2020-05-28 09:45:55,597 INFO (EventDispatcher.java:61)- [LISTENER] adding DEFAULT_GROUP@@book-service with to listener map
|
||||
2020-05-28 09:45:56,440 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:56,740 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@book-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#620#DEFAULT#DEFAULT_GROUP@@book-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":620,"serviceName":"DEFAULT_GROUP@@book-service","weight":1.0}]
|
||||
2020-05-28 09:45:57,320 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:45:57,375 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:45:57,580 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:45:59,061 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:00,200 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:01,347 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:02,380 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:46:02,468 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:03,618 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:04,758 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:05,907 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:06,948 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@book-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#620#DEFAULT#DEFAULT_GROUP@@book-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":620,"serviceName":"DEFAULT_GROUP@@book-service","weight":1.0}]
|
||||
2020-05-28 09:46:07,007 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:07,384 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:46:07,429 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:46:08,240 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:09,522 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:10,683 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:11,798 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:12,388 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:46:12,917 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:14,148 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:15,348 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:16,442 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:17,108 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@book-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#620#DEFAULT#DEFAULT_GROUP@@book-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":620,"serviceName":"DEFAULT_GROUP@@book-service","weight":1.0}]
|
||||
2020-05-28 09:46:17,391 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:46:17,518 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:46:17,537 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:18,677 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:19,797 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:20,916 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:22,037 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:22,395 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:46:23,157 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:24,390 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:25,508 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:26,643 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:27,237 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@book-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#620#DEFAULT#DEFAULT_GROUP@@book-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":620,"serviceName":"DEFAULT_GROUP@@book-service","weight":1.0}]
|
||||
2020-05-28 09:46:27,400 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:46:27,642 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:46:27,756 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:28,867 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:29,959 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:31,107 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:32,257 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:32,403 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:46:33,397 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:34,683 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:35,907 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:37,076 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:37,348 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@book-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#620#DEFAULT#DEFAULT_GROUP@@book-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":620,"serviceName":"DEFAULT_GROUP@@book-service","weight":1.0}]
|
||||
2020-05-28 09:46:37,409 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:46:37,777 INFO (HostReactor.java:195)- current ips:(1) service: DEFAULT_GROUP@@pay-service -> [{"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"instanceId":"172.20.10.2#650#DEFAULT#DEFAULT_GROUP@@pay-service","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}]
|
||||
2020-05-28 09:46:38,306 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:39,510 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:40,686 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:41,797 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:42,413 INFO (NamingProxy.java:222)- [BEAT] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c sending beat to server: {"cluster":"DEFAULT","ip":"172.20.10.2","metadata":{"preserved.register.source":"SPRING_CLOUD"},"port":650,"scheduled":true,"serviceName":"DEFAULT_GROUP@@pay-service","weight":1.0}
|
||||
2020-05-28 09:46:42,801 INFO (NacosServiceRegistry.java:76)- De-registering from Nacos Server now...
|
||||
2020-05-28 09:46:42,802 INFO (BeatReactor.java:68)- [BEAT] removing beat: DEFAULT_GROUP@@pay-service:172.20.10.2:650 from beat map.
|
||||
2020-05-28 09:46:42,805 INFO (NamingProxy.java:192)- [DEREGISTER-SERVICE] 3960c71a-62ac-4b8f-8c30-bba8e8143a0c deregistering service DEFAULT_GROUP@@pay-service with instance: {"clusterName":"DEFAULT","enabled":true,"ephemeral":true,"healthy":true,"ip":"172.20.10.2","metadata":{},"port":650,"weight":1.0}
|
||||
2020-05-28 09:46:42,917 INFO (HostReactor.java:195)- current ips:(0) service: DEFAULT_GROUP@@author-service -> []
|
||||
2020-05-28 09:46:42,936 INFO (NacosServiceRegistry.java:95)- De-registration finished.
|
||||
2020-05-28 09:46:42,942 INFO (ExecutorConfigurationSupport.java:208)- Shutting down ExecutorService 'applicationTaskExecutor'
|
Loading…
x
Reference in New Issue
Block a user