Spring Cloud

EurekaApplication:


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.4.3)

2021-04-21 20:09:33.924  INFO 3504 --- [           main] com.example.eureka.EurekaApplication     : Starting EurekaApplication using Java 1.8.0_65 on PC-007 with PID 3504 (C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\eureka\target\classes started by Administrator in C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\eureka)
2021-04-21 20:09:33.986  INFO 3504 --- [           main] com.example.eureka.EurekaApplication     : No active profile set, falling back to default profiles: default
2021-04-21 20:09:38.276  INFO 3504 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=957e0816-c708-3458-af72-c0b822f86162
2021-04-21 20:09:39.229  INFO 3504 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 20101 (http)
2021-04-21 20:09:39.260  INFO 3504 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-04-21 20:09:39.260  INFO 3504 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.43]
2021-04-21 20:09:39.572  INFO 3504 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-04-21 20:09:39.572  INFO 3504 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5398 ms
2021-04-21 20:09:41.011  INFO 3504 --- [           main] c.s.j.s.i.a.WebApplicationImpl           : Initiating Jersey application, version 'Jersey: 1.19.4 05/24/2017 03:20 PM'
2021-04-21 20:09:41.155  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using JSON encoding codec LegacyJacksonJson
2021-04-21 20:09:41.155  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using JSON decoding codec LegacyJacksonJson
2021-04-21 20:09:41.451  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using XML encoding codec XStreamXml
2021-04-21 20:09:41.451  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using XML decoding codec XStreamXml
2021-04-21 20:09:42.996  INFO 3504 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2021-04-21 20:09:44.839  INFO 3504 --- [           main] DiscoveryClientOptionalArgsConfiguration : Eureka HTTP Client uses Jersey
2021-04-21 20:09:45.081  WARN 3504 --- [           main] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
2021-04-21 20:09:45.112  INFO 3504 --- [           main] o.s.c.n.eureka.InstanceInfoFactory       : Setting initial instance status as: STARTING
2021-04-21 20:09:45.190  INFO 3504 --- [           main] com.netflix.discovery.DiscoveryClient    : Initializing Eureka in region us-east-1
2021-04-21 20:09:45.190  INFO 3504 --- [           main] com.netflix.discovery.DiscoveryClient    : Client configured to neither register nor query for data.
2021-04-21 20:09:45.221  INFO 3504 --- [           main] com.netflix.discovery.DiscoveryClient    : Discovery Client initialized at timestamp 1619006985221 with initial instances count: 0
2021-04-21 20:09:45.455  INFO 3504 --- [           main] c.n.eureka.DefaultEurekaServerContext    : Initializing ...
2021-04-21 20:09:45.455  INFO 3504 --- [           main] c.n.eureka.cluster.PeerEurekaNodes       : Adding new peer nodes [http://localhost:20101/eureka/]
2021-04-21 20:09:45.892  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using JSON encoding codec LegacyJacksonJson
2021-04-21 20:09:45.892  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using JSON decoding codec LegacyJacksonJson
2021-04-21 20:09:45.892  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using XML encoding codec XStreamXml
2021-04-21 20:09:45.892  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using XML decoding codec XStreamXml
2021-04-21 20:09:46.146  INFO 3504 --- [           main] c.n.eureka.cluster.PeerEurekaNodes       : Replica node URL:  http://localhost:20101/eureka/
2021-04-21 20:09:46.161  INFO 3504 --- [           main] c.n.e.registry.AbstractInstanceRegistry  : Finished initializing remote region registries. All known remote regions: []
2021-04-21 20:09:46.161  INFO 3504 --- [           main] c.n.eureka.DefaultEurekaServerContext    : Initialized
2021-04-21 20:09:46.192  INFO 3504 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 2 endpoint(s) beneath base path '/actuator'
2021-04-21 20:09:46.270  INFO 3504 --- [           main] o.s.c.n.e.s.EurekaServiceRegistry        : Registering application EUREKA-TEST with eureka with status UP
2021-04-21 20:09:46.286  INFO 3504 --- [      Thread-10] o.s.c.n.e.server.EurekaServerBootstrap   : Setting the eureka configuration..
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] o.s.c.n.e.server.EurekaServerBootstrap   : isAws returned false
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] o.s.c.n.e.server.EurekaServerBootstrap   : Initialized server context
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] c.n.e.r.PeerAwareInstanceRegistryImpl    : Got 1 instances from neighboring DS node
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] c.n.e.r.PeerAwareInstanceRegistryImpl    : Renew threshold is: 1
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] c.n.e.r.PeerAwareInstanceRegistryImpl    : Changing status to UP
2021-04-21 20:09:46.364  INFO 3504 --- [      Thread-10] e.s.EurekaServerInitializerConfiguration : Started Eureka Server
2021-04-21 20:09:46.458  INFO 3504 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 20101 (http) with context path ''
2021-04-21 20:09:46.473  INFO 3504 --- [           main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 20101
2021-04-21 20:09:46.723  INFO 3504 --- [           main] com.example.eureka.EurekaApplication     : Started EurekaApplication in 14.858 seconds (JVM running for 16.816)
2021-04-21 20:09:51.325  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:09:56.333  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:10:01.342  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:10:06.351  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:10:11.359  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:10:16.359  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 30ms
2021-04-21 20:10:21.366  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 34ms
2021-04-21 20:10:26.366  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 11ms
2021-04-21 20:10:31.366  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:36.366  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:41.367  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:46.367  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:51.367  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:56.368  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:11:01.368  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 4ms
2021-04-21 20:11:06.368  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:11:11.368  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms

 

CallerApplication:

 


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.4.3)

2021-04-21 20:12:33.454  INFO 860 --- [           main] com.example.caller.CallerApplication     : Starting CallerApplication using Java 1.8.0_65 on PC-007 with PID 860 (C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\caller\target\classes started by Administrator in C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\caller)
2021-04-21 20:12:33.460  INFO 860 --- [           main] com.example.caller.CallerApplication     : No active profile set, falling back to default profiles: default
2021-04-21 20:12:36.421  INFO 860 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=fb3d54af-b8e6-3785-a2c7-e883ef0a72d1
2021-04-21 20:12:37.703  INFO 860 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 20103 (http)
2021-04-21 20:12:37.727  INFO 860 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-04-21 20:12:37.728  INFO 860 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.43]
2021-04-21 20:12:38.053  INFO 860 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-04-21 20:12:38.053  INFO 860 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 4355 ms
2021-04-21 20:12:39.364  INFO 860 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2021-04-21 20:12:40.064  INFO 860 --- [           main] DiscoveryClientOptionalArgsConfiguration : Eureka HTTP Client uses RestTemplate.
2021-04-21 20:12:40.342  WARN 860 --- [           main] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
2021-04-21 20:12:40.388  INFO 860 --- [           main] o.s.c.n.eureka.InstanceInfoFactory       : Setting initial instance status as: STARTING
2021-04-21 20:12:40.567  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Initializing Eureka in region us-east-1
2021-04-21 20:12:40.601  INFO 860 --- [           main] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2021-04-21 20:12:40.760  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Disable delta property : false
2021-04-21 20:12:40.760  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Single vip registry refresh property : null
2021-04-21 20:12:40.760  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Force full registry fetch : false
2021-04-21 20:12:40.761  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Application is null : false
2021-04-21 20:12:40.761  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Registered Applications size is zero : true
2021-04-21 20:12:40.762  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Application version is -1: true
2021-04-21 20:12:40.762  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Getting all instance registry info from the eureka server
2021-04-21 20:12:42.028  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : The response status is 200
2021-04-21 20:12:42.034  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Starting heartbeat executor: renew interval is: 30
2021-04-21 20:12:42.039  INFO 860 --- [           main] c.n.discovery.InstanceInfoReplicator     : InstanceInfoReplicator onDemand update allowed rate per min is 4
2021-04-21 20:12:42.049  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Discovery Client initialized at timestamp 1619007162047 with initial instances count: 0
2021-04-21 20:12:42.051  INFO 860 --- [           main] o.s.c.n.e.s.EurekaServiceRegistry        : Registering application CALLER-TEST with eureka with status UP
2021-04-21 20:12:42.052  INFO 860 --- [           main] com.netflix.discovery.DiscoveryClient    : Saw local status change event StatusChangeEvent [timestamp=1619007162052, current=UP, previous=STARTING]
2021-04-21 20:12:42.073  INFO 860 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_CALLER-TEST/PC-007:caller-test:20103: registering service...
2021-04-21 20:12:42.131  INFO 860 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 20103 (http) with context path ''
2021-04-21 20:12:42.132  INFO 860 --- [           main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 20103
2021-04-21 20:12:42.513  INFO 860 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_CALLER-TEST/PC-007:caller-test:20103 - registration status: 204
2021-04-21 20:12:42.641  INFO 860 --- [           main] com.example.caller.CallerApplication     : Started CallerApplication in 10.558 seconds (JVM running for 11.765)
2021-04-21 20:13:12.034  INFO 860 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient    : Disable delta property : false
2021-04-21 20:13:12.035  INFO 860 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient    : Single vip registry refresh property : null
2021-04-21 20:13:12.035  INFO 860 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient    : Force full registry fetch : false
2021-04-21 20:13:12.036  INFO 860 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient    : Application is null : false
2021-04-21 20:13:12.037  INFO 860 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient    : Registered Applications size is zero : true
2021-04-21 20:13:12.041  INFO 860 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient    : Application version is -1: false
2021-04-21 20:13:12.042  INFO 860 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient    : Getting all instance registry info from the eureka server
2021-04-21 20:13:12.065  INFO 860 --- [freshExecutor-0] com.netflix.discovery.DiscoveryClient    : The response status is 200

 

ProviderApplication:


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.4.3)

2021-04-21 20:14:03.595  INFO 5332 --- [           main] c.example.provider.ProviderApplication   : Starting ProviderApplication using Java 1.8.0_65 on PC-007 with PID 5332 (C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\provider\target\classes started by Administrator in C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\provider)
2021-04-21 20:14:03.605  INFO 5332 --- [           main] c.example.provider.ProviderApplication   : No active profile set, falling back to default profiles: default
2021-04-21 20:14:06.846  INFO 5332 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=0b193290-664a-3052-9518-a5955b84abe6
2021-04-21 20:14:07.665  INFO 5332 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 20104 (http)
2021-04-21 20:14:07.690  INFO 5332 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-04-21 20:14:07.691  INFO 5332 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.43]
2021-04-21 20:14:07.968  INFO 5332 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-04-21 20:14:07.969  INFO 5332 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3994 ms
2021-04-21 20:14:08.780  INFO 5332 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2021-04-21 20:14:09.921  INFO 5332 --- [           main] DiscoveryClientOptionalArgsConfiguration : Eureka HTTP Client uses RestTemplate.
2021-04-21 20:14:10.584  WARN 5332 --- [           main] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
2021-04-21 20:14:10.627  INFO 5332 --- [           main] o.s.c.n.eureka.InstanceInfoFactory       : Setting initial instance status as: STARTING
2021-04-21 20:14:10.787  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Initializing Eureka in region us-east-1
2021-04-21 20:14:10.800  INFO 5332 --- [           main] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2021-04-21 20:14:11.795  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Disable delta property : false
2021-04-21 20:14:11.795  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Single vip registry refresh property : null
2021-04-21 20:14:11.795  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Force full registry fetch : false
2021-04-21 20:14:11.795  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Application is null : false
2021-04-21 20:14:11.795  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Registered Applications size is zero : true
2021-04-21 20:14:11.795  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Application version is -1: true
2021-04-21 20:14:11.795  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Getting all instance registry info from the eureka server
2021-04-21 20:14:12.208  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : The response status is 200
2021-04-21 20:14:12.213  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Starting heartbeat executor: renew interval is: 30
2021-04-21 20:14:12.219  INFO 5332 --- [           main] c.n.discovery.InstanceInfoReplicator     : InstanceInfoReplicator onDemand update allowed rate per min is 4
2021-04-21 20:14:12.231  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Discovery Client initialized at timestamp 1619007252229 with initial instances count: 1
2021-04-21 20:14:12.233  INFO 5332 --- [           main] o.s.c.n.e.s.EurekaServiceRegistry        : Registering application PROVIDER-TEST with eureka with status UP
2021-04-21 20:14:12.235  INFO 5332 --- [           main] com.netflix.discovery.DiscoveryClient    : Saw local status change event StatusChangeEvent [timestamp=1619007252235, current=UP, previous=STARTING]
2021-04-21 20:14:12.264  INFO 5332 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_PROVIDER-TEST/PC-007:provider-test:20104: registering service...
2021-04-21 20:14:12.305  INFO 5332 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 20104 (http) with context path ''
2021-04-21 20:14:12.306  INFO 5332 --- [           main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 20104
2021-04-21 20:14:12.453  INFO 5332 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_PROVIDER-TEST/PC-007:provider-test:20104 - registration status: 204
2021-04-21 20:14:12.577  INFO 5332 --- [           main] c.example.provider.ProviderApplication   : Started ProviderApplication in 10.246 seconds (JVM running for 11.123)

 

 

ClientApplication:


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.4.3)

2021-04-21 20:15:23.656  INFO 4668 --- [           main] com.example.client.ClientApplication     : Starting ClientApplication using Java 1.8.0_65 on PC-007 with PID 4668 (C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\client\target\classes started by Administrator in C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\client)
2021-04-21 20:15:23.656  INFO 4668 --- [           main] com.example.client.ClientApplication     : No active profile set, falling back to default profiles: default
2021-04-21 20:15:26.364  INFO 4668 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=9e8080ab-04ed-33f9-9599-435ae6ca445c
2021-04-21 20:15:27.317  INFO 4668 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 20102 (http)
2021-04-21 20:15:27.332  INFO 4668 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-04-21 20:15:27.332  INFO 4668 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.43]
2021-04-21 20:15:27.646  INFO 4668 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-04-21 20:15:27.646  INFO 4668 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 3787 ms
2021-04-21 20:15:28.400  INFO 4668 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2021-04-21 20:15:29.277  INFO 4668 --- [           main] DiscoveryClientOptionalArgsConfiguration : Eureka HTTP Client uses RestTemplate.
2021-04-21 20:15:29.659  WARN 4668 --- [           main] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
2021-04-21 20:15:29.721  INFO 4668 --- [           main] o.s.c.n.eureka.InstanceInfoFactory       : Setting initial instance status as: STARTING
2021-04-21 20:15:29.861  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Initializing Eureka in region us-east-1
2021-04-21 20:15:29.877  INFO 4668 --- [           main] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2021-04-21 20:15:30.033  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Disable delta property : false
2021-04-21 20:15:30.033  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Single vip registry refresh property : null
2021-04-21 20:15:30.033  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Force full registry fetch : false
2021-04-21 20:15:30.033  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Application is null : false
2021-04-21 20:15:30.033  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Registered Applications size is zero : true
2021-04-21 20:15:30.033  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Application version is -1: true
2021-04-21 20:15:30.033  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Getting all instance registry info from the eureka server
2021-04-21 20:15:30.501  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : The response status is 200
2021-04-21 20:15:30.517  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Starting heartbeat executor: renew interval is: 30
2021-04-21 20:15:30.517  INFO 4668 --- [           main] c.n.discovery.InstanceInfoReplicator     : InstanceInfoReplicator onDemand update allowed rate per min is 4
2021-04-21 20:15:30.533  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Discovery Client initialized at timestamp 1619007330517 with initial instances count: 2
2021-04-21 20:15:30.533  INFO 4668 --- [           main] o.s.c.n.e.s.EurekaServiceRegistry        : Registering application CLIENT-TEST with eureka with status UP
2021-04-21 20:15:30.533  INFO 4668 --- [           main] com.netflix.discovery.DiscoveryClient    : Saw local status change event StatusChangeEvent [timestamp=1619007330533, current=UP, previous=STARTING]
2021-04-21 20:15:30.533  INFO 4668 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_CLIENT-TEST/PC-007:client-test:20102: registering service...
2021-04-21 20:15:30.596  INFO 4668 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 20102 (http) with context path ''
2021-04-21 20:15:30.596  INFO 4668 --- [           main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 20102
2021-04-21 20:15:30.674  INFO 4668 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_CLIENT-TEST/PC-007:client-test:20102 - registration status: 204
2021-04-21 20:15:30.768  INFO 4668 --- [           main] com.example.client.ClientApplication     : Started ClientApplication in 8.445 seconds (JVM running for 9.346)

 

 

 

 


  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::                (v2.4.3)

2021-04-21 20:09:33.924  INFO 3504 --- [           main] com.example.eureka.EurekaApplication     : Starting EurekaApplication using Java 1.8.0_65 on PC-007 with PID 3504 (C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\eureka\target\classes started by Administrator in C:\Users\Administrator.USER-20201225PG\Desktop\spring cloud demo\spring-cloud-demo\eureka)
2021-04-21 20:09:33.986  INFO 3504 --- [           main] com.example.eureka.EurekaApplication     : No active profile set, falling back to default profiles: default
2021-04-21 20:09:38.276  INFO 3504 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=957e0816-c708-3458-af72-c0b822f86162
2021-04-21 20:09:39.229  INFO 3504 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 20101 (http)
2021-04-21 20:09:39.260  INFO 3504 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2021-04-21 20:09:39.260  INFO 3504 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.43]
2021-04-21 20:09:39.572  INFO 3504 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2021-04-21 20:09:39.572  INFO 3504 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5398 ms
2021-04-21 20:09:41.011  INFO 3504 --- [           main] c.s.j.s.i.a.WebApplicationImpl           : Initiating Jersey application, version 'Jersey: 1.19.4 05/24/2017 03:20 PM'
2021-04-21 20:09:41.155  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using JSON encoding codec LegacyJacksonJson
2021-04-21 20:09:41.155  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using JSON decoding codec LegacyJacksonJson
2021-04-21 20:09:41.451  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using XML encoding codec XStreamXml
2021-04-21 20:09:41.451  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using XML decoding codec XStreamXml
2021-04-21 20:09:42.996  INFO 3504 --- [           main] o.s.s.concurrent.ThreadPoolTaskExecutor  : Initializing ExecutorService 'applicationTaskExecutor'
2021-04-21 20:09:44.839  INFO 3504 --- [           main] DiscoveryClientOptionalArgsConfiguration : Eureka HTTP Client uses Jersey
2021-04-21 20:09:45.081  WARN 3504 --- [           main] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
2021-04-21 20:09:45.112  INFO 3504 --- [           main] o.s.c.n.eureka.InstanceInfoFactory       : Setting initial instance status as: STARTING
2021-04-21 20:09:45.190  INFO 3504 --- [           main] com.netflix.discovery.DiscoveryClient    : Initializing Eureka in region us-east-1
2021-04-21 20:09:45.190  INFO 3504 --- [           main] com.netflix.discovery.DiscoveryClient    : Client configured to neither register nor query for data.
2021-04-21 20:09:45.221  INFO 3504 --- [           main] com.netflix.discovery.DiscoveryClient    : Discovery Client initialized at timestamp 1619006985221 with initial instances count: 0
2021-04-21 20:09:45.455  INFO 3504 --- [           main] c.n.eureka.DefaultEurekaServerContext    : Initializing ...
2021-04-21 20:09:45.455  INFO 3504 --- [           main] c.n.eureka.cluster.PeerEurekaNodes       : Adding new peer nodes [http://localhost:20101/eureka/]
2021-04-21 20:09:45.892  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using JSON encoding codec LegacyJacksonJson
2021-04-21 20:09:45.892  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using JSON decoding codec LegacyJacksonJson
2021-04-21 20:09:45.892  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using XML encoding codec XStreamXml
2021-04-21 20:09:45.892  INFO 3504 --- [           main] c.n.d.provider.DiscoveryJerseyProvider   : Using XML decoding codec XStreamXml
2021-04-21 20:09:46.146  INFO 3504 --- [           main] c.n.eureka.cluster.PeerEurekaNodes       : Replica node URL:  http://localhost:20101/eureka/
2021-04-21 20:09:46.161  INFO 3504 --- [           main] c.n.e.registry.AbstractInstanceRegistry  : Finished initializing remote region registries. All known remote regions: []
2021-04-21 20:09:46.161  INFO 3504 --- [           main] c.n.eureka.DefaultEurekaServerContext    : Initialized
2021-04-21 20:09:46.192  INFO 3504 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 2 endpoint(s) beneath base path '/actuator'
2021-04-21 20:09:46.270  INFO 3504 --- [           main] o.s.c.n.e.s.EurekaServiceRegistry        : Registering application EUREKA-TEST with eureka with status UP
2021-04-21 20:09:46.286  INFO 3504 --- [      Thread-10] o.s.c.n.e.server.EurekaServerBootstrap   : Setting the eureka configuration..
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] o.s.c.n.e.server.EurekaServerBootstrap   : isAws returned false
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] o.s.c.n.e.server.EurekaServerBootstrap   : Initialized server context
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] c.n.e.r.PeerAwareInstanceRegistryImpl    : Got 1 instances from neighboring DS node
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] c.n.e.r.PeerAwareInstanceRegistryImpl    : Renew threshold is: 1
2021-04-21 20:09:46.317  INFO 3504 --- [      Thread-10] c.n.e.r.PeerAwareInstanceRegistryImpl    : Changing status to UP
2021-04-21 20:09:46.364  INFO 3504 --- [      Thread-10] e.s.EurekaServerInitializerConfiguration : Started Eureka Server
2021-04-21 20:09:46.458  INFO 3504 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 20101 (http) with context path ''
2021-04-21 20:09:46.473  INFO 3504 --- [           main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 20101
2021-04-21 20:09:46.723  INFO 3504 --- [           main] com.example.eureka.EurekaApplication     : Started EurekaApplication in 14.858 seconds (JVM running for 16.816)
2021-04-21 20:09:51.325  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:09:56.333  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:10:01.342  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:10:06.351  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:10:11.359  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:10:16.359  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 30ms
2021-04-21 20:10:21.366  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 34ms
2021-04-21 20:10:26.366  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 11ms
2021-04-21 20:10:31.366  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:36.366  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:41.367  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:46.367  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:51.367  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:10:56.368  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:11:01.368  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 4ms
2021-04-21 20:11:06.368  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:11:11.368  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:11:16.369  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 1ms
2021-04-21 20:11:21.369  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 4ms
2021-04-21 20:11:26.369  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 27ms
2021-04-21 20:11:31.369  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:11:36.371  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 44ms
2021-04-21 20:11:41.372  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 19ms
2021-04-21 20:11:46.372  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:11:51.372  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:11:56.373  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:12:01.373  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:12:06.373  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:12:11.373  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:12:16.435  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 61ms
2021-04-21 20:12:21.435  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:12:26.435  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:12:31.822  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 387ms
2021-04-21 20:12:36.922  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 99ms
2021-04-21 20:12:41.495  INFO 3504 --- [io-20101-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-21 20:12:41.495  INFO 3504 --- [io-20101-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2021-04-21 20:12:41.500  INFO 3504 --- [io-20101-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 5 ms
2021-04-21 20:12:41.975  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 52ms
2021-04-21 20:12:42.501  INFO 3504 --- [io-20101-exec-3] c.n.e.registry.AbstractInstanceRegistry  : Registered instance CALLER-TEST/PC-007:caller-test:20103 with status UP (replication=false)
2021-04-21 20:12:43.325  INFO 3504 --- [io-20101-exec-5] c.n.e.registry.AbstractInstanceRegistry  : Registered instance CALLER-TEST/PC-007:caller-test:20103 with status UP (replication=true)
2021-04-21 20:12:46.976  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:12:51.976  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:12:56.976  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:13:01.976  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:13:06.977  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:13:11.977  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:13:16.977  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:13:21.978  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:13:26.978  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 11ms
2021-04-21 20:13:31.981  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 11ms
2021-04-21 20:13:36.983  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 1ms
2021-04-21 20:13:41.983  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 99ms
2021-04-21 20:13:46.984  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 6ms
2021-04-21 20:13:51.984  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:13:57.006  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 22ms
2021-04-21 20:14:02.030  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 24ms
2021-04-21 20:14:07.065  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 33ms
2021-04-21 20:14:12.065  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:14:12.449  INFO 3504 --- [io-20101-exec-5] c.n.e.registry.AbstractInstanceRegistry  : Registered instance PROVIDER-TEST/PC-007:provider-test:20104 with status UP (replication=false)
2021-04-21 20:14:12.606  INFO 3504 --- [io-20101-exec-7] c.n.e.registry.AbstractInstanceRegistry  : Registered instance PROVIDER-TEST/PC-007:provider-test:20104 with status UP (replication=true)
2021-04-21 20:14:17.072  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 11ms
2021-04-21 20:14:22.073  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:14:27.073  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:14:32.073  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:14:37.073  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:14:42.074  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:14:47.074  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:14:52.075  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 2ms
2021-04-21 20:14:57.075  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 6ms
2021-04-21 20:15:02.085  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 9ms
2021-04-21 20:15:07.096  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 11ms
2021-04-21 20:15:12.099  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 2ms
2021-04-21 20:15:17.110  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 11ms
2021-04-21 20:15:22.113  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 12ms
2021-04-21 20:15:27.223  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 103ms
2021-04-21 20:15:30.674  INFO 3504 --- [io-20101-exec-8] c.n.e.registry.AbstractInstanceRegistry  : Registered instance CLIENT-TEST/PC-007:client-test:20102 with status UP (replication=false)
2021-04-21 20:15:31.189  INFO 3504 --- [io-20101-exec-6] c.n.e.registry.AbstractInstanceRegistry  : Registered instance CLIENT-TEST/PC-007:client-test:20102 with status UP (replication=true)
2021-04-21 20:15:32.235  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 9ms
2021-04-21 20:15:37.239  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 3ms
2021-04-21 20:15:42.248  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 9ms
2021-04-21 20:15:47.257  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:15:52.257  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 5ms
2021-04-21 20:15:57.257  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:16:02.267  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 9ms
2021-04-21 20:16:07.278  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 11ms
2021-04-21 20:16:12.287  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 9ms
2021-04-21 20:16:17.289  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 1ms
2021-04-21 20:16:22.294  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 5ms
2021-04-21 20:16:27.303  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:16:32.316  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 14ms
2021-04-21 20:16:37.330  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 13ms
2021-04-21 20:16:42.341  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 14ms
2021-04-21 20:16:47.342  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:16:52.342  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:16:57.342  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:17:02.343  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2021-04-21 20:17:07.343  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 23ms
2021-04-21 20:17:12.355  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 11ms
2021-04-21 20:17:17.370  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 14ms
2021-04-21 20:17:22.377  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 6ms
2021-04-21 20:17:27.385  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:17:32.394  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:17:37.403  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:17:42.412  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 9ms
2021-04-21 20:17:47.421  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:17:52.429  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:17:57.438  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:18:02.447  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:18:07.455  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:18:12.465  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 9ms
2021-04-21 20:18:17.473  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:18:22.482  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms
2021-04-21 20:18:27.491  INFO 3504 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 8ms

 

Spring Cloud是一个用于构建分布式系统的开发工具集合。它提供了一些常用的组件和框架,包括服务注册和发现、负载均衡、断路器、分布式配置等等。在使用Spring Cloud时,有一些常见的错误和注意事项需要注意。 首先,关于Spring Boot和Spring Cloud版本对应错误。在使用Spring Cloud时,需要确保Spring Boot和Spring Cloud的版本兼容。不同版本之间可能存在依赖冲突或不兼容的情况,因此需要根据官方文档或者相关文档来选择合适的版本。 另外,Spring Cloud Config是一个用于集中管理和动态获取配置的工具。它支持从Git、SVN或本地文件系统中获取配置文件,并提供了服务器和客户端支持。你可以通过官方使用说明文档了解更多关于Spring Cloud Config的详细信息。 此外,关于选择使用Nacos还是Eureka作为服务注册和发现组件的问题。Nacos是一个功能更强大的服务注册和发现组件,它整合了Spring Cloud Eureka、Spring Cloud Config和Spring Cloud Bus的功能。使用Nacos可以实现配置的中心动态刷新,而不需要为配置中心新增集群或使用消息队列。另一方面,Eureka是Spring Cloud原生全家桶的一部分,相对来说更加稳定一些。选择使用哪个组件需要根据具体的需求和项目特点来决定。 综上所述,Spring Cloud是一个用于构建分布式系统的开发工具集合,它提供了一些常用的组件和框架。在使用Spring Cloud时,需要注意Spring Boot和Spring Cloud版本的兼容性,并可以使用Spring Cloud Config来动态获取配置。同时,可以选择使用Nacos或Eureka作为服务注册和发现组件,具体选择需要根据项目需求来决定。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值