nohup: ignoring input

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

2026-02-23 06:28:47.315  INFO 1870811 --- [           main] a.sample.AuthserviceApplication          : Starting AuthserviceApplication v0.0.1-SNAPSHOT using Java 17.0.18 on ip-teamway.com with PID 1870811 (/home/letusgo/homes/letsgo/authservice-0.0.1-SNAPSHOT_direct.jar started by letusgo in /home/letusgo/homes/letsgo)
2026-02-23 06:28:47.318  INFO 1870811 --- [           main] a.sample.AuthserviceApplication          : The following 1 profile is active: "prod"
2026-02-23 06:28:48.261  INFO 1870811 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2026-02-23 06:28:48.424  INFO 1870811 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 150 ms. Found 4 JPA repository interfaces.
2026-02-23 06:28:48.739  INFO 1870811 --- [           main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2026-02-23 06:28:48.760  INFO 1870811 --- [           main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2026-02-23 06:28:48.925  INFO 1870811 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=948192ca-3fa6-3ae7-9078-52120932dccd
2026-02-23 06:28:49.149  INFO 1870811 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-02-23 06:28:49.158  INFO 1870811 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationChannelResolver' of type [org.springframework.integration.support.channel.BeanFactoryChannelResolver] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2026-02-23 06:28:49.420  INFO 1870811 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 9070 (http)
2026-02-23 06:28:49.430  INFO 1870811 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2026-02-23 06:28:49.431  INFO 1870811 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.69]
2026-02-23 06:28:49.500  INFO 1870811 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2026-02-23 06:28:49.500  INFO 1870811 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2119 ms
2026-02-23 06:28:49.711  INFO 1870811 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2026-02-23 06:28:49.756  INFO 1870811 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 5.6.14.Final
2026-02-23 06:28:49.888  INFO 1870811 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2026-02-23 06:28:49.974  INFO 1870811 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2026-02-23 06:28:50.146  INFO 1870811 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2026-02-23 06:28:50.160  INFO 1870811 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
Hibernate: alter table otp add constraint FKs0hlsjury48cekfbfusk11lyr foreign key (user_id) references users (id)
Hibernate: alter table role_permissions add constraint FKegdk29eiy7mdtefy5c7eirr6e foreign key (permission_id) references permissions (id)
Hibernate: alter table role_permissions add constraint FKn5fotdgk8d1xvo8nav9uv3muc foreign key (role_id) references roles (id)
Hibernate: alter table user_roles add constraint FKh8ciramu9cc9q3qcqiv4ue8a6 foreign key (role_id) references roles (id)
Hibernate: alter table user_roles add constraint FKhfh9dx7w3ubf1co1vdev94g3f foreign key (user_id) references users (id)
2026-02-23 06:28:50.909  INFO 1870811 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2026-02-23 06:28:50.924  INFO 1870811 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2026-02-23 06:28:51.557  WARN 1870811 --- [           main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2026-02-23 06:28:51.808  INFO 1870811 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@591a4f8e, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@53ed80d3, org.springframework.security.web.context.SecurityContextPersistenceFilter@6bccd036, org.springframework.security.web.header.HeaderWriterFilter@7523a3dc, org.springframework.web.filter.CorsFilter@6ba060f3, org.springframework.security.web.authentication.logout.LogoutFilter@76a14c8d, authservice.sample.security.filter.CustomAuthorizationFilter@7c51782d, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6a756082, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@2a53f215, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@77bc2e16, org.springframework.security.web.session.SessionManagementFilter@766a49c7, org.springframework.security.web.access.ExceptionTranslationFilter@62b790a5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@167381c7]
2026-02-23 06:28:53.101  INFO 1870811 --- [           main] DiscoveryClientOptionalArgsConfiguration : Eureka HTTP Client uses RestTemplate.
2026-02-23 06:28:53.179  WARN 1870811 --- [           main] iguration$LoadBalancerCaffeineWarnLogger : Spring Cloud LoadBalancer is currently working with the default cache. While this cache implementation is useful for development and tests, it's recommended to use Caffeine cache in production.You can switch to using Caffeine cache, by adding it and org.springframework.cache.caffeine.CaffeineCacheManager to the classpath.
2026-02-23 06:28:53.216  INFO 1870811 --- [           main] c.f.c.c.BeanFactoryAwareFunctionRegistry : Can't determine default function definition. Please use 'spring.cloud.function.definition' property to explicitly define it.
2026-02-23 06:28:53.316  INFO 1870811 --- [           main] o.s.i.endpoint.EventDrivenConsumer       : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2026-02-23 06:28:53.316  INFO 1870811 --- [           main] o.s.i.channel.PublishSubscribeChannel    : Channel 'AUTHENTICATION-SERVICE.errorChannel' has 1 subscriber(s).
2026-02-23 06:28:53.317  INFO 1870811 --- [           main] o.s.i.endpoint.EventDrivenConsumer       : started bean '_org.springframework.integration.errorLogger'
2026-02-23 06:28:53.323  INFO 1870811 --- [           main] o.s.c.n.eureka.InstanceInfoFactory       : Setting initial instance status as: STARTING
2026-02-23 06:28:53.397  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Initializing Eureka in region us-east-1
2026-02-23 06:28:53.402  INFO 1870811 --- [           main] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23 06:28:53.424  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Disable delta property : false
2026-02-23 06:28:53.425  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Single vip registry refresh property : null
2026-02-23 06:28:53.425  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Force full registry fetch : false
2026-02-23 06:28:53.425  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Application is null : false
2026-02-23 06:28:53.425  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Registered Applications size is zero : true
2026-02-23 06:28:53.425  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Application version is -1: true
2026-02-23 06:28:53.425  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Getting all instance registry info from the eureka server
2026-02-23 06:28:53.687  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : The response status is 200
2026-02-23 06:28:53.690  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Starting heartbeat executor: renew interval is: 30
2026-02-23 06:28:53.692  INFO 1870811 --- [           main] c.n.discovery.InstanceInfoReplicator     : InstanceInfoReplicator onDemand update allowed rate per min is 4
2026-02-23 06:28:53.697  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Discovery Client initialized at timestamp 1771846133696 with initial instances count: 4
2026-02-23 06:28:53.707  INFO 1870811 --- [           main] o.s.c.n.e.s.EurekaServiceRegistry        : Registering application AUTHENTICATION-SERVICE with eureka with status UP
2026-02-23 06:28:53.708  INFO 1870811 --- [           main] com.netflix.discovery.DiscoveryClient    : Saw local status change event StatusChangeEvent [timestamp=1771846133708, current=UP, previous=STARTING]
2026-02-23 06:28:53.710  INFO 1870811 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_AUTHENTICATION-SERVICE/ip-teamway.com:AUTHENTICATION-SERVICE:9070: registering service...
2026-02-23 06:28:53.725  INFO 1870811 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 9070 (http) with context path ''
2026-02-23 06:28:53.726  INFO 1870811 --- [           main] .s.c.n.e.s.EurekaAutoServiceRegistration : Updating port to 9070
2026-02-23 06:28:53.743  INFO 1870811 --- [           main] a.sample.AuthserviceApplication          : Started AuthserviceApplication in 6.955 seconds (JVM running for 7.417)
2026-02-23 06:28:53.753  INFO 1870811 --- [nfoReplicator-0] com.netflix.discovery.DiscoveryClient    : DiscoveryClient_AUTHENTICATION-SERVICE/ip-teamway.com:AUTHENTICATION-SERVICE:9070 - registration status: 204
2026-02-23 06:33:53.427  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23 06:38:53.428  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23 06:43:53.429  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23 06:48:53.429  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23 06:53:29.197  INFO 1870811 --- [nio-9070-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring DispatcherServlet 'dispatcherServlet'
2026-02-23 06:53:29.197  INFO 1870811 --- [nio-9070-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2026-02-23 06:53:29.200  INFO 1870811 --- [nio-9070-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 3 ms
user id: 4
2026-02-23 06:53:29.358 TRACE 1870811 --- [nio-9070-exec-2] o.s.t.i.TransactionInterceptor           : Getting transaction for [authservice.sample.service.serviceimpl.UserServiceImpl.findById]
2026-02-23 06:53:29.369 TRACE 1870811 --- [nio-9070-exec-2] o.s.t.i.TransactionInterceptor           : Getting transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]
Hibernate: select user0_.id as id1_5_0_, user0_.active as active2_5_0_, user0_.created_date as created_3_5_0_, user0_.deleted as deleted4_5_0_, user0_.enabled as enabled5_5_0_, user0_.password as password6_5_0_, user0_.auth_provider as auth_pro7_5_0_, user0_.provider_id as provider8_5_0_, user0_.token as token9_5_0_, user0_.user_id as user_id10_5_0_, roles1_.user_id as user_id1_4_1_, role2_.id as role_id2_4_1_, role2_.id as id1_3_2_, role2_.created_at as created_2_3_2_, role2_.role_desc as role_des3_3_2_, role2_.name as name4_3_2_, permission3_.role_id as role_id1_2_3_, permission4_.id as permissi2_2_3_, permission4_.id as id1_1_4_, permission4_.created_at as created_2_1_4_, permission4_.permission_name as permissi3_1_4_, permission4_.permission_url as permissi4_1_4_ from users user0_ left outer join user_roles roles1_ on user0_.id=roles1_.user_id left outer join roles role2_ on roles1_.role_id=role2_.id left outer join role_permissions permission3_ on role2_.id=permission3_.role_id left outer join permissions permission4_ on permission3_.permission_id=permission4_.id where user0_.id=? and ( user0_.deleted=0)
2026-02-23 06:53:29.447 TRACE 1870811 --- [nio-9070-exec-2] o.s.t.i.TransactionInterceptor           : Completing transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById]
2026-02-23 06:53:29.448 TRACE 1870811 --- [nio-9070-exec-2] o.s.t.i.TransactionInterceptor           : Completing transaction for [authservice.sample.service.serviceimpl.UserServiceImpl.findById]
2026-02-23 06:53:29.467 TRACE 1870811 --- [nio-9070-exec-2] o.s.t.i.TransactionInterceptor           : Getting transaction for [authservice.sample.service.serviceimpl.UserServiceImpl.setUserToken]
2026-02-23 06:53:29.467 TRACE 1870811 --- [nio-9070-exec-2] o.s.t.i.TransactionInterceptor           : Gettin2026-02-23T06:54:06.528-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T06:59:06.528-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:04:06.530-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:09:06.532-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:14:06.533-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:19:06.534-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:24:06.535-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:29:06.536-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:34:06.537-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:39:06.537-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:44:06.538-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:49:06.539-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:54:06.540-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T07:59:06.541-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:04:06.542-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:09:06.543-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:14:06.543-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:19:06.544-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:24:06.545-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:29:06.546-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:34:06.547-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:39:06.548-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:44:06.549-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:49:06.550-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:54:06.551-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T08:59:06.552-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:04:06.552-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:09:06.553-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:14:06.554-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:19:06.555-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:24:06.556-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:29:06.557-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:34:06.558-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:39:06.558-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:44:06.559-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:49:06.560-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:54:06.561-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T09:59:06.562-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:04:06.562-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:09:06.563-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:14:06.564-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:19:06.565-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:24:06.566-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:29:06.567-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:34:06.568-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:39:06.569-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:44:06.570-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:49:06.571-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:54:06.571-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T10:59:06.572-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:04:06.573-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:09:06.575-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:14:06.576-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:19:06.577-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:24:06.578-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:29:06.578-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:34:06.579-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:39:06.582-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:44:06.583-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:49:06.584-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:54:06.585-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T11:59:06.586-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:04:06.587-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:09:06.588-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:14:06.588-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:19:06.589-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:24:06.590-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:29:06.591-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:34:06.592-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:39:06.593-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:44:06.594-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:49:06.594-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:54:06.595-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T12:59:06.596-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:04:06.596-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:09:06.597-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:14:06.598-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:19:06.598-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:24:06.599-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:29:06.600-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:34:06.601-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:39:06.602-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:44:06.603-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:49:06.604-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:54:06.605-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T13:59:06.605-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:04:06.606-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:09:06.607-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:14:06.608-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:19:06.608-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:24:06.609-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:29:06.610-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:34:06.611-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:39:06.612-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:44:06.612-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:49:06.614-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:54:06.615-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T14:59:06.615-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:04:06.616-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:09:06.617-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:14:06.618-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:19:06.618-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:24:06.619-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:29:06.620-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:34:06.621-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:39:06.622-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:44:06.622-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:49:06.623-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:54:06.624-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T15:59:06.625-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:04:06.626-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:09:06.627-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:14:06.628-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:19:06.629-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:24:06.630-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:29:06.631-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:34:06.631-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:39:06.632-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:44:06.633-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:49:06.634-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:54:06.635-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T16:59:06.636-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:04:06.637-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:09:06.638-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:14:06.638-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:19:06.639-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:24:06.640-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:29:06.641-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:34:06.642-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:39:06.642-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:44:06.643-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:49:06.644-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:54:06.645-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T17:59:06.646-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:04:06.646-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:09:06.647-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:14:06.648-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:19:06.649-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:24:06.649-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:29:06.650-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:34:06.651-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:39:06.652-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:44:06.652-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:49:06.653-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:54:06.654-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T18:59:06.655-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:04:06.656-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:09:06.657-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:14:06.658-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:19:06.658-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:24:06.659-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:29:06.660-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:34:06.661-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:39:06.661-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:44:06.662-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:49:06.663-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:54:06.664-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T19:59:06.664-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:04:06.665-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:09:06.666-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:14:06.667-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:19:06.668-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:24:06.668-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:29:06.669-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:34:06.670-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:39:06.671-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:44:06.672-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:49:06.673-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:54:06.673-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T20:59:06.675-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:04:06.676-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:09:06.678-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:14:06.679-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:19:06.680-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:24:06.680-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:29:06.681-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:34:06.682-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:39:06.683-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:44:06.683-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:49:06.684-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:54:06.685-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T21:59:06.686-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:04:06.687-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:09:06.687-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:14:06.688-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:19:06.689-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:24:06.689-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:29:06.690-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:34:06.691-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:39:06.691-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:44:06.692-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:49:06.693-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:54:06.694-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T22:59:06.695-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:04:06.695-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:09:06.696-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:14:06.697-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:19:06.697-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:24:06.698-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:29:06.699-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:34:06.700-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:39:06.701-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:44:06.701-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:49:06.702-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:54:06.703-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-23T23:59:06.704-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:04:06.704-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:09:06.705-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:14:06.706-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:19:06.707-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:24:06.708-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:29:06.709-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:34:06.709-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:39:06.710-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:44:06.711-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:49:06.712-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:54:06.712-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T00:59:06.716-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:04:06.717-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:09:06.718-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:14:06.719-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:19:06.720-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:24:06.721-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:29:06.722-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:34:06.723-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:39:06.724-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:44:06.727-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:49:06.727-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:54:06.728-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T01:59:06.729-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:04:06.729-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:09:06.730-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:14:06.731-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:19:06.732-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:24:06.733-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:29:06.734-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:34:06.735-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:39:06.738-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:44:06.740-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:49:06.742-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:54:06.743-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T02:59:06.745-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:04:06.746-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:09:06.747-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:14:06.748-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:19:06.748-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:24:06.749-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:29:06.750-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:34:06.751-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:39:06.752-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:44:06.752-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:49:06.753-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:54:06.754-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T03:59:06.755-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:04:06.756-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:09:06.757-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:14:06.758-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:19:06.759-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:24:06.759-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:29:06.760-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:34:06.761-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:39:06.762-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:44:06.762-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:49:06.763-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:54:06.764-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T04:59:06.764-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:04:06.765-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:09:06.766-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:14:06.767-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:19:06.768-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:24:06.770-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:29:06.771-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:34:06.772-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:39:06.773-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:44:06.775-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:49:06.775-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:54:06.776-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T05:59:06.777-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:04:06.778-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:09:06.778-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:14:06.779-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:19:06.780-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:24:06.781-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:29:06.782-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:34:06.783-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:39:06.783-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:44:06.784-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:49:06.785-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:54:06.785-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T06:59:06.786-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:04:06.787-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:09:06.787-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:14:06.788-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:19:06.789-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:24:06.789-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:29:06.791-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:34:06.792-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:39:06.792-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:44:06.793-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:49:06.794-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:54:06.794-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T07:59:06.795-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:04:06.796-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:09:06.796-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:14:06.797-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:19:06.798-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:24:06.798-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:29:06.799-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:34:06.802-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:39:06.803-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:44:06.803-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:49:06.804-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:54:06.805-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T08:59:06.806-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:04:06.806-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:09:06.807-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:14:06.808-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:19:06.809-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:24:06.810-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:29:06.811-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:34:06.812-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:39:06.813-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:44:06.814-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:49:06.814-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:54:06.816-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T09:59:06.817-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:04:06.818-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:09:06.820-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:14:06.820-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:19:06.821-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:24:06.821-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:29:06.822-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:34:06.823-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:39:06.824-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:44:06.825-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:49:06.825-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:54:06.827-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T10:59:06.827-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:04:06.828-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:09:06.828-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:14:06.830-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:19:06.831-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:24:06.832-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:29:06.833-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:34:06.834-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:39:06.834-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:44:06.835-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:49:06.837-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:54:06.837-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T11:59:06.838-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:04:06.838-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:09:06.839-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:14:06.840-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:19:06.843-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:24:06.843-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:29:06.844-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:34:06.844-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:39:06.845-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:44:06.846-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:49:06.847-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:54:06.848-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T12:59:06.849-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:04:06.850-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:09:06.850-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:14:06.851-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:19:06.852-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:24:06.853-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:29:06.854-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:34:06.855-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:39:06.856-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:44:06.857-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:49:06.858-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:54:06.858-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T13:59:06.860-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:04:06.861-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:09:06.861-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:14:06.862-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:19:06.863-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:24:06.864-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:29:06.864-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:34:06.865-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:39:06.866-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:44:06.867-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:49:06.867-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:54:06.868-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T14:59:06.869-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:04:06.870-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:09:06.871-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:14:06.874-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:19:06.875-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:24:06.875-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:29:06.876-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:34:06.877-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:39:06.877-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:44:06.878-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:49:06.879-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:54:06.879-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T15:59:06.880-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:04:06.881-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:09:06.881-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:14:06.882-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:19:06.882-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:24:06.883-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:29:06.884-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:34:06.885-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:39:06.886-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:44:06.886-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:49:06.887-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:54:06.888-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T16:59:06.889-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:04:06.889-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:09:06.890-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:14:06.891-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:19:06.892-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:24:06.892-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:29:06.893-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:34:06.894-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:39:06.894-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:44:06.895-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:49:06.896-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:54:06.897-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T17:59:06.898-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:04:06.898-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:09:06.899-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:14:06.900-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:19:06.900-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:24:06.901-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:29:06.902-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:34:06.903-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:39:06.903-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:44:06.904-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:49:06.904-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:54:06.905-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T18:59:06.906-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:04:06.907-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:09:06.907-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:14:06.909-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:19:06.910-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:24:06.911-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:29:06.912-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:34:06.913-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:39:06.913-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:44:06.914-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:49:06.915-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:54:06.915-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T19:59:06.916-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:04:06.918-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:09:06.919-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:14:06.920-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:19:06.920-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:24:06.921-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:29:06.922-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:34:06.922-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:39:06.923-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:44:06.924-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:49:06.924-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:54:06.925-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T20:59:06.926-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:04:06.927-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:09:06.927-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:14:06.928-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:19:06.928-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:24:06.929-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:29:06.930-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:34:06.931-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:39:06.931-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:44:06.932-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:49:06.932-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:54:06.933-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T21:59:06.934-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:04:06.935-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:09:06.936-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:14:06.936-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:19:06.937-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:24:06.937-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:29:06.938-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:34:06.939-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:39:06.939-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:44:06.940-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:49:06.941-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:54:06.941-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T22:59:06.942-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:04:06.943-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:09:06.943-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:14:06.944-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:19:06.945-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:24:06.945-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:29:06.946-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:34:06.947-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:39:06.948-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:44:06.948-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:49:06.949-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:54:06.950-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-24T23:59:06.951-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:04:06.951-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:09:06.953-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:14:06.954-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:19:06.955-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:24:06.955-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:29:06.956-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:34:06.957-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:39:06.957-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:44:06.958-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:49:06.958-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:54:06.961-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T00:59:06.962-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:04:06.963-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:09:06.964-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:14:06.965-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:19:06.965-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:24:06.967-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:29:06.968-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:34:06.968-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:39:06.969-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:44:06.970-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:49:06.972-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:54:06.972-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T01:59:06.973-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:04:06.974-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:09:06.975-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:14:06.977-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:19:06.977-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:24:06.978-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:29:06.979-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:34:06.980-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:39:06.980-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:44:06.981-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:49:06.982-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:54:06.983-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T02:59:06.984-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:04:06.985-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:09:06.985-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:14:06.986-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:19:06.987-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:24:06.988-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:29:06.988-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:34:06.989-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:39:06.990-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:44:06.991-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:49:06.992-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:54:06.993-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T03:59:06.994-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:04:06.995-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:09:06.996-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:14:06.996-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:19:06.997-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:24:06.998-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:29:06.998-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:34:06.999-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:39:07.000-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:44:07.003-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:49:07.004-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:54:07.006-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T04:59:07.006-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:04:07.007-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:09:07.008-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:14:07.009-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:19:07.009-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:24:07.010-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:29:07.011-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:34:07.011-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:39:07.012-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:44:07.013-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:49:07.014-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:54:07.016-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T05:59:07.018-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:04:07.019-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:09:07.019-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:14:07.020-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:19:07.021-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:24:07.021-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:29:07.022-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:34:07.023-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:39:07.024-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:44:07.025-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:49:07.026-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:54:07.026-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T06:59:07.027-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:04:07.028-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:09:07.029-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:14:07.029-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:19:07.030-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:24:07.031-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:29:07.031-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:34:07.032-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:39:07.033-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:44:07.034-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:49:07.034-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:54:07.035-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T07:59:07.035-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:04:07.036-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:09:07.037-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:14:07.037-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:19:07.038-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:24:07.039-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:29:07.040-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:34:07.041-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:39:07.042-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:44:07.043-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:49:07.043-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:54:07.044-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T08:59:07.045-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:04:07.046-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:09:07.046-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:14:07.047-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:19:07.047-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:24:07.048-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:29:07.049-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:34:07.049-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:39:07.050-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:44:07.051-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:49:07.052-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:54:07.053-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T09:59:07.053-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:04:07.054-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:09:07.054-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:14:07.055-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:19:07.056-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:24:07.056-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:29:07.057-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:34:07.057-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:39:07.058-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:44:07.059-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:49:07.059-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:54:07.060-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T10:59:07.061-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:04:07.062-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:09:07.062-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:14:07.063-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:19:07.064-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:24:07.064-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:29:07.065-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:34:07.066-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:39:07.066-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:44:07.067-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:49:07.068-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:54:07.068-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T11:59:07.069-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:04:07.070-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:09:07.070-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:14:07.071-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:19:07.072-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:24:07.072-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:29:07.073-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:34:07.073-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:39:07.074-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:44:07.075-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:49:07.076-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:54:07.076-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T12:59:07.077-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:04:07.078-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:09:07.078-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:14:07.079-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:19:07.080-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:24:07.081-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:29:07.081-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:34:07.082-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:39:07.083-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:44:07.084-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:49:07.085-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:54:07.085-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T13:59:07.086-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:04:07.086-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:09:07.087-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:14:07.088-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:19:07.089-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:24:07.089-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:29:07.090-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:34:07.091-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:39:07.091-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:44:07.092-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:49:07.092-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:54:07.093-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T14:59:07.094-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:04:07.094-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:09:07.095-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:14:07.095-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:19:07.096-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:24:07.096-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:29:07.097-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:34:07.097-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:39:07.098-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:44:07.099-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:49:07.099-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:54:07.100-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T15:59:07.102-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:04:07.102-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:09:07.103-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:14:07.103-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:19:07.104-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:24:07.104-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:29:07.105-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:34:07.105-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:39:07.106-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:44:07.107-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:49:07.108-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:54:07.108-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T16:59:07.109-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:04:07.111-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:09:07.112-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:14:07.113-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:19:07.113-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:24:07.114-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:29:07.115-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:34:07.116-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:39:07.116-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:44:07.117-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:49:07.117-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:54:07.118-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T17:59:07.119-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:04:07.121-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:09:07.122-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:14:07.124-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:19:07.124-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:24:07.125-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:29:07.125-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:34:07.126-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:39:07.127-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:44:07.127-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:49:07.128-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:54:07.128-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T18:59:07.129-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:04:07.129-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:09:07.130-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:14:07.133-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:19:07.134-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:24:07.134-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:29:07.135-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:34:07.135-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:39:07.136-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:44:07.137-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:49:07.137-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:54:07.138-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T19:59:07.138-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:04:07.139-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:09:07.140-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:14:07.140-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:19:07.141-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:24:07.142-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:29:07.143-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:34:07.143-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:39:07.144-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:44:07.144-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:49:07.145-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:54:07.146-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T20:59:07.146-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:04:07.147-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:09:07.148-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:14:07.149-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:19:07.150-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:24:07.151-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:29:07.151-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:34:07.152-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:39:07.153-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:44:07.154-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:49:07.154-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:54:07.155-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T21:59:07.156-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:04:07.156-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:09:07.157-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:14:07.158-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:19:07.158-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:24:07.159-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:29:07.160-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:34:07.162-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:39:07.162-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:44:07.163-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:49:07.164-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:54:07.165-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T22:59:07.165-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:04:07.166-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:09:07.166-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:14:07.167-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:19:07.167-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:24:07.168-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:29:07.168-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:34:07.169-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:39:07.170-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:44:07.170-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:49:07.171-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:54:07.172-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-25T23:59:07.172-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:04:07.173-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:09:07.174-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:14:07.175-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:19:07.176-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:24:07.176-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:29:07.177-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:34:07.177-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:39:07.178-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:44:07.178-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:49:07.179-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:54:07.180-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T00:59:07.181-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:04:07.181-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:09:07.182-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:14:07.183-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:19:07.184-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:24:07.184-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:29:07.185-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:34:07.185-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:39:07.186-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:44:07.187-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:49:07.188-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:54:07.189-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T01:59:07.190-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:04:07.192-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:09:07.193-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:14:07.193-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:19:07.194-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:24:07.195-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:29:07.196-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:34:07.196-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:39:07.197-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:44:07.198-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:49:07.198-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:54:07.199-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T02:59:07.199-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:04:07.200-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:09:07.201-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:14:07.201-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:19:07.202-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:24:07.203-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:29:07.203-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:34:07.204-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:39:07.205-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:44:07.205-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:49:07.206-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:54:07.207-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T03:59:07.209-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:04:07.212-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:09:07.214-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:14:07.215-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:19:07.216-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:24:07.216-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:29:07.217-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:34:07.218-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:39:07.219-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:44:07.219-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:49:07.220-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:54:07.222-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T04:59:07.222-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:04:07.223-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:09:07.224-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:14:07.224-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:19:07.225-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:24:07.226-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:29:07.226-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:34:07.227-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:39:07.228-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:44:07.229-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:49:07.229-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:54:07.231-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T05:59:07.231-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:04:07.232-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:09:07.232-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:14:07.233-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:19:07.234-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:24:07.235-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:29:07.235-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:34:07.236-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:39:07.237-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:44:07.237-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:49:07.238-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:54:07.238-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T06:59:07.239-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:04:07.240-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:09:07.243-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:14:07.243-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:19:07.244-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:24:07.244-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:29:07.245-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:34:07.246-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:39:07.247-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:44:07.247-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:49:07.248-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:54:07.249-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T07:59:07.249-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:04:07.250-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:09:07.250-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:14:07.251-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:19:07.252-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:24:07.253-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:29:07.253-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:34:07.254-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:39:07.254-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:44:07.255-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:49:07.255-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:54:07.256-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T08:59:07.256-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:04:07.257-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:09:07.258-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:14:07.259-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:19:07.259-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:24:07.260-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:29:07.261-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:34:07.261-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:39:07.262-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:44:07.263-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:49:07.264-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:54:07.264-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T09:59:07.265-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:04:07.266-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:09:07.266-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:14:07.267-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:19:07.267-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:24:07.268-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:29:07.269-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:34:07.270-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:39:07.270-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:44:07.271-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:49:07.272-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:54:07.272-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T10:59:07.273-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:04:07.273-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:09:07.274-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:14:07.275-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:19:07.275-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:24:07.276-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:29:07.277-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:34:07.278-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:39:07.278-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:44:07.279-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:49:07.279-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:54:07.280-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T11:59:07.281-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:04:07.281-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:09:07.282-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:14:07.282-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:19:07.283-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:24:07.284-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:29:07.284-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:34:07.285-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:39:07.286-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:44:07.286-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:49:07.287-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:54:07.287-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T12:59:07.288-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:04:07.289-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:09:07.290-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:14:07.290-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:19:07.291-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:24:07.292-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:29:07.293-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:34:07.293-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:39:07.294-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:44:07.294-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:49:07.295-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:54:07.296-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T13:59:07.316-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:04:07.318-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:09:07.319-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:14:07.319-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:19:07.320-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:24:07.320-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:29:07.321-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:34:07.322-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:39:07.322-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:44:07.323-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:49:07.323-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:54:07.324-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T14:59:07.325-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:04:07.326-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:09:07.326-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:14:07.327-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:19:07.328-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:24:07.328-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:29:07.329-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:34:07.330-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:39:07.331-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:44:07.332-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:49:07.332-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:54:07.333-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T15:59:07.334-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:04:07.334-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:09:07.335-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:14:07.336-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:19:07.337-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:24:07.337-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:29:07.338-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:34:07.339-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:39:07.339-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:44:07.340-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:49:07.340-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:54:07.341-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T16:59:07.342-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:04:07.342-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:09:07.343-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:14:07.344-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:19:07.344-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:24:07.345-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:29:07.346-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:34:07.346-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:39:07.347-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:44:07.348-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:49:07.348-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:54:07.349-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T17:59:07.350-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:04:07.350-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:09:07.351-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:14:07.352-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:19:07.352-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:24:07.353-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:29:07.353-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:34:07.354-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:39:07.355-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:44:07.355-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:49:07.356-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:54:07.357-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T18:59:07.363-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:04:07.364-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:09:07.365-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:14:07.365-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:19:07.366-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:24:07.366-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:29:07.367-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:34:07.367-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:39:07.368-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:44:07.368-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:49:07.369-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:54:07.370-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T19:59:07.372-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:04:07.373-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:09:07.373-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:14:07.374-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:19:07.375-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:24:07.375-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:29:07.376-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:34:07.376-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:39:07.377-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:44:07.378-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:49:07.378-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:54:07.379-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T20:59:07.380-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:04:07.380-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:09:07.381-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:14:07.381-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:19:07.382-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:24:07.383-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:29:07.383-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:34:07.383-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:39:07.384-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:44:07.385-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:49:07.385-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:54:07.386-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T21:59:07.387-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:04:07.387-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:09:07.388-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:14:07.388-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:19:07.389-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:24:07.390-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:29:07.392-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:34:07.393-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:39:07.394-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:44:07.395-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:49:07.395-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:54:07.396-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T22:59:07.396-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:04:07.397-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:09:07.398-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:14:07.398-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:19:07.399-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:24:07.399-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:29:07.400-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:34:07.400-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:39:07.401-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:44:07.402-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:49:07.402-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:54:07.403-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-26T23:59:07.404-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:04:07.405-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:09:07.405-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:14:07.406-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:19:07.406-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:24:07.407-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:29:07.408-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:34:07.409-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:39:07.409-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:44:07.410-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:49:07.411-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:54:07.412-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T00:59:07.412-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:04:07.414-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:09:07.414-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:14:07.415-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:19:07.416-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:24:07.417-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:29:07.418-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:34:07.418-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:39:07.419-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:44:07.419-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:49:07.421-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:54:07.421-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T01:59:07.422-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:04:07.423-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:09:07.423-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:14:07.424-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:19:07.425-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:24:07.425-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:29:07.426-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:34:07.426-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:39:07.427-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:44:07.428-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:49:07.429-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:54:07.429-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T02:59:07.431-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:04:07.434-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:09:07.436-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:14:07.437-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:19:07.437-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:24:07.438-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:29:07.439-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:34:07.439-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:39:07.440-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:44:07.443-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:49:07.443-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:54:07.444-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T03:59:07.444-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:04:07.445-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:09:07.446-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:14:07.446-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:19:07.447-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:24:07.448-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:29:07.448-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:34:07.449-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:39:07.450-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:44:07.450-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:49:07.451-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:54:07.452-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T04:59:07.452-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:04:07.453-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:09:07.454-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:14:07.454-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:19:07.455-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:24:07.456-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:29:07.456-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:34:07.457-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:39:07.458-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:44:07.458-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:49:07.459-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:54:07.460-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T05:59:07.460-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:04:07.461-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:09:07.462-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:14:07.462-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:19:07.463-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:24:07.464-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:29:07.464-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:34:07.465-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:39:07.466-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:44:07.467-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:49:07.467-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:54:07.468-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T06:59:07.468-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:04:07.469-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:09:07.469-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:14:07.470-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:19:07.473-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:24:07.473-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:29:07.474-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:34:07.474-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:39:07.475-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:44:07.475-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:49:07.476-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:54:07.477-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T07:59:07.478-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:04:07.479-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:09:07.479-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:14:07.480-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:19:07.480-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:24:07.481-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:29:07.481-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:34:07.482-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:39:07.483-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:44:07.483-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:49:07.484-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:54:07.485-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T08:59:07.486-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:04:07.486-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:09:07.487-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:14:07.488-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:19:07.488-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:24:07.489-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:29:07.490-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:34:07.491-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:39:07.491-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:44:07.492-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:49:07.493-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:54:07.493-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T09:59:07.494-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:04:07.494-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:09:07.495-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:14:07.496-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:19:07.496-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:24:07.497-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:29:07.498-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:34:07.499-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:39:07.499-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:44:07.500-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:49:07.501-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:54:07.501-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T10:59:07.502-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:04:07.503-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:09:07.504-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:14:07.505-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:19:07.506-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:24:07.506-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:29:07.507-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:34:07.508-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:39:07.508-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:44:07.509-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:49:07.510-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:54:07.511-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T11:59:07.511-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:04:07.513-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:09:07.514-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:14:07.514-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:19:07.515-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:24:07.516-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:29:07.516-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:34:07.517-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:39:07.518-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:44:07.518-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:49:07.519-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:54:07.520-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T12:59:07.521-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:04:07.521-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:09:07.522-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:14:07.523-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:19:07.524-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:24:07.524-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:29:07.525-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:34:07.526-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:39:07.526-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:44:07.527-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:49:07.528-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:54:07.528-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T13:59:07.529-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:04:07.529-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:09:07.530-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:14:07.531-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:19:07.531-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:24:07.532-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:29:07.532-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:34:07.533-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:39:07.533-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:44:07.534-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:49:07.535-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:54:07.535-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T14:59:07.536-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:04:07.536-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:09:07.537-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:14:07.538-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:19:07.538-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:24:07.539-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:29:07.539-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:34:07.540-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:39:07.541-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:44:07.541-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:49:07.542-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:54:07.542-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T15:59:07.543-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:04:07.544-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:09:07.545-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:14:07.547-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:19:07.548-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:24:07.548-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:29:07.549-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:34:07.549-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:39:07.549-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:44:07.550-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:49:07.551-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:54:07.551-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T16:59:07.552-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:04:07.552-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:09:07.553-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:14:07.554-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:19:07.554-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:24:07.555-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:29:07.556-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:34:07.556-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:39:07.557-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:44:07.558-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:49:07.558-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:54:07.559-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T17:59:07.559-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:04:07.560-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:09:07.561-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:14:07.561-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:19:07.562-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:24:07.563-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:29:07.564-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:34:07.564-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:39:07.565-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:44:07.566-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:49:07.567-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:54:07.567-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T18:59:07.568-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:04:07.569-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:09:07.569-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:14:07.570-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:19:07.571-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:24:07.571-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:29:07.572-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:34:07.573-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:39:07.574-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:44:07.574-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:49:07.575-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:54:07.576-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T19:59:07.576-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:04:07.577-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:09:07.578-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:14:07.578-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:19:07.579-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:24:07.580-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:29:07.580-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:34:07.581-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:39:07.582-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:44:07.582-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:49:07.583-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:54:07.584-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T20:59:07.584-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:04:07.587-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:09:07.588-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:14:07.589-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:19:07.589-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:24:07.590-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:29:07.591-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:34:07.591-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:39:07.592-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:44:07.593-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:49:07.593-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:54:07.595-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T21:59:07.595-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:04:07.595-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:09:07.596-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:14:07.597-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:19:07.597-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:24:07.598-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:29:07.599-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:34:07.599-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:39:07.600-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:44:07.604-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:49:07.606-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:54:07.607-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T22:59:07.607-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:04:07.608-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:09:07.609-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:14:07.609-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:19:07.610-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:24:07.611-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:29:07.612-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:34:07.612-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:39:07.613-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:44:07.614-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:49:07.615-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:54:07.615-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-27T23:59:07.617-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:04:07.617-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:09:07.618-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:14:07.619-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:19:07.620-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:24:07.620-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:29:07.621-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:34:07.622-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:39:07.622-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:44:07.623-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:49:07.624-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:54:07.625-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T00:59:07.626-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:04:07.626-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:09:07.628-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:14:07.629-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:19:07.629-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:24:07.630-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:29:07.632-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:34:07.632-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:39:07.633-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:44:07.634-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:49:07.634-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:54:07.635-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T01:59:07.635-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:04:07.636-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:09:07.637-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:14:07.637-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:19:07.638-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:24:07.639-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:29:07.639-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:34:07.640-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:39:07.642-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:44:07.643-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:49:07.644-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:54:07.645-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T02:59:07.645-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:04:07.646-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:09:07.647-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:14:07.648-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:19:07.648-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:24:07.649-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:29:07.649-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:34:07.650-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:39:07.650-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:44:07.651-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:49:07.652-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:54:07.653-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T03:59:07.653-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:04:07.654-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:09:07.654-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:14:07.655-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:19:07.656-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:24:07.656-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:29:07.658-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:34:07.658-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:39:07.659-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:44:07.660-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:49:07.661-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:54:07.661-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T04:59:07.662-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:04:07.663-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:09:07.663-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:14:07.664-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:19:07.664-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:24:07.665-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:29:07.666-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:34:07.667-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:39:07.667-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:44:07.668-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:49:07.669-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:54:07.669-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T05:59:07.670-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:04:07.671-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:09:07.672-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:14:07.672-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:19:07.673-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:24:07.674-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:29:07.674-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:34:07.675-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:39:07.675-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:44:07.676-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:49:07.676-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:54:07.677-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T06:59:07.678-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:04:07.678-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:09:07.679-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:14:07.680-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:19:07.682-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:24:07.682-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:29:07.683-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:34:07.684-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:39:07.684-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:44:07.685-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:49:07.686-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:54:07.686-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T07:59:07.687-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:04:07.688-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:09:07.689-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:14:07.689-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:19:07.690-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:24:07.691-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:29:07.691-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:34:07.694-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:39:07.701-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:44:07.702-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:49:07.703-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:54:07.703-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T08:59:07.704-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:04:07.705-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:09:07.705-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:14:07.813-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:19:07.813-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:24:07.815-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:29:07.816-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:34:07.817-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:39:07.818-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:44:07.818-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:49:07.819-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:54:07.820-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T09:59:07.820-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:04:07.821-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:09:07.821-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:14:07.822-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:19:07.823-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:24:07.823-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:29:07.824-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:34:07.825-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:39:07.825-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:44:07.826-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:49:07.827-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:54:07.827-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T10:59:07.828-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:04:07.828-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:09:07.829-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:14:07.830-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:19:07.833-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:24:07.834-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:29:07.836-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:34:07.837-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:39:07.838-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:44:07.838-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:49:07.839-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:54:07.839-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T11:59:07.840-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:04:07.841-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:09:07.841-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:14:07.842-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:19:07.842-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:24:07.843-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:29:07.844-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:34:07.845-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:39:07.845-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:44:07.846-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:49:07.847-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:54:07.847-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T12:59:07.848-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:04:07.849-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:09:07.849-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:14:07.850-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:19:07.851-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:24:07.852-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:29:07.852-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:34:07.853-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:39:07.854-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:44:07.855-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:49:07.855-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:54:07.856-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T13:59:07.857-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:04:07.857-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:09:07.858-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:14:07.858-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:19:07.859-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:24:07.859-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:29:07.860-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:34:07.861-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:39:07.861-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:44:07.862-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:49:07.863-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:54:07.863-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T14:59:07.864-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:04:07.865-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:09:07.866-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:14:07.867-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:19:07.868-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:24:07.868-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:29:07.869-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:34:07.869-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:39:07.870-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:44:07.871-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:49:07.871-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:54:07.872-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T15:59:07.873-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:04:07.873-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:09:07.874-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:14:07.874-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:19:07.875-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:24:07.875-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:29:07.876-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:34:07.877-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:39:07.877-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:44:07.878-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:49:07.879-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:54:07.879-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T16:59:07.880-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:04:07.880-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:09:07.881-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:14:07.882-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:19:07.883-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:24:07.883-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:29:07.884-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:34:07.884-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:39:07.885-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:44:07.885-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:49:07.886-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:54:07.887-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T17:59:07.887-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:04:07.888-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:09:07.888-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:14:07.889-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:19:07.890-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:24:07.890-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:29:07.891-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:34:07.892-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:39:07.893-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:44:07.893-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:49:07.894-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:54:07.895-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T18:59:07.896-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:04:07.896-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:09:07.897-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:14:07.897-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:19:07.898-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:24:07.899-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:29:07.899-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:34:07.900-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:39:07.901-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:44:07.902-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:49:07.902-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:54:07.903-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T19:59:07.904-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:04:07.905-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:09:07.905-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:14:07.906-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:19:07.907-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:24:07.907-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:29:07.908-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:34:07.908-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:39:07.909-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:44:07.910-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:49:07.911-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:54:07.912-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T20:59:07.912-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:04:07.913-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:09:07.913-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:14:07.914-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:19:07.915-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:24:07.915-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:29:07.916-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:34:07.917-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:39:07.918-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:44:07.918-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:49:07.919-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:54:07.919-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T21:59:07.920-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:04:07.921-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:09:07.921-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:14:07.922-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:19:07.923-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:24:07.924-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:29:07.924-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:34:07.925-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:39:07.925-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:44:07.926-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:49:07.926-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:54:07.927-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T22:59:07.928-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:04:07.928-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:09:07.929-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:14:07.930-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:19:07.930-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:24:07.931-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:29:07.932-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:34:07.933-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:39:07.933-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:44:07.934-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:49:07.935-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:54:07.935-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-02-28T23:59:07.936-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:04:07.937-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:09:07.937-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:14:07.938-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:19:07.939-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:24:07.939-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:29:07.940-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:34:07.941-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:39:07.942-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:44:07.942-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:49:07.943-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:54:07.944-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T00:59:07.945-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:04:07.945-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:09:07.946-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:14:07.947-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:19:07.947-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:24:07.948-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:29:07.949-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:34:07.950-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:39:07.951-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:44:07.951-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:49:07.952-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:54:07.953-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T01:59:07.954-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:04:07.954-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:09:07.955-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:14:07.955-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:19:07.956-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:24:07.956-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:29:07.957-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:34:07.958-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:39:07.959-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:44:07.959-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:49:07.960-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:54:07.961-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T02:59:07.961-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:04:07.962-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:09:07.963-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:14:07.963-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:19:07.964-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:24:07.964-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:29:07.965-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:34:07.966-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:39:07.967-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:44:07.967-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:49:07.968-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:54:07.968-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T03:59:07.969-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:04:07.970-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:09:07.971-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:14:07.971-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:19:07.972-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:24:07.973-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:29:07.973-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:34:07.974-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:39:07.975-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:44:07.975-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:49:07.976-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:54:07.977-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T04:59:07.977-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:04:07.978-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:09:07.979-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:14:07.980-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:19:07.980-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:24:07.981-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:29:07.982-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:34:07.983-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:39:07.983-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:44:07.984-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:49:07.985-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:54:07.987-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T05:59:07.987-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:04:07.988-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:09:07.989-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:14:07.989-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:19:07.990-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:24:07.991-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:29:07.991-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:34:07.992-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:39:07.992-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:44:07.993-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:49:07.996-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:54:07.996-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T06:59:07.997-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:04:07.998-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:09:07.998-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:14:07.999-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:19:07.999-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:24:08.000-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:29:08.001-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:34:08.002-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:39:08.003-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:44:08.003-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:49:08.004-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:54:08.004-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T07:59:08.005-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:04:08.006-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:09:08.006-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:14:08.007-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:19:08.008-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:24:08.009-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:29:08.010-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:34:08.011-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:39:08.011-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:44:08.012-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:49:08.013-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:54:08.014-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T08:59:08.014-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:04:08.015-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:09:08.016-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:14:08.016-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:19:08.017-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:24:08.017-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:29:08.018-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:34:08.018-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:39:08.019-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:44:08.020-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:49:08.020-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:54:08.021-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T09:59:08.022-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:04:08.023-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:09:08.023-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:14:08.024-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:19:08.025-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:24:08.025-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:29:08.026-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:34:08.026-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:39:08.027-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:44:08.028-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:49:08.029-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:54:08.029-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T10:59:08.030-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:04:08.031-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:09:08.032-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:14:08.032-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:19:08.033-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:24:08.033-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:29:08.034-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:34:08.035-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:39:08.035-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:44:08.036-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:49:08.037-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:54:08.037-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T11:59:08.038-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:04:08.039-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:09:08.039-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:14:08.040-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:19:08.041-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:24:08.042-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:29:08.042-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:34:08.043-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:39:08.044-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:44:08.044-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:49:08.045-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:54:08.046-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T12:59:08.046-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:04:08.047-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:09:08.047-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:14:08.048-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:19:08.048-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:24:08.049-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:29:08.050-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:34:08.050-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:39:08.051-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:44:08.052-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:49:08.053-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:54:08.053-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T13:59:08.054-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:04:08.054-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:09:08.055-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:14:08.056-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:19:08.056-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:24:08.057-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:29:08.057-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:34:08.058-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:39:08.059-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:44:08.060-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:49:08.061-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:54:08.062-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T14:59:08.063-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:04:08.063-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:09:08.064-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:14:08.065-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:19:08.065-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:24:08.066-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:29:08.067-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:34:08.067-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:39:08.068-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:44:08.069-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:49:08.069-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:54:08.070-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T15:59:08.070-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:04:08.071-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:09:08.072-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:14:08.072-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:19:08.073-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:24:08.073-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:29:08.074-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:34:08.075-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:39:08.075-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:44:08.076-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:49:08.077-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:54:08.078-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T16:59:08.078-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:04:08.079-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:09:08.080-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:14:08.080-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:19:08.081-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:24:08.082-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:29:08.083-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:34:08.083-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:39:08.084-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:44:08.084-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:49:08.085-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:54:08.086-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T17:59:08.086-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:04:08.087-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:09:08.088-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:14:08.088-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:19:08.089-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:24:08.090-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:29:08.091-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:34:08.092-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:39:08.093-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:44:08.093-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:49:08.094-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:54:08.094-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T18:59:08.095-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:04:08.095-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:09:08.096-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:14:08.097-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:19:08.098-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:24:08.098-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:29:08.099-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:34:08.099-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:39:08.100-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:44:08.101-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:49:08.101-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:54:08.102-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T19:59:08.103-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:04:08.103-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:09:08.104-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:14:08.104-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:19:08.105-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:24:08.106-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:29:08.106-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:34:08.107-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:39:08.108-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:44:08.108-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:49:08.109-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:54:08.109-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T20:59:08.110-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:04:08.110-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:09:08.111-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:14:08.111-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:19:08.112-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:24:08.113-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:29:08.114-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:34:08.114-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:39:08.115-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:44:08.116-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:49:08.116-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:54:08.117-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T21:59:08.118-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:04:08.119-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:09:08.119-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:14:08.120-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:19:08.121-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:24:08.122-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:29:08.122-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:34:08.123-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:39:08.124-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:44:08.125-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:49:08.125-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:54:08.126-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T22:59:08.126-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:04:08.127-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:09:08.128-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:14:08.129-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:19:08.129-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:24:08.129-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:29:08.130-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:34:08.131-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:39:08.132-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:44:08.132-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:49:08.133-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:54:08.134-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-01T23:59:08.134-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:04:08.135-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:09:08.136-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:14:08.136-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:19:08.137-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:24:08.138-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:29:08.138-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:34:08.139-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:39:08.140-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:44:08.141-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:49:08.142-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:54:08.143-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T00:59:08.143-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:04:08.144-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:09:08.145-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:14:08.145-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:19:08.146-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:24:08.147-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:29:08.147-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:34:08.148-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:39:08.148-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:44:08.149-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:49:08.150-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:54:08.152-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T01:59:08.153-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:04:08.153-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:09:08.154-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:14:08.154-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:19:08.155-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:24:08.156-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:29:08.157-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:34:08.157-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:39:08.158-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:44:08.158-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:49:08.158-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:54:08.159-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T02:59:08.160-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:04:08.161-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:09:08.162-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:14:08.163-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:19:08.163-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:24:08.164-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:29:08.164-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:34:08.165-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:39:08.166-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:44:08.166-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:49:08.167-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:54:08.168-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T03:59:08.169-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:04:08.170-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:09:08.171-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:14:08.171-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:19:08.172-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:24:08.172-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:29:08.173-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:34:08.174-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:39:08.175-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:44:08.176-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:49:08.176-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:54:08.177-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T04:59:08.177-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:04:08.178-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:09:08.179-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:14:08.179-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:19:08.180-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:24:08.181-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:29:08.182-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:34:08.182-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:39:08.183-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:44:08.184-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:49:08.184-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:54:08.185-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T05:59:08.185-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:04:08.186-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:09:08.187-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:14:08.187-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:19:08.188-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:24:08.188-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:29:08.189-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:34:08.189-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:39:08.190-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:44:08.191-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:49:08.192-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:54:08.193-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T06:59:08.193-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:04:08.194-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:09:08.195-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:14:08.195-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:19:08.196-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:24:08.197-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:29:08.198-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:34:08.198-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:39:08.199-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:44:08.200-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:49:08.202-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:54:08.204-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T07:59:08.205-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:04:08.206-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:09:08.207-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:14:08.208-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:19:08.208-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:24:08.209-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:29:08.210-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:34:08.210-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:39:08.211-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:44:08.211-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:49:08.212-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:54:08.213-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T08:59:08.213-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:04:08.214-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:09:08.215-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:14:08.215-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:19:08.216-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:24:08.217-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:29:08.217-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:34:08.218-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:39:08.218-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:44:08.219-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:49:08.219-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:54:08.220-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T09:59:08.221-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:04:08.222-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:09:08.222-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:14:08.223-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:19:08.224-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:24:08.224-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:29:08.225-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:34:08.226-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:39:08.227-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:44:08.227-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:49:08.228-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:54:08.229-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T10:59:08.229-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:04:08.230-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:09:08.231-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:14:08.231-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:19:08.232-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:24:08.233-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:29:08.234-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:34:08.234-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:39:08.235-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:44:08.236-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:49:08.236-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:54:08.237-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T11:59:08.238-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:04:08.239-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:09:08.239-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:14:08.240-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:19:08.241-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:24:08.241-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:29:08.242-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:34:08.243-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:39:08.243-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:44:08.243-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:49:08.244-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:54:08.245-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T12:59:08.245-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:04:08.246-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:09:08.247-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:14:08.247-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:19:08.248-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:24:08.249-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:29:08.249-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:34:08.250-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:39:08.251-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:44:08.251-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:49:08.252-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:54:08.252-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T13:59:08.253-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:04:08.254-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:09:08.254-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:14:08.255-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:19:08.256-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:24:08.256-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:29:08.257-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:34:08.258-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:39:08.258-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:44:08.259-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:49:08.260-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:54:08.261-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T14:59:08.262-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:04:08.262-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:09:08.263-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:14:08.263-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:19:08.264-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:24:08.265-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:29:08.266-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:34:08.266-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:39:08.267-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:44:08.268-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:49:08.268-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:54:08.269-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T15:59:08.269-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:04:08.270-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:09:08.271-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:14:08.271-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:19:08.272-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:24:08.273-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:29:08.273-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:34:08.274-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:39:08.274-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:44:08.275-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:49:08.275-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:54:08.276-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T16:59:08.276-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:04:08.277-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:09:08.278-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:14:08.278-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:19:08.279-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:24:08.279-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:29:08.280-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:34:08.281-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:39:08.282-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:44:08.282-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:49:08.283-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:54:08.283-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T17:59:08.284-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:04:08.285-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:09:08.285-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:14:08.286-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:19:08.287-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:24:08.288-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:29:08.288-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:34:08.289-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:39:08.289-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:44:08.290-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:49:08.291-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:54:08.291-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T18:59:08.292-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:04:08.292-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:09:08.293-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:14:08.294-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:19:08.294-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:24:08.295-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:29:08.296-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:34:08.296-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:39:08.297-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:44:08.298-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:49:08.298-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:54:08.299-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T19:59:08.300-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:04:08.302-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:09:08.302-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:14:08.303-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:19:08.304-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:24:08.304-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:29:08.305-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:34:08.306-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:39:08.306-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:44:08.307-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:49:08.307-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:54:08.308-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T20:59:08.309-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:04:08.309-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:09:08.310-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:14:08.311-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:19:08.311-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:24:08.312-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:29:08.312-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:34:08.313-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:39:08.314-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:44:08.314-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:49:08.315-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:54:08.315-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T21:59:08.316-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:04:08.316-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:09:08.317-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:14:08.318-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:19:08.318-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:24:08.319-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:29:08.319-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:34:08.320-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:39:08.322-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:44:08.322-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:49:08.323-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:54:08.324-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T22:59:08.324-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:04:08.325-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:09:08.325-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:14:08.326-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:19:08.327-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:24:08.327-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:29:08.328-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:34:08.328-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:39:08.329-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:44:08.330-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:49:08.331-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:54:08.332-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-02T23:59:08.332-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:04:08.333-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:09:08.334-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:14:08.335-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:19:08.336-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:24:08.336-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:29:08.337-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:34:08.338-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:39:08.340-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:44:08.340-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:49:08.341-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:54:08.342-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T00:59:08.342-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:04:08.343-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:09:08.344-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:14:08.344-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:19:08.345-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:24:08.346-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:29:08.347-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:34:08.348-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:39:08.352-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:44:08.353-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:49:08.354-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:54:08.354-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T01:59:08.355-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:04:08.356-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:09:08.356-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:14:08.357-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:19:08.358-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:24:08.358-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:29:08.359-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:34:08.360-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:39:08.363-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:44:08.364-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:49:08.364-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:54:08.365-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:59:08.365-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:04:08.366-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:09:08.367-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:14:08.368-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:19:08.368-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:24:08.369-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:29:08.369-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:34:08.370-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:39:08.371-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:44:08.372-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:49:08.372-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:54:08.373-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:59:08.374-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:04:08.374-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:09:08.375-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:14:08.376-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:19:08.376-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:24:08.377-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:29:08.378-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:34:08.378-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:39:08.379-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:44:08.380-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:49:08.381-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:54:08.381-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:59:08.382-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:04:08.383-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:09:08.383-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:14:08.384-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:19:08.384-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:24:08.386-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:29:08.387-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:34:08.387-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:39:08.388-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:44:08.389-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:49:08.389-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:54:08.389-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:59:08.390-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:04:08.392-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:09:08.393-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:14:08.393-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:19:08.394-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:24:08.394-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:29:08.395-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:34:08.396-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:39:08.397-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:44:08.397-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:49:08.398-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:54:08.398-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:59:08.399-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:04:08.400-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:09:08.401-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:14:08.402-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:19:08.403-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:24:08.404-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:29:08.404-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:34:08.405-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:39:08.406-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:44:08.406-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:49:08.407-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:54:08.408-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:59:08.408-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:04:08.409-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:09:08.410-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:14:08.411-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:19:08.412-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:24:08.412-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:29:08.413-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:34:08.414-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:39:08.414-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:44:08.415-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:49:08.415-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:54:08.416-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:59:08.417-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:04:08.418-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:09:08.419-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:14:08.419-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:19:08.420-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:24:08.421-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:29:08.422-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:34:08.422-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:39:08.423-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:44:08.424-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:49:08.425-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:54:08.425-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:59:08.488-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:04:08.489-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:09:08.490-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:14:08.491-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:19:08.491-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:24:08.492-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:29:08.492-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:34:08.493-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:39:08.493-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:44:08.494-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:49:08.496-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:54:08.496-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:59:08.497-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:04:08.498-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:09:08.498-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:14:08.499-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:19:08.500-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:24:08.500-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:29:08.501-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:34:08.502-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:39:08.503-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:44:08.503-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:49:08.504-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:54:08.504-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:59:08.505-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:04:08.508-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:09:08.508-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:14:08.509-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:19:08.510-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:24:08.511-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:29:08.511-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:34:08.512-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:39:08.512-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:44:08.513-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:49:08.514-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:54:08.515-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:59:08.515-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:04:08.516-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:09:08.516-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:14:08.517-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:19:08.518-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:24:08.519-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:29:08.519-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:34:08.520-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:39:08.522-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:44:08.522-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:49:08.523-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:54:08.524-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:59:08.525-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:04:08.525-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:09:08.526-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:14:08.527-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:19:08.527-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:24:08.528-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:29:08.529-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:34:08.530-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:39:08.531-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:44:08.531-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:49:08.532-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:54:08.532-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:59:08.533-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:04:08.534-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:09:08.534-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:14:08.535-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:19:08.536-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:24:08.536-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:29:08.537-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:34:08.538-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:39:08.539-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:44:08.539-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:49:08.540-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:54:08.540-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:59:08.541-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:04:08.542-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:09:08.543-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:14:08.543-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:19:08.544-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:24:08.545-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:29:08.546-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:34:08.547-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:39:08.547-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:44:08.548-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:49:08.549-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:54:08.549-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:59:08.550-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:04:08.551-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:09:08.551-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:14:08.552-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:19:08.553-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:24:08.553-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:29:08.554-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:34:08.555-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:39:08.556-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:44:08.556-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:49:08.557-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:54:08.557-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:59:08.558-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:04:08.559-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:09:08.559-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:14:08.560-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:19:08.561-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:24:08.562-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:29:08.562-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:34:08.563-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:39:08.564-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:44:08.564-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:49:08.565-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:54:08.566-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:59:08.567-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:04:08.568-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:09:08.569-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:14:08.569-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:19:08.570-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:24:08.572-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:29:08.572-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:34:08.573-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:39:08.574-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:44:08.574-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:49:08.575-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:54:08.575-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:59:08.576-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:04:08.577-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:09:08.578-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:14:08.578-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:19:08.579-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:24:08.580-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:29:08.580-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:34:08.581-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:39:08.582-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:44:08.582-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:49:08.583-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:54:08.584-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:59:08.584-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:04:08.585-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:09:08.586-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:14:08.586-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:19:08.587-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:24:08.587-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:29:08.588-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:34:08.589-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:39:08.589-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:44:08.590-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:49:08.592-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:54:08.593-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:59:08.594-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:04:08.594-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:09:08.595-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:14:08.595-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:19:08.596-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:24:08.596-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:29:08.597-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:34:08.597-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:39:08.598-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:44:08.599-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:49:08.600-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:54:08.603-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:59:08.604-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:04:08.605-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:09:08.605-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:14:08.606-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:19:08.606-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:24:08.607-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:29:08.608-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:34:08.608-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:39:08.609-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:44:08.610-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:49:08.610-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:54:08.611-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:59:08.612-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:04:08.612-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:09:08.613-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:14:08.614-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:19:08.615-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:24:08.615-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:29:08.616-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:34:08.617-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:39:08.617-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:44:08.618-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:49:08.619-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:54:08.619-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:59:08.620-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:04:08.622-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:09:08.622-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:14:08.623-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:19:08.623-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:24:08.624-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:29:08.625-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:34:08.625-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:39:08.626-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:44:08.627-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:49:08.628-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:54:08.628-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:59:08.629-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:04:08.629-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:09:08.630-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:14:08.632-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:19:08.632-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:24:08.633-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:29:08.634-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:34:08.634-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:39:08.635-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:44:08.636-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:49:08.636-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:54:08.637-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:59:08.638-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:04:08.638-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:09:08.639-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:14:08.640-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:19:08.641-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:24:08.641-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:29:08.642-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:34:08.643-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:39:08.644-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:44:08.644-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:49:08.645-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:54:08.646-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:59:08.646-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:04:08.647-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:09:08.648-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:14:08.649-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:19:08.649-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:24:08.650-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:29:08.650-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:34:08.651-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:39:08.652-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:44:08.652-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:49:08.653-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:54:08.654-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:59:08.655-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:04:08.655-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:09:08.656-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:14:08.657-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:19:08.657-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:24:08.658-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:29:08.658-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:34:08.659-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:39:08.660-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:44:08.660-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:49:08.661-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:54:08.661-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:59:08.662-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:04:08.663-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:09:08.664-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:14:08.664-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:19:08.665-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:24:08.665-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:29:08.666-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:34:08.667-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:39:08.667-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:44:08.668-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:49:08.669-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:54:08.670-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:59:08.670-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:04:08.671-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:09:08.671-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:14:08.672-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:19:08.673-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:24:08.674-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:29:08.674-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:34:08.676-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:39:08.676-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:44:08.677-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:49:08.677-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:54:08.679-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:59:08.679-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:04:08.680-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:09:08.681-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:14:08.682-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:19:08.682-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:24:08.683-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:29:08.684-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:34:08.684-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:39:08.685-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:44:08.686-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:49:08.686-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:54:08.687-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:59:08.688-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:04:08.689-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:09:08.690-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:14:08.690-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:19:08.691-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:24:08.695-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:29:08.695-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:34:08.696-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:39:08.697-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:44:08.697-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:49:08.698-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:54:08.699-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:59:08.699-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:04:08.700-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:09:08.701-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:14:08.702-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:19:08.702-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:24:08.703-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:29:08.704-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:34:08.704-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:39:08.705-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:44:08.705-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:49:08.706-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:54:08.707-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:59:08.708-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:04:08.708-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:09:08.709-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:14:08.710-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:19:08.711-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:24:08.711-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:29:08.712-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:34:08.712-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:39:08.713-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:44:08.713-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:49:08.714-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:54:08.714-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:59:08.715-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:04:08.716-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:09:08.718-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:14:08.718-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:19:08.719-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:24:08.719-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:29:08.720-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:34:08.721-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:39:08.721-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:44:08.722-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:49:08.722-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:54:08.723-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:59:08.724-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:04:08.724-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:09:08.725-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:14:08.726-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:19:08.726-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:24:08.727-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:29:08.728-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:34:08.729-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:39:08.729-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:44:08.730-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:49:08.730-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:54:08.731-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:59:08.732-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:04:08.733-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:09:08.733-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:14:08.734-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:19:08.735-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:24:08.735-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:29:08.736-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:34:08.736-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:39:08.737-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:44:08.740-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:49:08.741-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:54:08.742-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:59:08.743-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:04:08.743-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:09:08.744-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:14:08.745-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:19:08.745-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:24:08.746-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:29:08.746-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:34:08.747-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:39:08.748-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:44:08.749-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:49:08.749-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:54:08.750-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:59:08.751-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:04:08.751-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:09:08.752-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:14:08.752-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:19:08.753-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:24:08.754-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:29:08.754-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:34:08.755-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:39:08.756-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:44:08.756-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:49:08.757-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:54:08.757-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:59:08.758-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:04:08.759-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:09:08.760-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:14:08.760-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:19:08.761-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:24:08.761-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:29:08.762-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:34:08.763-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:39:08.763-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:44:08.764-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:49:08.764-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:54:08.765-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:59:08.766-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:04:08.766-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:09:08.767-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:14:08.768-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:19:08.768-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:24:08.769-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:29:08.770-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:34:08.770-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:39:08.770-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:44:08.771-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:49:08.772-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:54:08.773-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:59:08.773-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:04:08.774-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:09:08.774-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:14:08.775-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:19:08.776-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:24:08.776-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:29:08.777-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:34:08.777-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:39:08.778-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:44:08.779-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:49:08.779-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:54:08.780-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:59:08.781-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:04:08.782-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:09:08.783-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:14:08.783-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:19:08.784-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:24:08.785-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:29:08.786-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:34:08.786-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:39:08.787-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:44:08.787-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:49:08.788-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:54:08.788-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:59:08.789-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:04:08.789-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:09:08.790-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:14:08.791-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:19:08.791-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:24:08.792-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:29:08.793-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:34:08.793-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:39:08.794-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:44:08.794-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:49:08.795-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:54:08.796-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:59:08.796-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:04:08.797-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:09:08.797-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:14:08.798-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:19:08.799-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:24:08.800-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:29:08.801-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:34:08.802-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:39:08.803-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:44:08.803-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:49:08.804-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:54:08.805-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:59:08.805-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:04:08.806-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:09:08.807-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:14:08.808-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:19:08.808-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:24:08.809-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:29:08.810-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:34:08.810-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:39:08.811-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:44:08.812-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:49:08.813-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:54:08.813-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:59:08.814-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:04:08.814-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:09:08.815-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:14:08.816-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:19:08.816-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:24:08.818-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:29:08.819-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:34:08.820-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:39:08.820-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:44:08.821-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:49:08.822-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:54:08.822-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:59:08.823-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:04:08.824-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:09:08.824-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:14:08.825-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:19:08.825-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:24:08.826-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:29:08.827-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:34:08.828-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:39:08.829-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:44:08.829-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:49:08.830-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:54:08.833-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:59:08.834-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:04:08.834-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:09:08.835-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:14:08.836-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:19:08.836-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:24:08.837-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:29:08.838-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:34:08.839-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:39:08.839-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:44:08.840-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:49:08.841-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:54:08.842-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:59:08.842-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:04:08.843-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:09:08.843-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:14:08.844-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:19:08.845-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:24:08.845-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:29:08.846-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:34:08.847-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:39:08.848-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:44:08.848-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:49:08.849-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:54:08.850-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:59:08.850-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:04:08.852-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:09:08.852-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:14:08.853-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:19:08.854-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:24:08.854-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:29:08.855-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:34:08.856-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:39:08.856-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:44:08.857-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:49:08.857-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:54:08.858-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:59:08.859-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:04:08.860-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:09:08.860-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:14:08.861-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:19:08.861-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:24:08.862-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:29:08.863-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:34:08.863-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:39:08.863-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:44:08.864-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:49:08.865-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:54:08.865-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:59:08.866-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:04:08.867-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:09:08.867-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:14:08.868-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:19:08.868-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:24:08.869-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:29:08.870-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:34:08.870-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:39:08.871-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:44:08.872-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:49:08.872-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:54:08.873-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:59:08.873-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:04:08.874-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:09:08.874-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:14:08.875-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:19:08.876-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:24:08.876-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:29:08.877-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:34:08.878-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:39:08.879-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:44:08.880-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:49:08.882-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:54:08.883-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:59:08.883-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:04:08.884-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:09:08.885-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:14:08.885-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:19:08.886-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:24:08.887-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:29:08.888-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:34:08.889-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:39:08.889-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:44:08.890-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:49:08.891-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:54:08.892-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:59:08.892-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:04:08.893-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:09:08.894-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:14:08.894-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:19:08.895-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:24:08.895-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:29:08.896-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:34:08.897-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:39:08.898-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:44:08.898-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:49:08.899-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:54:08.900-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:59:08.900-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:04:08.901-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:09:08.901-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:14:08.902-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:19:08.903-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:24:08.903-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:29:08.904-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:34:08.904-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:39:08.905-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:44:08.906-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:49:08.906-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:54:08.907-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:59:08.907-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:04:08.908-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:09:08.909-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:14:08.909-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:19:08.910-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:24:08.911-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:29:08.911-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:34:08.912-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:39:08.913-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:44:08.914-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:49:08.915-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:54:08.915-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:59:08.916-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:04:08.917-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:09:08.917-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:14:08.918-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:19:08.919-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:24:08.919-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:29:08.920-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:34:08.921-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:39:08.921-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:44:08.922-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:49:08.922-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:54:08.923-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:59:08.924-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:04:08.924-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:09:08.925-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:14:08.925-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:19:08.926-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:24:08.927-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:29:08.928-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:34:08.928-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:39:08.930-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:44:08.931-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:49:08.931-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:54:08.932-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:59:08.933-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:04:08.934-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:09:08.934-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:14:08.935-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:19:08.935-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:24:08.936-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:29:08.936-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:34:08.937-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:39:08.938-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:44:08.939-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:49:08.939-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:54:08.940-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:59:08.940-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:04:08.941-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:09:08.942-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:14:08.942-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:19:08.943-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:24:08.944-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:29:08.944-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:34:08.945-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:39:08.945-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:44:08.946-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:49:08.947-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:54:08.947-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:59:08.948-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:04:08.948-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:09:08.949-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:14:08.950-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:19:08.950-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:24:08.951-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:29:08.951-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:34:08.952-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:39:08.952-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:44:08.953-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:49:08.953-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:54:08.954-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:59:08.955-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:04:08.955-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:09:08.956-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:14:08.957-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:19:08.957-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:24:08.958-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:29:08.958-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:34:08.959-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:39:08.959-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:44:08.960-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:49:08.961-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:54:08.961-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:59:08.962-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:04:08.963-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:09:08.964-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:14:08.964-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:19:08.964-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:24:08.965-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:29:08.965-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:34:08.966-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:39:08.966-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:44:08.967-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:49:08.968-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:54:08.969-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:59:08.969-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:04:08.970-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:09:08.970-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:14:08.971-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:19:08.972-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:24:08.972-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:29:08.973-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:34:08.973-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:39:08.974-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:44:08.974-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:49:08.975-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:54:08.975-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:59:08.976-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:04:08.976-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:09:08.977-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:14:08.978-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:19:08.978-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:24:08.979-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:29:08.979-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:34:08.980-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:39:08.981-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:44:08.982-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:49:08.982-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:54:08.983-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:59:08.983-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:04:08.984-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:09:08.985-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:14:08.986-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:19:08.986-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:24:08.987-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:29:08.987-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:34:08.988-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:39:08.988-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:44:08.989-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:49:08.990-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:54:08.990-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:59:08.991-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:04:08.992-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:09:08.993-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:14:08.994-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:19:08.994-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:24:08.995-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:29:08.996-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:34:08.997-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:39:08.997-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:44:08.998-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:49:08.999-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:54:09.000-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:59:09.001-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:04:09.002-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:09:09.003-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:14:09.004-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:19:09.005-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:24:09.006-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:29:09.008-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:34:09.008-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:39:09.009-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:44:09.009-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:49:09.012-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:54:09.013-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:59:09.014-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:04:09.014-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:09:09.015-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:14:09.015-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:19:09.016-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:24:09.017-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:29:09.017-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:34:09.018-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:39:09.018-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:44:09.019-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:49:09.020-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:54:09.022-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:59:09.024-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:04:09.025-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:09:09.025-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:14:09.026-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:19:09.027-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:24:09.028-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:29:09.030-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:34:09.032-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:39:09.033-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:44:09.033-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:49:09.034-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:54:09.035-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:59:09.036-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:04:09.036-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:09:09.054-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:14:09.055-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:19:09.056-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:24:09.056-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:29:09.057-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:34:09.058-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:39:09.059-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:44:09.060-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:49:09.061-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:54:09.062-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:59:09.063-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:04:09.064-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:09:09.064-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:14:09.065-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:19:09.066-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:24:09.067-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:29:09.067-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:34:09.068-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:39:09.068-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:44:09.069-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:49:09.069-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:54:09.070-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:59:09.071-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:04:09.071-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:09:09.072-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:14:09.073-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:19:09.074-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:24:09.075-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:29:09.075-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:34:09.076-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:39:09.077-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:44:09.077-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:49:09.078-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:54:09.078-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:59:09.079-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:04:09.080-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:09:09.081-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:14:09.152-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:19:09.153-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:24:09.154-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:29:09.154-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:34:09.155-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:39:09.155-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:44:09.157-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:49:09.157-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:54:09.157-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:59:09.158-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:04:09.159-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:09:09.159-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:14:09.160-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:19:09.160-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:24:09.161-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:29:09.162-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:34:09.162-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:39:09.164-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:44:09.165-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:49:09.165-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:54:09.166-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:59:09.166-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:04:09.167-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:09:09.168-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:14:09.168-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:19:09.169-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:24:09.170-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:29:09.171-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:34:09.171-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:39:09.172-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:44:09.172-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:49:09.173-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:54:09.174-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:59:09.174-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:04:09.175-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:09:09.176-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:14:09.176-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:19:09.177-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:24:09.178-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:29:09.178-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:34:09.179-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:39:09.180-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:44:09.181-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:49:09.181-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:54:09.181-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:59:09.182-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:04:09.183-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:09:09.184-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:14:09.184-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:19:09.185-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:24:09.185-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:29:09.186-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:34:09.187-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:39:09.187-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:44:09.188-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:49:09.188-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:54:09.189-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:59:09.190-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:04:09.191-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:09:09.191-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:14:09.192-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:19:09.193-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:24:09.194-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:29:09.194-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:34:09.195-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:39:09.195-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:44:09.196-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:49:09.197-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:54:09.197-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:59:09.198-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:04:09.198-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:09:09.199-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:14:09.200-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:19:09.200-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:24:09.201-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:29:09.202-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:34:09.202-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:39:09.203-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:44:09.203-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:49:09.204-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:54:09.205-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:59:09.206-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:04:09.206-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:09:09.207-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:14:09.208-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:19:09.209-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:24:09.209-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:29:09.210-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:34:09.210-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:39:09.211-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:44:09.211-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:49:09.212-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:54:09.213-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:59:09.213-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:04:09.214-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:09:09.215-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:14:09.215-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:19:09.216-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:24:09.216-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:29:09.217-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:34:09.218-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:39:09.218-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:44:09.219-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:49:09.220-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:54:09.220-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:59:09.221-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:04:09.222-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:09:09.222-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:14:09.223-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:19:09.224-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:24:09.225-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:29:09.226-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:34:09.226-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:39:09.227-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:44:09.229-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:49:09.229-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:54:09.230-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:59:09.231-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:04:09.232-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:09:09.233-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:14:09.233-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:19:09.234-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:24:09.235-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:29:09.235-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:34:09.236-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:39:09.237-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:44:09.237-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:49:09.238-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:54:09.238-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:59:09.239-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:04:09.239-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:09:09.240-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:14:09.241-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:19:09.241-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:24:09.242-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:29:09.243-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:34:09.244-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:39:09.244-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:44:09.245-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:49:09.245-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:54:09.246-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:59:09.247-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:04:09.247-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:09:09.248-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:14:09.248-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:19:09.249-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:24:09.250-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:29:09.250-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:34:09.251-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:39:09.251-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:44:09.251-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:49:09.252-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:54:09.253-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:59:09.254-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:04:09.254-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:09:09.255-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:14:09.255-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:19:09.256-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:24:09.257-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:29:09.258-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:34:09.258-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:39:09.258-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:44:09.260-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:49:09.261-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:54:09.261-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:59:09.262-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:04:09.262-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:09:09.263-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:14:09.264-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:19:09.264-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:24:09.265-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:29:09.266-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:34:09.267-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:39:09.267-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:44:09.268-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:49:09.269-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:54:09.270-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:59:09.270-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:04:09.271-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:09:09.272-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:14:09.272-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:19:09.273-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:24:09.273-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:29:09.274-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:34:09.275-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:39:09.275-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:44:09.276-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:49:09.277-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:54:09.277-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:59:09.278-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:04:09.279-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:09:09.279-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:14:09.280-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:19:09.281-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:24:09.281-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:29:09.282-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:34:09.283-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:39:09.283-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:44:09.284-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:49:09.285-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:54:09.285-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:59:09.286-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:04:09.287-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:09:09.287-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:14:09.289-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:19:09.289-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:24:09.290-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:29:09.291-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:34:09.292-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:39:09.293-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:44:09.293-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:49:09.294-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:54:09.295-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:59:09.295-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:04:09.296-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:09:09.297-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:14:09.297-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:19:09.298-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:24:09.298-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:29:09.299-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:34:09.300-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:39:09.300-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:44:09.301-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:49:09.301-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:54:09.302-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:59:09.303-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:04:09.304-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:09:09.304-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:14:09.305-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:19:09.306-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:24:09.306-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:29:09.307-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:34:09.308-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:39:09.309-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:44:09.309-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:49:09.310-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:54:09.311-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:59:09.311-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:04:09.312-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:09:09.312-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:14:09.313-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:19:09.314-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:24:09.317-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:29:09.318-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:34:09.318-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:39:09.319-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:44:09.320-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:49:09.321-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:54:09.321-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:59:09.323-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:04:09.323-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:09:09.324-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:14:09.325-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:19:09.325-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:24:09.326-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:29:09.327-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:34:09.327-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:39:09.328-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:44:09.329-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:49:09.329-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:54:09.330-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:59:09.331-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:04:09.331-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:09:09.332-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:14:09.333-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:19:09.334-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:24:09.334-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:29:09.335-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:34:09.336-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:39:09.337-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:44:09.337-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:49:09.338-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:54:09.338-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:59:09.339-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:04:09.340-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:09:09.340-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:14:09.341-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:19:09.342-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:24:09.342-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:29:09.343-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:34:09.344-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:39:09.345-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:44:09.345-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:49:09.346-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:54:09.347-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:59:09.347-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:04:09.348-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:09:09.349-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:14:09.350-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:19:09.350-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:24:09.351-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:29:09.352-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:34:09.353-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:39:09.353-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:44:09.354-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:49:09.355-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:54:09.355-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:59:09.356-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:04:09.356-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:09:09.357-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:14:09.358-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:19:09.359-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:24:09.359-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:29:09.360-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:34:09.360-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:39:09.361-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:44:09.362-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:49:09.363-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:54:09.363-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:59:09.364-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:04:09.365-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:09:09.365-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:14:09.366-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:19:09.366-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:24:09.367-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:29:09.368-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:34:09.369-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:39:09.369-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:44:09.370-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:49:09.370-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:54:09.371-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:59:09.372-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:04:09.372-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:09:09.373-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:14:09.373-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:19:09.374-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:24:09.374-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:29:09.375-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:34:09.376-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:39:09.376-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:44:09.377-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:49:09.377-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:54:09.378-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:59:09.379-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:04:09.379-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:09:09.380-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:14:09.380-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:19:09.381-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:24:09.382-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:29:09.382-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:34:09.383-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:39:09.383-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:44:09.384-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:49:09.385-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:54:09.385-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:59:09.386-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:04:09.386-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:09:09.387-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:14:09.388-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:19:09.388-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:24:09.389-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:29:09.390-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:34:09.390-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:39:09.391-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:44:09.391-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:49:09.392-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:54:09.392-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:59:09.393-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:04:09.394-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:09:09.394-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:14:09.395-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:19:09.396-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:24:09.397-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:29:09.397-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:34:09.398-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:39:09.399-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:44:09.399-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:49:09.400-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:54:09.400-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:59:09.401-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:04:09.403-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:09:09.403-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:14:09.404-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:19:09.406-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:24:09.406-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:29:09.407-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:34:09.407-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:39:09.408-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:44:09.409-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:49:09.409-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:54:09.410-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:59:09.410-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:04:09.411-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:09:09.412-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:14:09.412-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:19:09.413-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:24:09.413-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:29:09.414-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:34:09.415-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:39:09.415-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:44:09.416-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:49:09.417-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:54:09.417-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:59:09.418-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:04:09.419-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:09:09.419-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:14:09.420-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:19:09.420-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:24:09.421-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:29:09.422-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:34:09.423-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:39:09.423-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:44:09.424-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:49:09.424-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:54:09.425-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:59:09.425-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:04:09.426-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:09:09.426-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:14:09.427-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:19:09.428-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:24:09.429-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:29:09.429-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:34:09.430-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:39:09.430-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:44:09.431-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:49:09.432-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:54:09.432-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:59:09.433-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:04:09.434-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:09:09.434-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:14:09.435-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:19:09.435-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:24:09.436-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:29:09.436-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:34:09.437-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:39:09.438-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:44:09.439-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:49:09.441-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:54:09.442-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:59:09.443-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:04:09.443-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:09:09.444-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:14:09.445-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:19:09.445-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:24:09.446-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:29:09.446-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:34:09.447-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:39:09.447-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:44:09.448-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:49:09.449-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:54:09.449-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:59:09.450-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:04:09.450-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:09:09.451-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:14:09.451-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:19:09.452-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:24:09.453-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:29:09.454-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:34:09.454-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:39:09.455-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:44:09.455-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:49:09.456-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:54:09.457-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:59:09.457-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:04:09.458-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:09:09.459-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:14:09.459-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:19:09.460-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:24:09.461-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:29:09.461-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:34:09.462-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:39:09.463-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:44:09.463-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:49:09.464-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:54:09.465-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:59:09.465-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:04:09.466-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:09:09.466-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:14:09.467-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:19:09.468-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:24:09.468-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:29:09.469-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:34:09.469-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:39:09.470-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:44:09.471-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:49:09.471-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:54:09.472-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:59:09.473-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:04:09.473-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:09:09.474-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:14:09.474-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:19:09.474-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:24:09.475-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:29:09.476-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:34:09.476-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:39:09.477-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:44:09.477-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:49:09.478-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:54:09.479-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:59:09.480-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:04:09.480-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:09:09.481-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:14:09.482-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:19:09.482-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:24:09.483-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:29:09.484-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:34:09.484-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:39:09.485-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:44:09.485-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:49:09.486-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:54:09.487-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:59:09.488-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:04:09.488-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:09:09.489-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:14:09.490-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:19:09.490-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:24:09.491-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:29:09.492-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:34:09.493-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:39:09.494-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:44:09.494-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:49:09.495-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:54:09.496-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:59:09.496-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:04:09.497-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:09:09.498-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:14:09.498-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:19:09.499-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:24:09.499-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:29:09.500-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:34:09.501-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:39:09.502-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:44:09.503-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:49:09.503-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:54:09.504-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:59:09.504-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:04:09.505-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:09:09.506-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:14:09.506-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:19:09.507-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:24:09.507-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:29:09.508-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:34:09.509-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:39:09.509-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:44:09.510-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:49:09.511-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:54:09.511-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:59:09.512-05:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:04:09.513-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:09:09.513-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:14:09.514-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:19:09.515-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:24:09.515-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:29:09.516-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:34:09.517-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:39:09.517-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:44:09.518-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:49:09.518-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:54:09.519-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:59:09.520-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:04:09.521-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:09:09.521-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:14:09.522-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:19:09.523-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:24:09.523-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:29:09.525-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:34:09.525-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:39:09.526-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:44:09.527-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:49:09.527-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:54:09.528-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:59:09.529-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:04:09.530-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:09:09.530-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:14:09.531-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:19:09.532-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:24:09.532-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:29:09.533-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:34:09.533-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:39:09.534-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:44:09.535-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:49:09.535-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:54:09.536-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:59:09.537-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:04:09.537-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:09:09.538-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:14:09.538-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:19:09.539-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:24:09.540-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:29:09.540-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:34:09.541-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:39:09.542-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:44:09.542-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:49:09.543-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:54:09.544-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:59:09.544-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:04:09.545-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:09:09.546-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:14:09.547-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:19:09.547-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:24:09.548-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:29:09.549-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:34:09.549-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:39:09.550-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:44:09.551-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:49:09.552-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:54:09.552-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:59:09.553-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:04:09.554-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:09:09.554-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:14:09.555-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:19:09.556-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:24:09.556-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:29:09.557-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:34:09.557-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:39:09.558-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:44:09.559-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:49:09.559-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:54:09.560-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:59:09.661-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:04:09.662-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:09:09.662-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:14:09.663-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:19:09.663-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:24:09.664-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:29:09.665-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:34:09.666-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:39:09.667-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:44:09.667-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:49:09.668-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:54:09.669-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:59:09.669-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:04:09.670-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:09:09.670-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:14:09.671-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:19:09.672-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:24:09.673-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:29:09.673-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:34:09.674-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:39:09.675-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:44:09.676-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:49:09.676-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:54:09.677-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:59:09.678-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:04:09.678-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:09:09.679-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:14:09.680-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:19:09.680-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:24:09.681-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:29:09.681-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:34:09.682-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:39:09.683-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:44:09.683-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:49:09.684-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:54:09.684-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:59:09.685-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:04:09.685-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:09:09.686-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:14:09.687-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:19:09.687-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:24:09.688-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:29:09.689-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:34:09.690-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:39:09.690-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:44:09.691-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:49:09.692-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:54:09.692-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:59:09.693-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:04:09.694-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:09:09.694-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:14:09.695-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:19:09.695-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:24:09.696-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:29:09.697-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:34:09.697-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:39:09.698-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:44:09.698-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:49:09.699-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:54:09.699-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:59:09.700-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:04:09.700-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:09:09.701-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:14:09.702-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:19:09.703-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:24:09.703-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:29:09.704-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:34:09.705-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:39:09.705-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:44:09.706-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:49:09.706-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:54:09.707-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:59:09.707-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:04:09.708-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:09:09.709-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:14:09.709-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:19:09.710-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:24:09.710-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:29:09.711-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:34:09.711-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:39:09.712-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:44:09.712-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:49:09.713-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:54:09.714-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:59:09.715-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:04:09.715-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:09:09.716-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:14:09.717-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:19:09.717-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:24:09.718-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:29:09.718-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:34:09.719-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:39:09.720-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:44:09.720-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:49:09.721-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:54:09.722-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:59:09.722-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:04:09.723-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:09:09.724-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:14:09.725-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:19:09.725-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:24:09.726-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:29:09.726-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:34:09.727-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:39:09.727-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:44:09.728-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:49:09.729-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:54:09.729-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:59:09.730-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:04:09.731-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:09:09.731-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:14:09.732-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:19:09.732-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:24:09.733-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:29:09.734-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:34:09.734-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:39:09.735-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:44:09.736-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:49:09.736-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:54:09.737-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:59:09.738-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:04:09.738-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:09:09.739-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:14:09.739-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:19:09.740-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:24:09.740-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:29:09.741-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:34:09.742-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:39:09.743-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:44:09.743-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:49:09.744-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:54:09.744-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:59:09.745-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:04:09.745-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:09:09.746-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:14:09.747-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:19:09.747-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:24:09.748-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:29:09.749-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:34:09.749-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:39:09.750-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:44:09.751-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:49:09.751-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:54:09.752-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:59:09.753-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:04:09.753-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:09:09.754-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:14:09.755-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:19:09.755-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:24:09.756-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:29:09.757-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:34:09.757-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:39:09.758-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:44:09.758-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:49:09.759-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:54:09.760-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:59:09.760-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:04:09.762-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:09:09.762-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:14:09.763-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:19:09.763-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:24:09.764-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:29:09.765-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:34:09.765-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:39:09.766-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:44:09.766-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:49:09.767-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:54:09.767-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:59:09.768-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:04:09.769-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:09:09.769-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:14:09.770-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:19:09.771-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:24:09.771-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:29:09.772-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:34:09.773-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:39:09.773-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:44:09.774-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:49:09.775-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:54:09.775-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:59:09.776-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:04:09.777-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:09:09.777-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:14:09.778-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:19:09.778-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:24:09.779-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:29:09.780-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:34:09.781-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:39:09.781-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:44:09.782-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:49:09.783-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:54:09.783-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:59:09.784-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:04:09.785-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:09:09.786-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:14:09.786-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:19:09.787-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:24:09.787-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:29:09.788-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:34:09.789-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:39:09.789-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:44:09.790-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:49:09.790-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:54:09.791-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:59:09.791-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:04:09.792-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:09:09.793-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:14:09.793-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:19:09.794-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:24:09.795-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:29:09.795-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:34:09.797-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:39:09.798-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:44:09.798-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:49:09.799-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:54:09.800-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:59:09.801-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:04:09.801-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:09:09.802-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:14:09.803-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:19:09.804-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:24:09.804-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:29:09.805-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:34:09.805-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:39:09.806-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:44:09.807-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:49:09.807-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:54:09.808-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:59:09.809-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:04:09.810-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:09:09.810-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:14:09.811-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:19:09.811-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:24:09.812-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:29:09.812-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:34:09.813-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:39:09.814-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:44:09.815-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:49:09.815-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:54:09.816-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:59:09.816-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:04:09.817-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:09:09.817-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:14:09.818-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:19:09.819-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:24:09.820-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:29:09.820-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:34:09.821-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:39:09.822-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:44:09.822-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:49:09.823-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:54:09.824-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:59:09.825-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:04:09.825-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:09:09.827-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:14:09.828-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:19:09.829-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:24:09.829-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:29:09.830-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:34:09.831-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:39:09.832-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:44:09.833-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:49:09.834-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:54:09.835-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:59:09.835-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:04:09.835-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:09:09.836-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:14:09.837-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:19:09.837-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:24:09.838-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:29:09.838-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:34:09.839-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:39:09.840-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:44:09.841-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:49:09.842-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:54:09.842-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:59:09.843-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:04:09.844-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:09:09.844-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:14:09.845-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:19:09.846-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:24:09.846-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:29:09.847-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:34:09.848-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:39:09.848-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:44:09.849-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:49:09.850-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:54:09.850-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:59:09.851-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:04:09.851-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:09:09.852-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:14:09.853-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:19:09.853-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:24:09.854-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:29:09.855-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:34:09.855-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:39:09.856-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:44:09.856-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:49:09.857-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:54:09.858-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:59:09.859-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:04:09.859-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:09:09.860-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:14:09.860-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:19:09.861-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:24:09.862-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:29:09.862-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:34:09.863-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:39:09.864-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:44:09.865-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:49:09.865-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:54:09.866-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:59:09.867-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:04:09.867-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:09:09.868-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:14:09.869-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:19:09.869-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:24:09.870-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:29:09.871-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:34:09.871-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:39:09.872-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:44:09.873-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:49:09.874-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:54:09.875-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:59:09.875-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:04:09.876-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:09:09.876-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:14:09.877-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:19:09.878-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:24:09.879-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:29:09.879-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:34:09.880-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:39:09.881-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:44:09.881-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:49:09.882-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:54:09.883-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:59:09.884-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:04:09.884-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:09:09.885-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:14:09.886-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:19:09.886-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:24:09.887-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:29:09.887-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:34:09.888-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:39:09.889-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:44:09.889-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:49:09.890-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:54:09.891-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:59:09.891-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:04:09.892-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:09:09.892-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:14:09.893-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:19:09.894-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:24:09.894-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:29:09.895-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:34:09.895-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:39:09.896-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:44:09.897-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:49:09.897-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:54:09.898-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:59:09.899-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:04:09.899-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:09:09.900-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:14:09.900-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:19:09.901-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:24:09.901-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:29:09.902-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:34:09.903-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:39:09.904-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:44:09.904-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:49:09.905-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:54:09.905-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:59:09.906-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:04:09.907-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:09:09.908-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:14:09.909-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:19:09.909-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:24:09.910-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:29:09.910-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:34:09.911-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:39:09.911-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:44:09.912-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:49:09.913-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:54:09.913-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:59:09.914-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:04:09.915-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:09:09.915-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:14:09.916-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:19:09.916-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:24:09.917-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:29:09.918-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:34:09.918-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:39:09.919-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:44:09.920-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:49:09.920-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:54:09.921-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:59:09.921-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:04:09.922-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:09:09.923-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:14:09.923-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:19:09.924-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:24:09.924-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:29:09.925-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:34:09.926-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:39:09.926-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:44:09.927-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:49:09.928-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:54:09.928-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:59:09.929-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:04:09.929-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:09:09.930-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:14:09.930-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:19:09.930-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:24:09.931-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:29:09.932-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:34:09.932-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:39:09.933-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:44:09.933-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:49:09.934-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:54:09.935-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:59:09.935-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:04:09.936-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:09:09.937-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:14:09.938-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:19:09.938-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:24:09.939-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:29:09.940-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:34:09.940-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:39:09.941-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:44:09.942-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:49:09.942-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:54:09.943-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:59:09.944-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:04:09.945-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:09:09.945-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:14:09.946-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:19:09.946-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:24:09.947-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:29:09.948-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:34:09.949-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:39:09.950-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:44:09.950-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:49:09.951-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:54:09.952-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:59:09.952-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:04:09.953-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:09:09.954-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:14:09.954-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:19:09.955-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:24:09.955-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:29:09.956-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:34:09.957-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:39:09.957-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:44:09.958-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:49:09.958-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:54:09.959-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:59:09.960-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:04:09.961-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:09:09.962-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:14:09.962-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:19:09.963-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:24:09.963-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:29:09.964-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:34:09.965-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:39:09.965-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:44:09.966-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:49:09.967-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:54:09.967-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:59:09.967-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:04:09.968-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:09:09.969-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:14:09.969-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:19:09.970-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:24:09.971-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:29:09.971-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:34:09.972-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:39:09.973-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:44:09.974-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:49:09.975-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:54:09.975-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:59:09.976-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:04:09.977-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:09:09.977-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:14:09.978-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:19:09.979-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:24:09.979-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:29:09.980-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:34:09.981-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:39:09.981-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:44:09.982-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:49:09.983-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:54:09.983-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:59:09.984-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:04:09.984-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:09:09.985-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:14:09.986-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:19:09.987-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:24:09.987-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:29:09.988-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:34:09.989-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:39:09.990-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:44:09.990-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:49:09.991-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:54:09.992-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:59:09.993-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:04:09.993-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:09:09.994-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:14:09.995-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:19:09.995-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:24:09.996-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:29:09.997-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:34:09.998-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:39:09.999-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:44:09.999-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:49:10.000-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:54:10.004-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:59:10.005-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:04:10.006-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:09:10.007-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:14:10.008-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:19:10.009-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:24:10.009-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:29:10.010-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:34:10.011-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:39:10.011-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:44:10.012-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:49:10.013-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:54:10.013-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:59:10.014-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:04:10.016-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:09:10.019-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:14:10.019-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:19:10.020-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:24:10.021-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:29:10.022-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:34:10.023-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:39:10.024-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:44:10.025-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:49:10.026-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:54:10.026-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:59:10.027-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:04:10.029-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:09:10.029-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:14:10.030-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:19:10.031-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:24:10.031-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:29:10.032-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:34:10.033-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:39:10.033-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:44:10.034-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:49:10.035-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:54:10.035-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:59:10.037-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:04:10.037-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:09:10.038-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:14:10.039-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:19:10.039-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:24:10.040-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:29:10.040-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:34:10.041-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:39:10.042-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:44:10.042-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:49:10.043-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:54:10.043-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:59:10.044-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:04:10.045-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:09:10.045-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:14:10.046-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:19:10.047-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:24:10.048-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:29:10.049-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:34:10.050-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:39:10.051-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:44:10.051-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:49:10.052-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:54:10.052-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:59:10.053-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:04:10.055-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:09:10.056-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:14:10.057-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:19:10.057-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:24:10.058-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:29:10.059-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:34:10.060-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:39:10.061-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:44:10.061-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:49:10.062-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:54:10.063-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:59:10.064-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:04:10.064-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:09:10.065-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:14:10.066-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:19:10.066-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:24:10.067-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:29:10.068-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:34:10.068-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:39:10.068-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:44:10.069-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:49:10.069-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:54:10.070-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:59:10.071-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:04:10.071-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:09:10.072-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:14:10.072-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:19:10.073-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:24:10.074-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:29:10.074-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:34:10.075-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:39:10.075-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:44:10.076-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:49:10.076-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:54:10.077-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:59:10.078-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:04:10.078-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:09:10.079-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:14:10.080-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:19:10.081-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:24:10.081-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:29:10.082-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:34:10.083-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:39:10.084-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:44:10.084-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:49:10.085-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:54:10.085-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:59:10.086-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:04:10.087-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:09:10.087-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:14:10.088-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:19:10.089-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:24:10.089-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:29:10.090-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:34:10.090-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:39:10.091-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:44:10.092-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:49:10.093-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:54:10.094-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:59:10.094-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:04:10.095-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:09:10.096-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:14:10.096-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:19:10.097-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:24:10.097-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:29:10.098-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:34:10.099-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:39:10.099-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:44:10.100-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:49:10.101-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:54:10.102-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:59:10.103-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:04:10.104-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:09:10.104-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:14:10.105-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:19:10.105-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:24:10.106-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:29:10.106-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:34:10.107-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:39:10.108-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:44:10.110-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:49:10.111-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:54:10.111-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:59:10.112-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:04:10.113-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:09:10.114-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:14:10.114-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:19:10.115-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:24:10.116-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:29:10.116-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:34:10.117-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:39:10.117-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:44:10.118-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:49:10.118-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:54:10.119-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:59:10.120-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:04:10.120-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:09:10.121-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:14:10.122-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:19:10.122-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:24:10.123-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:29:10.123-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:34:10.124-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:39:10.124-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:44:10.125-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:49:10.126-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:54:10.127-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:59:10.127-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:04:10.127-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:09:10.128-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:14:10.129-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:19:10.129-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:24:10.130-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:29:10.131-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:34:10.131-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:39:10.132-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:44:10.132-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:49:10.133-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:54:10.133-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:59:10.134-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:04:10.134-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:09:10.135-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:14:10.136-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:19:10.136-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:24:10.137-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:29:10.137-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:34:10.138-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:39:10.138-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:44:10.139-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:49:10.140-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:54:10.140-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:59:10.141-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:04:10.142-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:09:10.142-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:14:10.143-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:19:10.144-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:24:10.144-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:29:10.145-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:34:10.146-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:39:10.146-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:44:10.147-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:49:10.147-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:54:10.149-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:59:10.150-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:04:10.150-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:09:10.151-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:14:10.152-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:19:10.153-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:24:10.153-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:29:10.154-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:34:10.154-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:39:10.155-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:44:10.156-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:49:10.156-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:54:10.157-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:59:10.158-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:04:10.158-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:09:10.159-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:14:10.159-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:19:10.160-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:24:10.161-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:29:10.162-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:34:10.162-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:39:10.163-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:44:10.164-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:49:10.164-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:54:10.165-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:59:10.165-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:04:10.166-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:09:10.167-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:14:10.167-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:19:10.168-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:24:10.169-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:29:10.169-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:34:10.170-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:39:10.171-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:44:10.172-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:49:10.172-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:54:10.173-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:59:10.174-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:04:10.175-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:09:10.175-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:14:10.176-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:19:10.176-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:24:10.177-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:29:10.178-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:34:10.179-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:39:10.179-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:44:10.180-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:49:10.181-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:54:10.182-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:59:10.182-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:04:10.183-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:09:10.183-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:14:10.184-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:19:10.185-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:24:10.186-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:29:10.186-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:34:10.188-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:39:10.188-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:44:10.189-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:49:10.189-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:54:10.190-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:59:10.191-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:04:10.192-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:09:10.192-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:14:10.193-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:19:10.194-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:24:10.195-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:29:10.196-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:34:10.196-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:39:10.197-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:44:10.198-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:49:10.199-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:54:10.199-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:59:10.200-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:04:10.201-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:09:10.202-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:14:10.202-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:19:10.203-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:24:10.204-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:29:10.205-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:34:10.205-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:39:10.206-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:44:10.207-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:49:10.207-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:54:10.208-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:59:10.208-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:04:10.209-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:09:10.210-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:14:10.210-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:19:10.211-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:24:10.212-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:29:10.212-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:34:10.214-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:39:10.214-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:44:10.215-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:49:10.215-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:54:10.216-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:59:10.217-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:04:10.217-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:09:10.218-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:14:10.218-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:19:10.219-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:24:10.219-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:29:10.220-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:34:10.221-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:39:10.222-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:44:10.222-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:49:10.223-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:54:10.224-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:59:10.224-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:04:10.226-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:09:10.226-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:14:10.227-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:19:10.228-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:24:10.229-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:29:10.230-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:34:10.230-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:39:10.230-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:44:10.231-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:49:10.232-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:54:10.233-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:59:10.234-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:04:10.234-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:09:10.235-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:14:10.236-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:19:10.237-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:24:10.237-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:29:10.238-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:34:10.239-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:39:10.239-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:44:10.240-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:49:10.241-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:54:10.242-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:59:10.242-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:04:10.243-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:09:10.243-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:14:10.244-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:19:10.245-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:24:10.246-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:29:10.246-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:34:10.247-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:39:10.248-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:44:10.248-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:49:10.249-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:54:10.250-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:59:10.251-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:04:10.251-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:09:10.252-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:14:10.253-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:19:10.253-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:24:10.254-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:29:10.255-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:34:10.256-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:39:10.257-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:44:10.257-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:49:10.258-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:54:10.258-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:59:10.259-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:04:10.260-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:09:10.260-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:14:10.261-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:19:10.262-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:24:10.263-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:29:10.264-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:34:10.264-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:39:10.265-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:44:10.266-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:49:10.266-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:54:10.267-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:59:10.268-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:04:10.268-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:09:10.269-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:14:10.269-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:19:10.270-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:24:10.271-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:29:10.272-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:34:10.272-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:39:10.273-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:44:10.273-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:49:10.274-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:54:10.275-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:59:10.276-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:04:10.276-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:09:10.277-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:14:10.278-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:19:10.278-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:24:10.279-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:29:10.280-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:34:10.280-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:39:10.281-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:44:10.281-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:49:10.282-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:54:10.283-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:59:10.284-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:04:10.284-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:09:10.284-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:14:10.285-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:19:10.286-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:24:10.286-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:29:10.287-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:34:10.288-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:39:10.288-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:44:10.289-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:49:10.290-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:54:10.291-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:59:10.291-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:04:10.292-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:09:10.293-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:14:10.293-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:19:10.294-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:24:10.294-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:29:10.295-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:34:10.296-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:39:10.296-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:44:10.297-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:49:10.298-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:54:10.298-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:59:10.299-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:04:10.299-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:09:10.300-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:14:10.301-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:19:10.301-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:24:10.302-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:29:10.303-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:34:10.303-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:39:10.304-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:44:10.305-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:49:10.305-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:54:10.306-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:59:10.306-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:04:10.307-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:09:10.308-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:14:10.308-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:19:10.309-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:24:10.310-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:29:10.313-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:34:10.315-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:39:10.315-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:44:10.316-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:49:10.317-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:54:10.318-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:59:10.319-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:04:10.319-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:09:10.320-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:14:10.321-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:19:10.321-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:24:10.322-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:29:10.323-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:34:10.323-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:39:10.324-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:44:10.324-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:49:10.325-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:54:10.326-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:59:10.326-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:04:10.327-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:09:10.328-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:14:10.328-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:19:10.329-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:24:10.329-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:29:10.330-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:34:10.330-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:39:10.331-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:44:10.331-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:49:10.332-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:54:10.332-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:59:10.333-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:04:10.334-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:09:10.335-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:14:10.335-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:19:10.336-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:24:10.337-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:29:10.338-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:34:10.338-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:39:10.339-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:44:10.340-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:49:10.340-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:54:10.341-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:59:10.341-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:04:10.342-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:09:10.343-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:14:10.343-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:19:10.344-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:24:10.345-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:29:10.345-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:34:10.345-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:39:10.346-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:44:10.347-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:49:10.347-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:54:10.348-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:59:10.348-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:04:10.349-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:09:10.349-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:14:10.350-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:19:10.351-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:24:10.351-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:29:10.352-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:34:10.352-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:39:10.353-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:44:10.354-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:49:10.355-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:54:10.355-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:59:10.356-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:04:10.357-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:09:10.357-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:14:10.358-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:19:10.359-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:24:10.359-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:29:10.360-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:34:10.360-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:39:10.361-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:44:10.362-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:49:10.362-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:54:10.363-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:59:10.364-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:04:10.364-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:09:10.364-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:14:10.365-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:19:10.366-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:24:10.366-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:29:10.367-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:34:10.367-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:39:10.368-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:44:10.369-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:49:10.369-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:54:10.370-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:59:10.370-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:04:10.371-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:09:10.371-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:14:10.372-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:19:10.373-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:24:10.373-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:29:10.374-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:34:10.374-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:39:10.375-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:44:10.376-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:49:10.376-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:54:10.377-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:59:10.378-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:04:10.379-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:09:10.379-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:14:10.380-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:19:10.380-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:24:10.381-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:29:10.381-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:34:10.382-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:39:10.382-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:44:10.383-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:49:10.384-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:54:10.384-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:59:10.385-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:04:10.386-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:09:10.387-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:14:10.387-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:19:10.388-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:24:10.388-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:29:10.389-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:34:10.389-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:39:10.390-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:44:10.391-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:49:10.392-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:54:10.392-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:59:10.393-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:04:10.394-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:09:10.394-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:14:10.395-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:19:10.395-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:24:10.396-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:29:10.397-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:34:10.397-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:39:10.398-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:44:10.399-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:49:10.399-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:54:10.400-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:59:10.400-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:04:10.401-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:09:10.402-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:14:10.402-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:19:10.403-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:24:10.404-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:29:10.404-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:34:10.405-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:39:10.405-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:44:10.406-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:49:10.406-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:54:10.407-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:59:10.408-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:04:10.408-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:09:10.409-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:14:10.410-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:19:10.410-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:24:10.411-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:29:10.412-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:34:10.412-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:39:10.413-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:44:10.414-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:49:10.414-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:54:10.415-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:59:10.415-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:04:10.416-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:09:10.417-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:14:10.418-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:19:10.418-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:24:10.419-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:29:10.420-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:34:10.421-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:39:10.421-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:44:10.422-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:49:10.423-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:54:10.423-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:59:10.424-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:04:10.425-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:09:10.426-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:14:10.426-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:19:10.427-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:24:10.427-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:29:10.428-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:34:10.429-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:39:10.429-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:44:10.430-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:49:10.431-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:54:10.432-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:59:10.432-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:04:10.433-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:09:10.433-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:14:10.434-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:19:10.435-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:24:10.435-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:29:10.436-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:34:10.436-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:39:10.437-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:44:10.438-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:49:10.438-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:54:10.439-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:59:10.439-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:04:10.440-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:09:10.441-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:14:10.442-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:19:10.442-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:24:10.443-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:29:10.443-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:34:10.444-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:39:10.445-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:44:10.445-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:49:10.446-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:54:10.446-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:59:10.447-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:04:10.447-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:09:10.448-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:14:10.449-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:19:10.449-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:24:10.450-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:29:10.451-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:34:10.452-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:39:10.453-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:44:10.453-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:49:10.454-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:54:10.454-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:59:10.455-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:04:10.456-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:09:10.456-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:14:10.457-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:19:10.458-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:24:10.460-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:29:10.462-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:34:10.462-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:39:10.463-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:44:10.463-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:49:10.464-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:54:10.464-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:59:10.465-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:04:10.466-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:09:10.466-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:14:10.467-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:19:10.467-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:24:10.468-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:29:10.468-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:34:10.469-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:39:10.470-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:44:10.470-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:49:10.471-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:54:10.471-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:59:10.472-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:04:10.473-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:09:10.473-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:14:10.474-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:19:10.474-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:24:10.475-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:29:10.476-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:34:10.477-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:39:10.477-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:44:10.478-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:49:10.478-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:54:10.479-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:59:10.479-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:04:10.480-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:09:10.480-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:14:10.481-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:19:10.482-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:24:10.482-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:29:10.483-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:34:10.483-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:39:10.484-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:44:10.485-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:49:10.485-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:54:10.486-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:59:10.486-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:04:10.487-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:09:10.488-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:14:10.488-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:19:10.489-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:24:10.490-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:29:10.491-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:34:10.492-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:39:10.492-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:44:10.493-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:49:10.494-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:54:10.494-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:59:10.495-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:04:10.496-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:09:10.497-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:14:10.497-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:19:10.498-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:24:10.498-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:29:10.499-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:34:10.500-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:39:10.501-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:44:10.501-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:49:10.501-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:54:10.502-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:59:10.502-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:04:10.503-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:09:10.504-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:14:10.504-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:19:10.505-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:24:10.505-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:29:10.506-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:34:10.506-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:39:10.507-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:44:10.508-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:49:10.508-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:54:10.509-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:59:10.510-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:04:10.510-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:09:10.511-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:14:10.512-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:19:10.512-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:24:10.513-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:29:10.513-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:34:10.514-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:39:10.514-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:44:10.515-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:49:10.516-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:54:10.517-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:59:10.517-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:04:10.518-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:09:10.519-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:14:10.519-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:19:10.520-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:24:10.520-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:29:10.521-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:34:10.522-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:39:10.522-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:44:10.523-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:49:10.524-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:54:10.525-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:59:10.525-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:04:10.526-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:09:10.526-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:14:10.527-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:19:10.528-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:24:10.529-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:29:10.529-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:34:10.530-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:39:10.618-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:44:10.618-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:49:10.619-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:54:10.620-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:59:10.621-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:04:10.621-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:09:10.622-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:14:10.623-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:19:10.623-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:24:10.624-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:29:10.624-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:34:10.625-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:39:10.626-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:44:10.626-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:49:10.627-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:54:10.627-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:59:10.628-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:04:10.629-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:09:10.629-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:14:10.630-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:19:10.631-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:24:10.631-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:29:10.632-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:34:10.632-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:39:10.633-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:44:10.634-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:49:10.634-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:54:10.635-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:59:10.636-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:04:10.636-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:09:10.637-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:14:10.638-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:19:10.638-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:24:10.639-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:29:10.640-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:34:10.640-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:39:10.641-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:44:10.642-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:49:10.643-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:54:10.643-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:59:10.644-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:04:10.645-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:09:10.645-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:14:10.646-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:19:10.647-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:24:10.647-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:29:10.648-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:34:10.649-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:39:10.649-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:44:10.650-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:49:10.651-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:54:10.651-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:59:10.652-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:04:10.652-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:09:10.688-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:14:10.689-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:19:10.690-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:24:10.691-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:29:10.691-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:34:10.692-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:39:10.693-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:44:10.693-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:49:10.694-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:54:10.695-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:59:10.696-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:04:10.696-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:09:10.697-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:14:10.699-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:19:10.700-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:24:10.701-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:29:10.702-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:34:10.702-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:39:10.703-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:44:10.703-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:49:10.704-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:54:10.705-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:59:10.705-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:04:10.706-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:09:10.707-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:14:10.708-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:19:10.708-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:24:10.709-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:29:10.709-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:34:10.710-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:39:10.711-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:44:10.712-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:49:10.713-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:54:10.714-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:59:10.714-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:04:10.715-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:09:10.715-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:14:10.716-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:19:10.717-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:24:10.717-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:29:10.719-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:34:10.719-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:39:10.720-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:44:10.720-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:49:10.721-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:54:10.722-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:59:10.723-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:04:10.724-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:09:10.724-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:14:10.725-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:19:10.726-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:24:10.727-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:29:10.728-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:34:10.728-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:39:10.729-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:44:10.730-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:49:10.730-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:54:10.731-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:59:10.731-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:04:10.732-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:09:10.733-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:14:10.734-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:19:10.734-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:24:10.735-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:29:10.736-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:34:10.737-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:39:10.737-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:44:10.738-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:49:10.738-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:54:10.739-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:59:10.741-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:04:10.741-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:09:10.742-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:14:10.742-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:19:10.744-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:24:10.744-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:29:10.745-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:34:10.746-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:39:10.746-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:44:10.747-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:49:10.747-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:54:10.748-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:59:10.749-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:04:10.750-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:09:10.750-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:14:10.751-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:19:10.751-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:24:10.752-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:29:10.752-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:34:10.753-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:39:10.754-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:44:10.754-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:49:10.755-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:54:10.756-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:59:10.756-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:04:10.757-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:09:10.758-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:14:10.759-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:19:10.759-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:24:10.760-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:29:10.760-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:34:10.761-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:39:10.762-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:44:10.762-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:49:10.763-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:54:10.764-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:59:10.764-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:04:10.765-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:09:10.766-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:14:10.767-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:19:10.767-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:24:10.768-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:29:10.768-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:34:10.769-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:39:10.770-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:44:10.770-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:49:10.771-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:54:10.772-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:59:10.773-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:04:10.773-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:09:10.774-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:14:10.774-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:19:10.775-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:24:10.776-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:29:10.777-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:34:10.777-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:39:10.778-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:44:10.778-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:49:10.779-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:54:10.780-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:59:10.781-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:04:10.782-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:09:10.782-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:14:10.783-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:19:10.783-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:24:10.784-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:29:10.784-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:34:10.785-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:39:10.786-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:44:10.786-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:49:10.787-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:54:10.787-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:59:10.788-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:04:10.789-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:09:10.790-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:14:10.791-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:19:10.791-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:24:10.792-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:29:10.792-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:34:10.793-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:39:10.794-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:44:10.794-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:49:10.795-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:54:10.795-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:59:10.796-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:04:10.797-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:09:10.798-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:14:10.798-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:19:10.799-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:24:10.799-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:29:10.800-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:34:10.801-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:39:10.801-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:44:10.802-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:49:10.802-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:54:10.803-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:59:10.804-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:04:10.804-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:09:10.805-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:14:10.806-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:19:10.807-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:24:10.807-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:29:10.808-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:34:10.808-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:39:10.809-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:44:10.810-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:49:10.811-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:54:10.811-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:59:10.812-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:04:10.813-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:09:10.813-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:14:10.814-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:19:10.815-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:24:10.815-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:29:10.816-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:34:10.817-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:39:10.817-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:44:10.817-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:49:10.819-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:54:10.821-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:59:10.822-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:04:10.822-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:09:10.823-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:14:10.824-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:19:10.825-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:24:10.825-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:29:10.826-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:34:10.826-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:39:10.827-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:44:10.827-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:49:10.828-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:54:10.828-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:59:10.829-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:04:10.830-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:09:10.831-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:14:10.831-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:19:10.834-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:24:10.838-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:29:10.839-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:34:10.839-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:39:10.840-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:44:10.841-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:49:10.841-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:54:10.842-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:59:10.842-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:04:10.843-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:09:10.843-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:14:10.844-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:19:10.845-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:24:10.845-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:29:10.845-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:34:10.846-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:39:10.847-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:44:10.847-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:49:10.848-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:54:10.849-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:59:10.849-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:04:10.850-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:09:10.851-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:14:10.852-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:19:10.853-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:24:10.853-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:29:10.854-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:34:10.854-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:39:10.855-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:44:10.856-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:49:10.856-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:54:10.857-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:59:10.858-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:04:10.859-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:09:10.860-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:14:10.860-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:19:10.861-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:24:10.861-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:29:10.862-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:34:10.863-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:39:10.863-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:44:10.864-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:49:10.864-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:54:10.865-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:59:10.866-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:04:10.866-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:09:10.867-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:14:10.868-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:19:10.869-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:24:10.876-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:29:10.878-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:34:10.879-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:39:10.879-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:44:10.880-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:49:10.880-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:54:10.881-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:59:10.882-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:04:10.882-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:09:10.883-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:14:10.884-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:19:10.884-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:24:10.885-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:29:10.886-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:34:10.886-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:39:10.887-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:44:10.888-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:49:10.888-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:54:10.889-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:59:10.890-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:04:10.890-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:09:10.891-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:14:10.891-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:19:10.892-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:24:10.892-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:29:10.893-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:34:10.894-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:39:10.894-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:44:10.895-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:49:10.896-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:54:10.897-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:59:10.897-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:04:10.898-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:09:10.898-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:14:10.899-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:19:10.900-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:24:10.900-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:29:10.901-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:34:10.902-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:39:10.902-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:44:10.903-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:49:10.904-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:54:10.904-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:59:10.905-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:04:10.906-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:09:10.906-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:14:10.907-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:19:10.907-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:24:10.908-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:29:10.909-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:34:10.909-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:39:10.910-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:44:10.910-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:49:10.911-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:54:10.912-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:59:10.913-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:04:10.913-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:09:10.914-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:14:10.915-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:19:10.915-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:24:10.916-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:29:10.916-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:34:10.918-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:39:10.918-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:44:10.919-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:49:10.919-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:54:10.920-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:59:10.920-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:04:10.921-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:09:10.922-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:14:10.933-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:19:10.934-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:24:10.935-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:29:10.936-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:34:10.937-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:39:10.937-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:44:10.939-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:49:10.940-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:54:10.940-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:59:10.941-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:04:10.944-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:09:10.945-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:14:10.946-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:19:10.947-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:24:10.947-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:29:10.948-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:34:10.949-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:39:10.949-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:44:10.950-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:49:10.950-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:54:10.951-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:59:10.951-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:04:10.952-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:09:10.953-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:14:10.953-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:19:10.954-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:24:10.954-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:29:10.955-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:34:10.955-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:39:10.956-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:44:10.957-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:49:10.957-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:54:10.958-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:59:10.958-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:04:10.959-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:09:10.959-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:14:10.960-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:19:10.961-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:24:10.961-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:29:10.962-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:34:10.963-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:39:10.963-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:44:10.964-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:49:10.965-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:54:10.965-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:59:10.966-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:04:10.966-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:09:10.967-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:14:10.968-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:19:10.968-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:24:10.968-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:29:10.969-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:34:10.970-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:39:10.970-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:44:10.971-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:49:10.972-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:54:10.972-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:59:10.973-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:04:10.974-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:09:10.975-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:14:10.975-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:19:10.976-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:24:10.976-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:29:10.977-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:34:10.978-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:39:10.978-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:44:10.979-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:49:10.980-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:54:10.981-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:59:10.981-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:04:10.982-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:09:10.982-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:14:10.983-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:19:10.984-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:24:10.984-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:29:10.985-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:34:10.986-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:39:10.986-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:44:10.987-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:49:10.987-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:54:10.988-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:59:10.989-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:04:10.989-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:09:10.990-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:14:10.990-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:19:10.991-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:24:10.992-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:29:10.992-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:34:10.993-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:39:10.994-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:44:10.994-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:49:10.995-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:54:10.996-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:59:10.996-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:04:10.997-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:09:10.997-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:14:10.998-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:19:10.999-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:24:10.999-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:29:11.000-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:34:11.005-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:39:11.006-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:44:11.008-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:49:11.010-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:54:11.012-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:59:11.014-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:04:11.015-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:09:11.016-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:14:11.016-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:19:11.017-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:24:11.017-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:29:11.018-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:34:11.019-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:39:11.020-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:44:11.020-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:49:11.021-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:54:11.021-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:59:11.022-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:04:11.023-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:09:11.024-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:14:11.025-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:19:11.025-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:24:11.026-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:29:11.027-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:34:11.027-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:39:11.028-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:44:11.029-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:49:11.030-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:54:11.031-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:59:11.032-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:04:11.033-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:09:11.033-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:14:11.034-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:19:11.034-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:24:11.035-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:29:11.036-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:34:11.036-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:39:11.037-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:44:11.039-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:49:11.040-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:54:11.040-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:59:11.041-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:04:11.041-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:09:11.042-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:14:11.043-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:19:11.043-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:24:11.044-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:29:11.045-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:34:11.045-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:39:11.046-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:44:11.046-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:49:11.047-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:54:11.048-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:59:11.048-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:04:11.049-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:09:11.050-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:14:11.050-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:19:11.051-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:24:11.052-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:29:11.052-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:34:11.053-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:39:11.053-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:44:11.054-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:49:11.054-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:54:11.055-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:59:11.056-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:04:11.056-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:09:11.057-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:14:11.058-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:19:11.058-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:24:11.059-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:29:11.060-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:34:11.061-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:39:11.061-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:44:11.062-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:49:11.063-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:54:11.063-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:59:11.064-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:04:11.064-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:09:11.065-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:14:11.066-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:19:11.067-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:24:11.068-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:29:11.068-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:34:11.069-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:39:11.070-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:44:11.070-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:49:11.071-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:54:11.072-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:59:11.072-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:04:11.073-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:09:11.074-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:14:11.075-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:19:11.075-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:24:11.076-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:29:11.077-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:34:11.078-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:39:11.078-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:44:11.079-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:49:11.080-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:54:11.080-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:59:11.081-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:04:11.081-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:09:11.082-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:14:11.083-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:19:11.084-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:24:11.084-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:29:11.085-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:34:11.086-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:39:11.086-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:44:11.087-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:49:11.088-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:54:11.088-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:59:11.089-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:04:11.090-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:09:11.090-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:14:11.091-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:19:11.091-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:24:11.092-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:29:11.093-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:34:11.093-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:39:11.094-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:44:11.095-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:49:11.096-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:54:11.096-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:59:11.097-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:04:11.097-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:09:11.098-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:14:11.099-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:19:11.100-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:24:11.100-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:29:11.101-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:34:11.101-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:39:11.102-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:44:11.103-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:49:11.104-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:54:11.104-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:59:11.105-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:04:11.106-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:09:11.106-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:14:11.107-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:19:11.107-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:24:11.108-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:29:11.109-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:34:11.109-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:39:11.109-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:44:11.110-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:49:11.111-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:54:11.111-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:59:11.112-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:04:11.113-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:09:11.114-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:14:11.114-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:19:11.115-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:24:11.115-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:29:11.116-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:34:11.117-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:39:11.117-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:44:11.118-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:49:11.118-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:54:11.119-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:59:11.119-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:04:11.120-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:09:11.122-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:14:11.122-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:19:11.123-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:24:11.124-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:29:11.124-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:34:11.125-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:39:11.125-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:44:11.126-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:49:11.126-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:54:11.127-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:59:11.128-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:04:11.128-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:09:11.129-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:14:11.129-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:19:11.130-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:24:11.130-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:29:11.131-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:34:11.132-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:39:11.132-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:44:11.133-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:49:11.134-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:54:11.134-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:59:11.135-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:04:11.136-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:09:11.136-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:14:11.137-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:19:11.137-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:24:11.138-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:29:11.138-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:34:11.139-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:39:11.139-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:44:11.139-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:49:11.140-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:54:11.141-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:59:11.142-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:04:11.143-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:09:11.143-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:14:11.144-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:19:11.144-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:24:11.145-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:29:11.145-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:34:11.146-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:39:11.147-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:44:11.147-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:49:11.148-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:54:11.148-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:59:11.149-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:04:11.150-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:09:11.150-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:14:11.151-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:19:11.151-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:24:11.152-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:29:11.152-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:34:11.153-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:39:11.153-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:44:11.154-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:49:11.155-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:54:11.155-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:59:11.156-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:04:11.156-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:09:11.157-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:14:11.157-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:19:11.158-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:24:11.159-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:29:11.159-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:34:11.160-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:39:11.160-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:44:11.161-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:49:11.162-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:54:11.163-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:59:11.163-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:04:11.164-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:09:11.165-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:14:11.165-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:19:11.166-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:24:11.167-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:29:11.167-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:34:11.168-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:39:11.168-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:44:11.169-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:49:11.170-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:54:11.170-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:59:11.171-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:04:11.172-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:09:11.172-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:14:11.173-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:19:11.173-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:24:11.174-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:29:11.174-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:34:11.175-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:39:11.175-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:44:11.176-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:49:11.176-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:54:11.177-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:59:11.178-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:04:11.179-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:09:11.180-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:14:11.182-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:19:11.183-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:24:11.183-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:29:11.184-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:34:11.184-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:39:11.185-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:44:11.186-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:49:11.186-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:54:11.187-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:59:11.187-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:04:11.188-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:09:11.188-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:14:11.189-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:19:11.189-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:24:11.190-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:29:11.191-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:34:11.191-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:39:11.192-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:44:11.192-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:49:11.193-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:54:11.193-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:59:11.194-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:04:11.195-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:09:11.196-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:14:11.196-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:19:11.197-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:24:11.197-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:29:11.198-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:34:11.199-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:39:11.199-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:44:11.200-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:49:11.201-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:54:11.201-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:59:11.201-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:04:11.202-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:09:11.203-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:14:11.203-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:19:11.204-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:24:11.204-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:29:11.205-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:34:11.206-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:39:11.206-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:44:11.207-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:49:11.207-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:54:11.208-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:59:11.208-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:04:11.209-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:09:11.209-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:14:11.210-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:19:11.210-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:24:11.211-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:29:11.211-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:34:11.212-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:39:11.213-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:44:11.213-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:49:11.214-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:54:11.214-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:59:11.215-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:04:11.215-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:09:11.216-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:14:11.217-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:19:11.218-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:24:11.218-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:29:11.219-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:34:11.220-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:39:11.220-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:44:11.221-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:49:11.222-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:54:11.222-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:59:11.223-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:04:11.223-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:09:11.224-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:14:11.225-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:19:11.225-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:24:11.225-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:29:11.226-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:34:11.227-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:39:11.227-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:44:11.227-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:49:11.228-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:54:11.229-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:59:11.229-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:04:11.230-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:09:11.230-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:14:11.231-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:19:11.231-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:24:11.232-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:29:11.232-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:34:11.233-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:39:11.233-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:44:11.234-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:49:11.234-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:54:11.235-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:59:11.236-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:04:11.236-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:09:11.237-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:14:11.237-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:19:11.238-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:24:11.239-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:29:11.240-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:34:11.240-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:39:11.241-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:44:11.242-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:49:11.242-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:54:11.243-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:59:11.243-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:04:11.244-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:09:11.244-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:14:11.245-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:19:11.246-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:24:11.246-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:29:11.247-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:34:11.248-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:39:11.248-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:44:11.249-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:49:11.249-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:54:11.250-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:59:11.250-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:04:11.251-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:09:11.252-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:14:11.252-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:19:11.253-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:24:11.253-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:29:11.254-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:34:11.255-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:39:11.256-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:44:11.257-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:49:11.257-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:54:11.257-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:59:11.258-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:04:11.259-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:09:11.260-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:14:11.260-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:19:11.261-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:24:11.262-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:29:11.262-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:34:11.263-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:39:11.264-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:44:11.264-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:49:11.265-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:54:11.265-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:59:11.266-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:04:11.267-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:09:11.268-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:14:11.268-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:19:11.269-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:24:11.269-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:29:11.270-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:34:11.270-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:39:11.271-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:44:11.272-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:49:11.273-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:54:11.273-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:59:11.274-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:04:11.274-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:09:11.275-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:14:11.276-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:19:11.276-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:24:11.277-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:29:11.277-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:34:11.278-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:39:11.279-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:44:11.279-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:49:11.280-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:54:11.280-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:59:11.281-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:04:11.282-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:09:11.282-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:14:11.283-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:19:11.284-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:24:11.285-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:29:11.285-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:34:11.285-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:39:11.286-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:44:11.287-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:49:11.287-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:54:11.288-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:59:11.289-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:04:11.289-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:09:11.290-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:14:11.290-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:19:11.291-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:24:11.292-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:29:11.292-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:34:11.293-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:39:11.293-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:44:11.294-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:49:11.295-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:54:11.295-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:59:11.296-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:04:11.297-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:09:11.297-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:14:11.298-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:19:11.299-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:24:11.299-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:29:11.300-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:34:11.301-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:39:11.301-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:44:11.302-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:49:11.302-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:54:11.303-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:59:11.303-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:04:11.304-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:09:11.306-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:14:11.306-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:19:11.307-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:24:11.308-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:29:11.308-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:34:11.309-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:39:11.309-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:44:11.310-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:49:11.311-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:54:11.312-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:59:11.312-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:04:11.313-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:09:11.313-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:14:11.314-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:19:11.314-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:24:11.315-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:29:11.316-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:34:11.316-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:39:11.317-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:44:11.317-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:49:11.318-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:54:11.318-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:59:11.319-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:04:11.320-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:09:11.320-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:14:11.321-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:19:11.321-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:24:11.322-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:29:11.323-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:34:11.323-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:39:11.324-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:44:11.325-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:49:11.325-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:54:11.326-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:59:11.327-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:04:11.327-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:09:11.328-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:14:11.328-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:19:11.329-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:24:11.329-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:29:11.330-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:34:11.331-04:00  INFO 1850140 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
:13:57.630  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 07:18:57.631  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 07:23:57.631  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 07:28:57.632  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 07:33:57.633  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 07:38:57.633  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 07:43:57.634  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 07:48:57.635  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 07:53:57.636  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 07:58:57.636  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:03:57.637  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:08:57.637  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:13:57.638  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:18:57.638  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:23:57.639  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:28:57.640  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:33:57.641  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:38:57.641  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:43:57.642  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:48:57.643  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:53:57.643  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 08:58:57.644  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:03:57.645  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:08:57.646  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:13:57.647  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:18:57.647  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:23:57.648  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:28:57.648  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:33:57.649  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:38:57.649  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:43:57.650  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:48:57.650  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:53:57.651  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 09:58:57.652  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:03:57.652  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:08:57.653  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:13:57.654  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:18:57.655  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:23:57.655  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:28:57.656  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:33:57.656  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:38:57.657  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:43:57.657  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:48:57.658  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:53:57.658  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 10:58:57.659  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:03:57.660  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:08:57.661  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:13:57.661  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:18:57.662  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:23:57.662  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:28:57.663  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:33:57.663  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:38:57.664  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:43:57.665  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:48:57.665  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:53:57.665  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 11:58:57.666  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:03:57.667  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:08:57.667  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:13:57.668  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:18:57.668  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:23:57.668  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:28:57.669  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:33:57.670  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:38:57.670  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:43:57.671  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:48:57.671  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:53:57.672  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 12:58:57.672  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:03:57.673  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:08:57.673  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:13:57.674  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:18:57.675  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:23:57.676  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:28:57.677  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:33:57.677  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:38:57.678  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:43:57.679  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:48:57.679  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:53:57.680  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 13:58:57.681  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:03:57.681  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:08:57.682  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:13:57.683  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:18:57.683  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:23:57.684  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:28:57.685  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:33:57.685  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:38:57.686  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:43:57.686  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:48:57.687  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:53:57.687  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 14:58:57.688  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:03:57.688  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:08:57.689  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:13:57.690  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:18:57.690  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:23:57.691  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:28:57.691  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:33:57.692  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:38:57.693  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:43:57.693  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:48:57.694  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:53:57.695  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 15:58:57.695  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:03:57.696  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:08:57.697  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:13:57.698  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:18:57.698  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:23:57.699  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:28:57.699  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:33:57.700  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:38:57.700  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:43:57.701  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:48:57.702  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:53:57.702  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 16:58:57.702  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:03:57.703  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:08:57.704  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:13:57.704  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:18:57.705  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:23:57.705  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:28:57.706  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:33:57.707  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:38:57.707  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:43:57.708  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:48:57.708  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:53:57.709  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 17:58:57.709  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:03:57.710  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:08:57.711  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:13:57.711  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:18:57.712  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:23:57.712  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:28:57.713  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:33:57.714  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:38:57.714  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:43:57.715  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:48:57.715  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:53:57.716  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 18:58:57.716  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:03:57.717  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:08:57.718  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:13:57.718  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:18:57.719  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:23:57.720  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:28:57.720  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:33:57.721  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:38:57.721  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:43:57.722  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:48:57.723  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:53:57.723  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 19:58:57.724  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:03:57.725  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:08:57.725  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:13:57.726  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:18:57.727  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:23:57.727  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:28:57.728  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:33:57.729  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:38:57.729  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:43:57.730  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:48:57.731  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:53:57.732  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 20:58:57.732  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:03:57.733  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:08:57.734  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:13:57.734  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:18:57.735  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:23:57.735  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:28:57.736  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:33:57.737  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:38:57.738  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:43:57.738  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:48:57.739  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:53:57.739  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 21:58:57.740  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:03:57.741  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:08:57.741  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:13:57.742  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:18:57.743  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:23:57.743  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:28:57.743  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:33:57.744  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:38:57.745  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:43:57.745  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:48:57.746  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:53:57.746  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 22:58:57.747  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:03:57.748  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:08:57.748  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:13:57.749  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:18:57.750  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:23:57.750  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:28:57.751  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:33:57.751  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:38:57.753  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:43:57.753  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:48:57.754  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:53:57.754  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15 23:58:57.755  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:03:57.755  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:08:57.756  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:13:57.757  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:18:57.757  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:23:57.758  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:28:57.759  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:33:57.759  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:38:57.760  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:43:57.761  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:48:57.761  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:53:57.762  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 00:58:57.763  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:03:57.763  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:08:57.764  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:13:57.765  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:18:57.765  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:23:57.765  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:28:57.767  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:33:57.767  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:38:57.768  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:43:57.769  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:48:57.769  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:53:57.770  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 01:58:57.771  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:03:57.771  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:08:57.772  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:13:57.773  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:18:57.773  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:23:57.774  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:28:57.775  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:33:57.776  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:38:57.776  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:43:57.777  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:48:57.778  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:53:57.779  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 02:58:57.780  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:03:57.780  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:08:57.781  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:13:57.782  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:18:57.782  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:23:57.783  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:28:57.783  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:33:57.784  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:38:57.785  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:43:57.785  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:48:57.786  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:53:57.786  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 03:58:57.787  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:03:57.788  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:08:57.788  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:13:57.789  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:18:57.789  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:23:57.790  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:28:57.791  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:33:57.791  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:38:57.792  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:43:57.792  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:48:57.793  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:53:57.793  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 04:58:57.794  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:03:57.795  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:08:57.795  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:13:57.796  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:18:57.797  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:23:57.797  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:28:57.798  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:33:57.798  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:38:57.799  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:43:57.800  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:48:57.800  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:53:57.801  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 05:58:57.801  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 06:03:57.802  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 06:08:57.803  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 06:13:57.803  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 06:18:57.804  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 06:23:57.804  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 06:28:57.805  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16 06:33:57.806  INFO 1870811 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
-03-08T07:58:52.046-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:03:52.046-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:08:52.047-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:13:52.048-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:18:52.048-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:23:52.049-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:28:52.049-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:33:52.050-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:38:52.051-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:43:52.052-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:48:52.052-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:53:52.053-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:58:52.054-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:03:52.055-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:08:52.055-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:13:52.056-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:18:52.057-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:23:52.057-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:28:52.058-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:33:52.058-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:38:52.059-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:43:52.059-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:48:52.060-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:53:52.061-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:58:52.061-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:03:52.062-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:08:52.062-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:13:52.063-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:18:52.064-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:23:52.064-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:28:52.065-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:33:52.065-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:38:52.066-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:43:52.067-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:48:52.067-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:53:52.068-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:58:52.068-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:03:52.069-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:08:52.070-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:13:52.070-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:18:52.071-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:23:52.072-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:28:52.072-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:33:52.073-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:38:52.074-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:43:52.074-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:48:52.075-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:53:52.076-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:58:52.076-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:03:52.077-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:08:52.078-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:13:52.078-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:18:52.079-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:23:52.079-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:28:52.080-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:33:52.080-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:38:52.081-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:43:52.082-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:48:52.082-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:53:52.083-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:58:52.084-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:03:52.085-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:08:52.085-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:13:52.086-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:18:52.087-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:23:52.087-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:28:52.088-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:33:52.088-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:38:52.089-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:43:52.090-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:48:52.091-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:53:52.091-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:58:52.091-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:03:52.092-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:08:52.093-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:13:52.093-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:18:52.094-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:23:52.095-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:28:52.095-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:33:52.096-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:38:52.096-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:43:52.097-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:48:52.097-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:53:52.098-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:58:52.098-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:03:52.099-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:08:52.099-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:13:52.100-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:18:52.101-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:23:52.101-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:28:52.102-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:33:52.103-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:38:52.103-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:43:52.104-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:48:52.104-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:53:52.105-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:58:52.105-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:03:52.106-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:08:52.106-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:13:52.107-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:18:52.107-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:23:52.108-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:28:52.108-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:33:52.109-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:38:52.109-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:43:52.110-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:48:52.110-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:53:52.111-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:58:52.111-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:03:52.112-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:08:52.112-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:13:52.112-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:18:52.113-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:23:52.113-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:28:52.114-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:33:52.114-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:38:52.115-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:43:52.115-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:48:52.116-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:53:52.116-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:58:52.117-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:03:52.117-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:08:52.118-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:13:52.119-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:18:52.119-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:23:52.120-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:28:52.120-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:33:52.121-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:38:52.121-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:43:52.122-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:48:52.122-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:53:52.123-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:58:52.123-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:03:52.124-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:08:52.124-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:13:52.125-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:18:52.125-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:23:52.126-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:28:52.126-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:33:52.126-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:38:52.127-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:43:52.127-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:48:52.128-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:53:52.128-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:58:52.128-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:03:52.129-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:08:52.130-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:13:52.131-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:18:52.131-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:23:52.132-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:28:52.132-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:33:52.133-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:38:52.134-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:43:52.134-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:48:52.135-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:53:52.135-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:58:52.136-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:03:52.136-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:08:52.137-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:13:52.137-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:18:52.138-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:23:52.139-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:28:52.139-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:33:52.140-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:38:52.140-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:43:52.141-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:48:52.142-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:53:52.142-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:58:52.143-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:03:52.143-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:08:52.144-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:13:52.144-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:18:52.145-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:23:52.146-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:28:52.147-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:33:52.147-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:38:52.148-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:43:52.148-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:48:52.149-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:53:52.150-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:58:52.151-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:03:52.151-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:08:52.152-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:13:52.152-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:18:52.153-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:23:52.153-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:28:52.154-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:33:52.154-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:38:52.155-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:43:52.156-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:48:52.156-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:53:52.157-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:58:52.158-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:03:52.159-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:08:52.159-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:13:52.160-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:18:52.160-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:23:52.161-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:28:52.161-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:33:52.162-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:38:52.163-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:43:52.164-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:48:52.164-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:53:52.165-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:58:52.165-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:03:52.166-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:08:52.167-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:13:52.167-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:18:52.168-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:23:52.169-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:28:52.169-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:33:52.170-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:38:52.171-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:43:52.172-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:48:52.173-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:53:52.173-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:58:52.174-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:03:52.174-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:08:52.175-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:13:52.176-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:18:52.176-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:23:52.177-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:28:52.177-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:33:52.178-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:38:52.179-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:43:52.179-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:48:52.180-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:53:52.180-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:58:52.181-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:03:52.182-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:08:52.182-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:13:52.183-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:18:52.183-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:23:52.184-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:28:52.185-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:33:52.185-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:38:52.186-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:43:52.186-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:48:52.187-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:53:52.188-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:58:52.189-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:03:52.189-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:08:52.190-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:13:52.190-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:18:52.191-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:23:52.192-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:28:52.192-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:33:52.193-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:38:52.193-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:43:52.194-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:48:52.194-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:53:52.195-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:58:52.196-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:03:52.196-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:08:52.198-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:13:52.199-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:18:52.199-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:23:52.200-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:28:52.201-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:33:52.201-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:38:52.202-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:43:52.203-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:48:52.203-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:53:52.204-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:58:52.204-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:03:52.205-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:08:52.206-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:13:52.206-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:18:52.207-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:23:52.207-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:28:52.208-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:33:52.209-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:38:52.209-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:43:52.210-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:48:52.210-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:53:52.211-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:58:52.212-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:03:52.212-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:08:52.213-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:13:52.214-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:18:52.215-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:23:52.215-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:28:52.216-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:33:52.217-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:38:52.217-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:43:52.218-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:48:52.219-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:53:52.219-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:58:52.220-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:03:52.221-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:08:52.221-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:13:52.222-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:18:52.223-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:23:52.223-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:28:52.224-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:33:52.225-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:38:52.225-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:43:52.226-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:48:52.226-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:53:52.227-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:58:52.228-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:03:52.228-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:08:52.229-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:13:52.230-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:18:52.230-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:23:52.231-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:28:52.232-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:33:52.233-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:38:52.233-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:43:52.234-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:48:52.234-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:53:52.235-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:58:52.236-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:03:52.236-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:08:52.237-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:13:52.238-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:18:52.238-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:23:52.239-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:28:52.239-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:33:52.240-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:38:52.240-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:43:52.241-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:48:52.242-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:53:52.243-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:58:52.243-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:03:52.244-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:08:52.245-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:13:52.245-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:18:52.246-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:23:52.247-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:28:52.247-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:33:52.248-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:38:52.248-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:43:52.249-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:48:52.250-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:53:52.250-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:58:52.251-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:03:52.252-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:08:52.252-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:13:52.253-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:18:52.254-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:23:52.255-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:28:52.255-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:33:52.256-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:38:52.256-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:43:52.257-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:48:52.258-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:53:52.258-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:58:52.259-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:03:52.260-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:08:52.260-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:13:52.261-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:18:52.261-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:23:52.262-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:28:52.262-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:33:52.263-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:38:52.263-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:43:52.264-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:48:52.265-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:53:52.266-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:58:52.266-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:03:52.267-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:08:52.267-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:13:52.267-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:18:52.268-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:23:52.269-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:28:52.269-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:33:52.270-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:38:52.271-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:43:52.271-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:48:52.272-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:53:52.272-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:58:52.273-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:03:52.274-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:08:52.274-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:13:52.275-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:18:52.275-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:23:52.276-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:28:52.276-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:33:52.277-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:38:52.278-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:43:52.278-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:48:52.279-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:53:52.280-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:58:52.280-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:03:52.281-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:08:52.282-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:13:52.282-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:18:52.283-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:23:52.283-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:28:52.284-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:33:52.284-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:38:52.285-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:43:52.285-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:48:52.286-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:53:52.286-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:58:52.287-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:03:52.287-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:08:52.288-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:13:52.289-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:18:52.289-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:23:52.290-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:28:52.290-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:33:52.291-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:38:52.291-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:43:52.292-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:48:52.292-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:53:52.293-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:58:52.293-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:03:52.294-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:08:52.294-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:13:52.295-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:18:52.296-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:23:52.297-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:28:52.298-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:33:52.298-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:38:52.299-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:43:52.299-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:48:52.300-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:53:52.300-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:58:52.301-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:03:52.302-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:08:52.302-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:13:52.303-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:18:52.304-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:23:52.304-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:28:52.304-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:33:52.305-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:38:52.305-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:43:52.306-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:48:52.306-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:53:52.307-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:58:52.308-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:03:52.308-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:08:52.309-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:13:52.310-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:18:52.311-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:23:52.311-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:28:52.312-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:33:52.312-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:38:52.313-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:43:52.313-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:48:52.314-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:53:52.315-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:58:52.315-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:03:52.316-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:08:52.316-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:13:52.317-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:18:52.317-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:23:52.318-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:28:52.318-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:33:52.319-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:38:52.320-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:43:52.320-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:48:52.321-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:53:52.321-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:58:52.322-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:03:52.322-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:08:52.323-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:13:52.323-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:18:52.324-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:23:52.324-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:28:52.325-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:33:52.326-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:38:52.326-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:43:52.327-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:48:52.328-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:53:52.328-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:58:52.329-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:03:52.329-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:08:52.330-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:13:52.331-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:18:52.331-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:23:52.332-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:28:52.333-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:33:52.333-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:38:52.337-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:43:52.338-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:48:52.339-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:53:52.339-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:58:52.340-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:03:52.341-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:08:52.342-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:13:52.342-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:18:52.343-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:23:52.343-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:28:52.344-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:33:52.345-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:38:52.345-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:43:52.346-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:48:52.347-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:53:52.348-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:58:52.348-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:03:52.349-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:08:52.350-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:13:52.350-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:18:52.351-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:23:52.352-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:28:52.352-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:33:52.353-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:38:52.353-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:43:52.354-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:48:52.355-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:53:52.355-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:58:52.356-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:03:52.357-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:08:52.357-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:13:52.358-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:18:52.358-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:23:52.359-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:28:52.360-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:33:52.361-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:38:52.362-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:43:52.362-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:48:52.363-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:53:52.363-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:58:52.364-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:03:52.365-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:08:52.366-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:13:52.367-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:18:52.367-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:23:52.368-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:28:52.369-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:33:52.369-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:38:52.370-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:43:52.370-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:48:52.371-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:53:52.372-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:58:52.372-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:03:52.373-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:08:52.373-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:13:52.374-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:18:52.374-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:23:52.375-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:28:52.376-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:33:52.376-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:38:52.377-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:43:52.377-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:48:52.378-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:53:52.378-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:58:52.379-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:03:52.379-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:08:52.381-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:13:52.382-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:18:52.383-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:23:52.383-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:28:52.384-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:33:52.385-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:38:52.385-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:43:52.386-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:48:52.386-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:53:52.387-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:58:52.388-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:03:52.388-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:08:52.389-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:13:52.390-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:18:52.390-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:23:52.391-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:28:52.391-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:33:52.392-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:38:52.393-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:43:52.393-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:48:52.394-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:53:52.394-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:58:52.395-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:03:52.395-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:08:52.396-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:13:52.396-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:18:52.397-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:23:52.397-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:28:52.398-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:33:52.399-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:38:52.400-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:43:52.400-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:48:52.401-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:53:52.401-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:58:52.402-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:03:52.403-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:08:52.404-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:13:52.404-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:18:52.405-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:23:52.405-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:28:52.406-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:33:52.406-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:38:52.407-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:43:52.407-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:48:52.408-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:53:52.408-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:58:52.409-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:03:52.410-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:08:52.410-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:13:52.411-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:18:52.411-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:23:52.412-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:28:52.412-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:33:52.413-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:38:52.414-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:43:52.414-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:48:52.415-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:53:52.416-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:58:52.416-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:03:52.417-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:08:52.418-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:13:52.418-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:18:52.419-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:23:52.420-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:28:52.420-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:33:52.420-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:38:52.421-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:43:52.422-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:48:52.422-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:53:52.423-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:58:52.423-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:03:52.424-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:08:52.425-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:13:52.425-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:18:52.426-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:23:52.427-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:28:52.427-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:33:52.428-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:38:52.428-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:43:52.429-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:48:52.429-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:53:52.430-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:58:52.430-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:03:52.431-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:08:52.432-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:13:52.432-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:18:52.433-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:23:52.434-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:28:52.435-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:33:52.435-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:38:52.436-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:43:52.437-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:48:52.437-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:53:52.438-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:58:52.438-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:03:52.439-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:08:52.440-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:13:52.440-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:18:52.441-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:23:52.442-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:28:52.442-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:33:52.443-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:38:52.444-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:43:52.444-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:48:52.445-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:53:52.446-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:58:52.446-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:03:52.447-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:08:52.447-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:13:52.448-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:18:52.449-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:23:52.450-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:28:52.450-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:33:52.451-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:38:52.451-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:43:52.452-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:48:52.453-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:53:52.453-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:58:52.454-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:03:52.455-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:08:52.455-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:13:52.456-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:18:52.456-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:23:52.457-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:28:52.458-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:33:52.458-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:38:52.459-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:43:52.459-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:48:52.460-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:53:52.461-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:58:52.462-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:03:52.463-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:08:52.463-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:13:52.464-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:18:52.464-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:23:52.465-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:28:52.466-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:33:52.466-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:38:52.467-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:43:52.467-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:48:52.468-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:53:52.468-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:58:52.469-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:03:52.470-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:08:52.471-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:13:52.471-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:18:52.472-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:23:52.472-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:28:52.473-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:33:52.473-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:38:52.474-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:43:52.475-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:48:52.475-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:53:52.476-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:58:52.476-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:03:52.477-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:08:52.478-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:13:52.478-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:18:52.479-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:23:52.479-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:28:52.480-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:33:52.481-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:38:52.481-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:43:52.482-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:48:52.483-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:53:52.484-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:58:52.484-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:03:52.485-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:08:52.485-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:13:52.486-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:18:52.487-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:23:52.487-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:28:52.488-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:33:52.489-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:38:52.489-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:43:52.490-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:48:52.491-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:53:52.491-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:58:52.492-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:03:52.492-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:08:52.493-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:13:52.493-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:18:52.494-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:23:52.495-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:28:52.495-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:33:52.496-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:38:52.497-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:43:52.497-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:48:52.498-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:53:52.498-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:58:52.499-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:03:52.500-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:08:52.500-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:13:52.501-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:18:52.501-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:23:52.502-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:28:52.502-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:33:52.503-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:38:52.503-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:43:52.504-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:48:52.505-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:53:52.505-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:58:52.506-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:03:52.506-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:08:52.507-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:13:52.508-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:18:52.508-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:23:52.509-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:28:52.510-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:33:52.510-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:38:52.511-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:43:52.512-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:48:52.512-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:53:52.513-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:58:52.513-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:03:52.514-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:08:52.515-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:13:52.516-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:18:52.516-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:23:52.517-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:28:52.517-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:33:52.518-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:38:52.518-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:43:52.519-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:48:52.520-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:53:52.521-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:58:52.521-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:03:52.522-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:08:52.522-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:13:52.523-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:18:52.523-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:23:52.524-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:28:52.524-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:33:52.525-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:38:52.526-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:43:52.526-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:48:52.527-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:53:52.528-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:58:52.528-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:03:52.529-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:08:52.529-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:13:52.530-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:18:52.531-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:23:52.531-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:28:52.532-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:33:52.533-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:38:52.534-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:43:52.535-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:48:52.535-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:53:52.536-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:58:52.536-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:03:52.537-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:08:52.538-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:13:52.539-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:18:52.539-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:23:52.539-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:28:52.540-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:33:52.541-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:38:52.541-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:43:52.542-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:48:52.543-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:53:52.543-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:58:52.544-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:03:52.544-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:08:52.545-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:13:52.546-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:18:52.546-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:23:52.547-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:28:52.548-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:33:52.548-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:38:52.549-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:43:52.549-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:48:52.550-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:53:52.551-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:58:52.552-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:03:52.552-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:08:52.553-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:13:52.553-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:18:52.555-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:23:52.555-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:28:52.556-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:33:52.557-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:38:52.558-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:43:52.559-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:48:52.560-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:53:52.560-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:58:52.561-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:03:52.561-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:08:52.562-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:13:52.562-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:18:52.563-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:23:52.564-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:28:52.564-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:33:52.565-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:38:52.566-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:43:52.567-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:48:52.567-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:53:52.568-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:58:52.568-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:03:52.569-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:08:52.569-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:13:52.570-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:18:52.570-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:23:52.571-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:28:52.571-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:33:52.572-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:38:52.598-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:43:52.599-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:48:52.600-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:53:52.600-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:58:52.600-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:03:52.601-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:08:52.601-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:13:52.602-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:18:52.603-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:23:52.603-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:28:52.604-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:33:52.604-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:38:52.605-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:43:52.606-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:48:52.606-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:53:52.607-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:58:52.607-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:03:52.608-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:08:52.610-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:13:52.610-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:18:52.611-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:23:52.612-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:28:52.612-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:33:52.613-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:38:52.613-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:43:52.614-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:48:52.614-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:53:52.615-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:58:52.616-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:03:52.616-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:08:52.616-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:13:52.617-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:18:52.618-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:23:52.618-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:28:52.619-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:33:52.619-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:38:52.620-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:43:52.621-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:48:52.621-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:53:52.622-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:58:52.623-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:03:52.623-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:08:52.624-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:13:52.625-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:18:52.625-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:23:52.626-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:28:52.627-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:33:52.627-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:38:52.628-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:43:52.628-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:48:52.629-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:53:52.630-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:58:52.630-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:03:52.631-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:08:52.632-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:13:52.632-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:18:52.633-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:23:52.634-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:28:52.635-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:33:52.635-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:38:52.636-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:43:52.637-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:48:52.637-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:53:52.638-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:58:52.638-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:03:52.639-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:08:52.640-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:13:52.640-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:18:52.641-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:23:52.641-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:28:52.642-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:33:52.643-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:38:52.643-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:43:52.644-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:48:52.644-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:53:52.645-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:58:52.645-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:03:52.646-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:08:52.647-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:13:52.647-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:18:52.648-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:23:52.648-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:28:52.648-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:33:52.649-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:38:52.649-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:43:52.650-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:48:52.651-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:53:52.651-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:58:52.652-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:03:52.653-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:08:52.654-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:13:52.655-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:18:52.655-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:23:52.656-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:28:52.657-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:33:52.657-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:38:52.658-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:43:52.658-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:48:52.659-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:53:52.659-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:58:52.660-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:03:52.660-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:08:52.661-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:13:52.662-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:18:52.662-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:23:52.663-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:28:52.663-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:33:52.664-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:38:52.665-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:43:52.665-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:48:52.666-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:53:52.666-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:58:52.667-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:03:52.668-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:08:52.668-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:13:52.669-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:18:52.670-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:23:52.670-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:28:52.671-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:33:52.671-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:38:52.671-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:43:52.672-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:48:52.673-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:53:52.673-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:58:52.674-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:03:52.674-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:08:52.675-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:13:52.676-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:18:52.676-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:23:52.677-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:28:52.678-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:33:52.678-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:38:52.679-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:43:52.679-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:48:52.680-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:53:52.680-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:58:52.681-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:03:52.681-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:08:52.682-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:13:52.683-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:18:52.683-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:23:52.684-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:28:52.685-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:33:52.685-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:38:52.686-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:43:52.686-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:48:52.687-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:53:52.687-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:58:52.688-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:03:52.689-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:08:52.690-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:13:52.690-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:18:52.691-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:23:52.691-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:28:52.692-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:33:52.692-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:38:52.693-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:43:52.693-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:48:52.694-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:53:52.695-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:58:52.695-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:03:52.696-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:08:52.696-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:13:52.697-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:18:52.697-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:23:52.698-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:28:52.699-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:33:52.700-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:38:52.700-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:43:52.701-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:48:52.701-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:53:52.702-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:58:52.703-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:03:52.703-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:08:52.704-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:13:52.704-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:18:52.705-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:23:52.705-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:28:52.706-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:33:52.707-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:38:52.708-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:43:52.708-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:48:52.709-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:53:52.709-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:58:52.709-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:03:52.710-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:08:52.711-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:13:52.711-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:18:52.712-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:23:52.713-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:28:52.713-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:33:52.714-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:38:52.714-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:43:52.715-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:48:52.716-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:53:52.716-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:58:52.717-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:03:52.717-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:08:52.718-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:13:52.718-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:18:52.719-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:23:52.720-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:28:52.720-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:33:52.721-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:38:52.722-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:43:52.723-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:48:52.724-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:53:52.724-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:58:52.725-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:03:52.725-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:08:52.726-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:13:52.726-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:18:52.727-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:23:52.728-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:28:52.728-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:33:52.729-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:38:52.729-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:43:52.730-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:48:52.731-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:53:52.732-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:58:52.732-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:03:52.732-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:08:52.733-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:13:52.734-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:18:52.734-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:23:52.735-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:28:52.736-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:33:52.736-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:38:52.737-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:43:52.738-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:48:52.739-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:53:52.739-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:58:52.740-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:03:52.741-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:08:52.742-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:13:52.743-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:18:52.743-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:23:52.744-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:28:52.744-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:33:52.745-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:38:52.746-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:43:52.747-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:48:52.753-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:53:52.753-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:58:52.754-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:03:52.754-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:08:52.755-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:13:52.755-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:18:52.756-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:23:52.757-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:28:52.758-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:33:52.759-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:38:52.760-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:43:52.760-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:48:52.761-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:53:52.762-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:58:52.762-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:03:52.763-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:08:52.763-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:13:52.764-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:18:52.764-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:23:52.765-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:28:52.766-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:33:52.767-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:38:52.767-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:43:52.768-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:48:52.769-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:53:52.769-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:58:52.770-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:03:52.770-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:08:52.771-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:13:52.771-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:18:52.772-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:23:52.772-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:28:52.773-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:33:52.774-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:38:52.774-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:43:52.775-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:48:52.775-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:53:52.776-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:58:52.776-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:03:52.777-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:08:52.778-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:13:52.778-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:18:52.779-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:23:52.780-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:28:52.780-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:33:52.781-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:38:52.782-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:43:52.782-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:48:52.783-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:53:52.784-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:58:52.784-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:03:52.784-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:08:52.785-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:13:52.786-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:18:52.786-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:23:52.787-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:28:52.788-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:33:52.788-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:38:52.789-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:43:52.789-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:48:52.804-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:53:52.805-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:58:52.805-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:03:52.806-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:08:52.807-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:13:52.808-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:18:52.808-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:23:52.809-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:28:52.810-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:33:52.810-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:38:52.811-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:43:52.811-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:48:52.812-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:53:52.813-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:58:52.814-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:03:52.815-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:08:52.815-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:13:52.816-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:18:52.816-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:23:52.817-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:28:52.818-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:33:52.818-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:38:52.819-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:43:52.820-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:48:52.820-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:53:52.821-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:58:52.822-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:03:52.822-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:08:52.823-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:13:52.824-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:18:52.824-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:23:52.825-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:28:52.826-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:33:52.826-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:38:52.827-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:43:52.827-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:48:52.828-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:53:52.829-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:58:52.829-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:03:52.830-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:08:52.830-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:13:52.831-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:18:52.831-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:23:52.832-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:28:52.833-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:33:52.833-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:38:52.834-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:43:52.835-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:48:52.835-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:53:52.836-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:58:52.836-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:03:52.837-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:08:52.838-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:13:52.838-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:18:52.839-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:23:52.839-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:28:52.840-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:33:52.841-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:38:52.841-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:43:52.842-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:48:52.843-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:53:52.843-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:58:52.844-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:03:52.844-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:08:52.845-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:13:52.845-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:18:52.846-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:23:52.846-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:28:52.847-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:33:52.848-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:38:52.848-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:43:52.849-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:48:52.849-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:53:52.850-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:58:52.851-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:03:52.851-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:08:52.852-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:13:52.852-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:18:52.853-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:23:52.854-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:28:52.854-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:33:52.855-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:38:52.856-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:43:52.856-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:48:52.857-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:53:52.857-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:58:52.862-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:03:52.881-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:08:52.882-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:13:52.883-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:18:52.884-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:23:52.884-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:28:52.885-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:33:52.885-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:38:52.886-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:43:52.887-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:48:52.887-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:53:52.888-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:58:52.888-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:03:52.889-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:08:52.889-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:13:52.890-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:18:52.891-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:23:52.892-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:28:52.892-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:33:52.893-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:38:52.893-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:43:52.894-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:48:52.895-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:53:52.895-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:58:52.896-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:03:52.897-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:08:52.897-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:13:52.898-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:18:52.899-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:23:52.899-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:28:52.900-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:33:52.901-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:38:52.902-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:43:52.902-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:48:52.903-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:53:52.904-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:58:52.904-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:03:52.905-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:08:52.905-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:13:52.906-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:18:52.907-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:23:52.908-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:28:52.922-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:33:52.924-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:38:52.925-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:43:52.925-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:48:52.926-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:53:52.927-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:58:52.927-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:03:52.928-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:08:52.929-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:13:52.930-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:18:52.931-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:23:52.932-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:28:52.932-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:33:52.933-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:38:52.934-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:43:52.934-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:48:52.935-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:53:52.936-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:58:52.937-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:03:52.938-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:08:52.938-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:13:52.939-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:18:52.940-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:23:52.940-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:28:52.941-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:33:52.942-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:38:52.942-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:43:52.943-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:48:52.943-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:53:52.944-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:58:52.945-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:03:52.946-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:08:52.946-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:13:52.947-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:18:52.948-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:23:52.949-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:28:52.950-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:33:52.951-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:38:52.952-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:43:52.953-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:48:52.954-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:53:52.954-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:58:52.955-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:03:52.955-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:08:52.956-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:13:52.956-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:18:52.957-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:23:52.958-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:28:52.958-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:33:52.959-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:38:52.959-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:43:52.960-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:48:52.960-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:53:52.961-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:58:52.962-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:03:52.962-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:08:52.963-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:13:52.964-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:18:52.965-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:23:52.965-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:28:52.966-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:33:52.966-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:38:52.967-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:43:52.968-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:48:52.968-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:53:52.969-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:58:52.970-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:03:52.971-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:08:52.971-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:13:52.972-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:18:52.973-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:23:52.973-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:28:52.974-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:33:52.975-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:38:52.975-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:43:52.976-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:48:52.977-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:53:52.978-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:58:52.979-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:03:52.980-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:08:52.980-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:13:52.981-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:18:52.981-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:23:52.982-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:28:52.982-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:33:52.983-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:38:53.001-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:43:53.003-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:48:53.003-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:53:53.004-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:58:53.005-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:03:53.006-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:08:53.006-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:13:53.007-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:18:53.008-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:23:53.009-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:28:53.009-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:33:53.010-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:38:53.010-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:43:53.012-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:48:53.012-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:53:53.013-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:58:53.014-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:03:53.014-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:08:53.015-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:13:53.016-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:18:53.016-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:23:53.017-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:28:53.018-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:33:53.019-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:38:53.019-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:43:53.020-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:48:53.020-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:53:53.021-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:58:53.021-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:03:53.022-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:08:53.022-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:13:53.023-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:18:53.134-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:23:53.134-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:28:53.135-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:33:53.135-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:38:53.136-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:43:53.137-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:48:53.137-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:53:53.138-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:58:53.139-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:03:53.139-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:08:53.140-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:13:53.141-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:18:53.141-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:23:53.142-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:28:53.143-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:33:53.143-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:38:53.144-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:43:53.144-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:48:53.145-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:53:53.145-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:58:53.146-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:03:53.147-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:08:53.147-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:13:53.148-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:18:53.148-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:23:53.149-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:28:53.150-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:33:53.151-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:38:53.151-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:43:53.152-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:48:53.152-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:53:53.153-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:58:53.154-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:03:53.154-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:08:53.155-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:13:53.155-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:18:53.156-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:23:53.156-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:28:53.157-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:33:53.158-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:38:53.158-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:43:53.159-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:48:53.159-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:53:53.160-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:58:53.161-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:03:53.161-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:08:53.162-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:13:53.162-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:18:53.163-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:23:53.164-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:28:53.164-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:33:53.165-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:38:53.165-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:43:53.166-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:48:53.167-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:53:53.167-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:58:53.168-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:03:53.168-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:08:53.169-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:13:53.170-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:18:53.170-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:23:53.171-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:28:53.172-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:33:53.172-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:38:53.173-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:43:53.174-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:48:53.174-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:53:53.175-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:58:53.175-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:03:53.176-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:08:53.177-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:13:53.177-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:18:53.177-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:23:53.178-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:28:53.179-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:33:53.179-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:38:53.180-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:43:53.180-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:48:53.181-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:53:53.181-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:58:53.182-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:03:53.183-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:08:53.183-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:13:53.184-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:18:53.184-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:23:53.185-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:28:53.185-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:33:53.186-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:38:53.186-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:43:53.187-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:48:53.187-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:53:53.188-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:58:53.189-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:03:53.189-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:08:53.190-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:13:53.190-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:18:53.191-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:23:53.191-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:28:53.192-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:33:53.192-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:38:53.193-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:43:53.193-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:48:53.194-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:53:53.194-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:58:53.195-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:03:53.195-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:08:53.196-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:13:53.196-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:18:53.197-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:23:53.198-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:28:53.198-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:33:53.198-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:38:53.199-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:43:53.200-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:48:53.200-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:53:53.201-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:58:53.202-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:03:53.202-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:08:53.203-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:13:53.204-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:18:53.204-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:23:53.205-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:28:53.206-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:33:53.207-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:38:53.207-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:43:53.208-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:48:53.208-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:53:53.209-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:58:53.209-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:03:53.210-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:08:53.211-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:13:53.211-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:18:53.212-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:23:53.213-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:28:53.213-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:33:53.214-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:38:53.214-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:43:53.215-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:48:53.216-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:53:53.216-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:58:53.217-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:03:53.217-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:08:53.218-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:13:53.218-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:18:53.219-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:23:53.220-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:28:53.220-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:33:53.221-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:38:53.221-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:43:53.222-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:48:53.222-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:53:53.223-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:58:53.224-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:03:53.224-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:08:53.225-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:13:53.225-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:18:53.226-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:23:53.226-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:28:53.227-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:33:53.228-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:38:53.228-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:43:53.229-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:48:53.230-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:53:53.230-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:58:53.231-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:03:53.232-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:08:53.232-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:13:53.233-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:18:53.234-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:23:53.234-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:28:53.235-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:33:53.236-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:38:53.236-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:43:53.236-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:48:53.237-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:53:53.238-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:58:53.238-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:03:53.238-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:08:53.239-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:13:53.240-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:18:53.240-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:23:53.241-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:28:53.242-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:33:53.242-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:38:53.242-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:43:53.243-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:48:53.244-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:53:53.245-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:58:53.245-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:03:53.246-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:08:53.247-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:13:53.247-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:18:53.248-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:23:53.249-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:28:53.250-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:33:53.250-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:38:53.251-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:43:53.251-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:48:53.252-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:53:53.253-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:58:53.253-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:03:53.254-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:08:53.254-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:13:53.255-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:18:53.256-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:23:53.256-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:28:53.257-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:33:53.258-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:38:53.258-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:43:53.259-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:48:53.260-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:53:53.260-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:58:53.261-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:03:53.270-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:08:53.273-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:13:53.275-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:18:53.276-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:23:53.277-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:28:53.277-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:33:53.278-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:38:53.279-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:43:53.279-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:48:53.280-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:53:53.281-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:58:53.281-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:03:53.282-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:08:53.282-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:13:53.283-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:18:53.283-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:23:53.284-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:28:53.285-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:33:53.286-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:38:53.286-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:43:53.286-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:48:53.287-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:53:53.287-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:58:53.288-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:03:53.288-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:08:53.289-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:13:53.290-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:18:53.290-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:23:53.291-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:28:53.292-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:33:53.293-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:38:53.293-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:43:53.294-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:48:53.294-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:53:53.295-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:58:53.295-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:03:53.296-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:08:53.297-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:13:53.297-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:18:53.298-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:23:53.298-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:28:53.299-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:33:53.300-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:38:53.300-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:43:53.301-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:48:53.302-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:53:53.302-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:58:53.303-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:03:53.304-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:08:53.305-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:13:53.305-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:18:53.306-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:23:53.307-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:28:53.307-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:33:53.308-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:38:53.309-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:43:53.310-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:48:53.310-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:53:53.311-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:58:53.311-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:03:53.312-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:08:53.313-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:13:53.314-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:18:53.314-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:23:53.315-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:28:53.315-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:33:53.316-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:38:53.316-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:43:53.317-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:48:53.317-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:53:53.318-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:58:53.319-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:03:53.319-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:08:53.320-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:13:53.321-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:18:53.321-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:23:53.322-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:28:53.322-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:33:53.323-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:38:53.324-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:43:53.325-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:48:53.325-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:53:53.326-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:58:53.326-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:03:53.327-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:08:53.327-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:13:53.328-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:18:53.329-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:23:53.330-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:28:53.331-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:33:53.331-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:38:53.332-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:43:53.333-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:48:53.334-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:53:53.335-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:58:53.335-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:03:53.336-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:08:53.337-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:13:53.337-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:18:53.338-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:23:53.339-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:28:53.339-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:33:53.340-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:38:53.341-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:43:53.341-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:48:53.342-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:53:53.343-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:58:53.344-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:03:53.345-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:08:53.346-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:13:53.346-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:18:53.347-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:23:53.347-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:28:53.348-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:33:53.349-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:38:53.349-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:43:53.350-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:48:53.351-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:53:53.351-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:58:53.352-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:03:53.353-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:08:53.353-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:13:53.354-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:18:53.355-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:23:53.355-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:28:53.356-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:33:53.356-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:38:53.357-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:43:53.357-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:48:53.363-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:53:53.363-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:58:53.364-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:03:53.365-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:08:53.365-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:13:53.366-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:18:53.366-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:23:53.367-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:28:53.367-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:33:53.368-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:38:53.368-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:43:53.369-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:48:53.370-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:53:53.371-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:58:53.371-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:03:53.372-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:08:53.372-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:13:53.373-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:18:53.373-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:23:53.374-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:28:53.374-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:33:53.375-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:38:53.375-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:43:53.376-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:48:53.376-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:53:53.377-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:58:53.377-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:03:53.378-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:08:53.378-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:13:53.379-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:18:53.380-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:23:53.380-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:28:53.381-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:33:53.381-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:38:53.382-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:43:53.382-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:48:53.383-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:53:53.383-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:58:53.384-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:03:53.384-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:08:53.385-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:13:53.385-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:18:53.386-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:23:53.387-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:28:53.387-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:33:53.388-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:38:53.389-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:43:53.389-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:48:53.389-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:53:53.390-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:58:53.390-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:03:53.391-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:08:53.391-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:13:53.392-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:18:53.392-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:23:53.393-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:28:53.393-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:33:53.394-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:38:53.395-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:43:53.395-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:48:53.396-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:53:53.397-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:58:53.397-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:03:53.398-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:08:53.398-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:13:53.399-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:18:53.399-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:23:53.399-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:28:53.400-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:33:53.401-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:38:53.401-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:43:53.402-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:48:53.402-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:53:53.403-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:58:53.404-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:03:53.404-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:08:53.405-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:13:53.405-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:18:53.405-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:23:53.406-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:28:53.406-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:33:53.407-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:38:53.408-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:43:53.408-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:48:53.409-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:53:53.410-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:58:53.410-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:03:53.411-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:08:53.412-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:13:53.413-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:18:53.413-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:23:53.414-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:28:53.414-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:33:53.415-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:38:53.415-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:43:53.416-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:48:53.417-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:53:53.418-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:58:53.418-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:03:53.418-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:08:53.419-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:13:53.420-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:18:53.421-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:23:53.421-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:28:53.422-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:33:53.422-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:38:53.423-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:43:53.424-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:48:53.424-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:53:53.425-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:58:53.425-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:03:53.426-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:08:53.427-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:13:53.427-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:18:53.428-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:23:53.429-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:28:53.429-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:33:53.430-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:38:53.430-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:43:53.431-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:48:53.431-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:53:53.432-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:58:53.433-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:03:53.433-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:08:53.434-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:13:53.434-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:18:53.435-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:23:53.436-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:28:53.436-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:33:53.437-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:38:53.437-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:43:53.438-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:48:53.439-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:53:53.439-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:58:53.440-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:03:53.440-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:08:53.441-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:13:53.442-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:18:53.443-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:23:53.443-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:28:53.444-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:33:53.445-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:38:53.445-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:43:53.446-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:48:53.446-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:53:53.447-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:58:53.447-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:03:53.448-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:08:53.448-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:13:53.449-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:18:53.449-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:23:53.450-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:28:53.451-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:33:53.451-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:38:53.452-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:43:53.453-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:48:53.454-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:53:53.455-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:58:53.455-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:03:53.456-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:08:53.456-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:13:53.457-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:18:53.458-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:23:53.459-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:28:53.459-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:33:53.460-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:38:53.461-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:43:53.461-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:48:53.462-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:53:53.463-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:58:53.463-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:03:53.464-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:08:53.464-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:13:53.465-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:18:53.465-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:23:53.466-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:28:53.466-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:33:53.467-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:38:53.467-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:43:53.468-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:48:53.469-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:53:53.469-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:58:53.470-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:03:53.471-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:08:53.472-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:13:53.472-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:18:53.472-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:23:53.473-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:28:53.474-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:33:53.474-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:38:53.475-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:43:53.476-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:48:53.476-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:53:53.477-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:58:53.477-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:03:53.478-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:08:53.479-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:13:53.479-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:18:53.480-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:23:53.480-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:28:53.481-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:33:53.482-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:38:53.482-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:43:53.483-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:48:53.484-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:53:53.485-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:58:53.485-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:03:53.486-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:08:53.487-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:13:53.488-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:18:53.488-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:23:53.489-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:28:53.489-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:33:53.490-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:38:53.491-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:43:53.491-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:48:53.492-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:53:53.493-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:58:53.493-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:03:53.494-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:08:53.494-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:13:53.495-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:18:53.496-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:23:53.496-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:28:53.497-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:33:53.497-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:38:53.498-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:43:53.627-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:48:53.628-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:53:53.628-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:58:53.629-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:03:53.629-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:08:53.630-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:13:53.631-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:18:53.631-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:23:53.632-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:28:53.632-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:33:53.633-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:38:53.633-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:43:53.634-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:48:53.635-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:53:53.635-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:58:53.636-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:03:53.637-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:08:53.637-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:13:53.638-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:18:53.639-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:23:53.640-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:28:53.640-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:33:53.641-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:38:53.641-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:43:53.642-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:48:53.642-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:53:53.643-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:58:53.644-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:03:53.644-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:08:53.645-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:13:53.645-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:18:53.646-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:23:53.646-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:28:53.647-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:33:53.648-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:38:53.649-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:43:53.649-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:48:53.649-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:53:53.650-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:58:53.651-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:03:53.651-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:08:53.652-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:13:53.652-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:18:53.653-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:23:53.653-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:28:53.654-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:33:53.655-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:38:53.656-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:43:53.656-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:48:53.657-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:53:53.657-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:58:53.658-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:03:53.659-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:08:53.659-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:13:53.660-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:18:53.660-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:23:53.661-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:28:53.661-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:33:53.662-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:38:53.663-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:43:53.664-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:48:53.664-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:53:53.665-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:58:53.665-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:03:53.666-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:08:53.667-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:13:53.667-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:18:53.668-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:23:53.668-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:28:53.669-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:33:53.669-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:38:53.670-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:43:53.671-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:48:53.671-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:53:53.672-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:58:53.672-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:03:53.674-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:08:53.674-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:13:53.675-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:18:53.675-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:23:53.676-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:28:53.677-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:33:53.678-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:38:53.678-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:43:53.679-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:48:53.679-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:53:53.680-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:58:53.680-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:03:53.681-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:08:53.681-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:13:53.682-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:18:53.683-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:23:53.683-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:28:53.684-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:33:53.685-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:38:53.685-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:43:53.686-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:48:53.686-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:53:53.687-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:58:53.688-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:03:53.688-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:08:53.689-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:13:53.689-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:18:53.690-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:23:53.690-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:28:53.691-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:33:53.691-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:38:53.692-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:43:53.692-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:48:53.693-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:53:53.694-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:58:53.694-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:03:53.695-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:08:53.695-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:13:53.696-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:18:53.697-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:23:53.697-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:28:53.698-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:33:53.698-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:38:53.699-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:43:53.699-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:48:53.700-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:53:53.700-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:58:53.701-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:03:53.702-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:08:53.703-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:13:53.703-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:18:53.704-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:23:53.704-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:28:53.705-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:33:53.706-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:38:53.707-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:43:53.707-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:48:53.708-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:53:53.708-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:58:53.709-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:03:53.709-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:08:53.710-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:13:53.711-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:18:53.711-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:23:53.712-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:28:53.712-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:33:53.713-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:38:53.714-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:43:53.714-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:48:53.715-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:53:53.715-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:58:53.716-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:03:53.717-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:08:53.718-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:13:53.718-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:18:53.719-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:23:53.719-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:28:53.719-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:33:53.720-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:38:53.720-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:43:53.721-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:48:53.722-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:53:53.722-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:58:53.723-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:03:53.724-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:08:53.724-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:13:53.724-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:18:53.725-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:23:53.726-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:28:53.726-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:33:53.727-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:38:53.728-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:43:53.728-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:48:53.729-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:53:53.729-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:58:53.730-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:03:53.730-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:08:53.731-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:13:53.731-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:18:53.732-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:23:53.732-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:28:53.733-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:33:53.734-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:38:53.734-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:43:53.735-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:48:53.735-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:53:53.736-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:58:53.737-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:03:53.737-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:08:53.738-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:13:53.738-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:18:53.739-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:23:53.740-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:28:53.740-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:33:53.741-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:38:53.741-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:43:53.742-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:48:53.743-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:53:53.744-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:58:53.744-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:03:53.745-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:08:53.746-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:13:53.746-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:18:53.747-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:23:53.747-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:28:53.748-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:33:53.748-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:38:53.749-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:43:53.750-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:48:53.750-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:53:53.751-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:58:53.752-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:03:53.752-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:08:53.753-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:13:53.754-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:18:53.754-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:23:53.755-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:28:53.755-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:33:53.756-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:38:53.756-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:43:53.757-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:48:53.758-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:53:53.758-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:58:53.759-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:03:53.759-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:08:53.760-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:13:53.760-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:18:53.761-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:23:53.762-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:28:53.762-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:33:53.763-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:38:53.763-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:43:53.763-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:48:53.764-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:53:53.765-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:58:53.765-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:03:53.766-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:08:53.767-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:13:53.767-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:18:53.767-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:23:53.768-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:28:53.769-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:33:53.769-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:38:53.770-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:43:53.770-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:48:53.771-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:53:53.771-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:58:53.772-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:03:53.773-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:08:53.773-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:13:53.774-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:18:53.775-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:23:53.775-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:28:53.776-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:33:53.776-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:38:53.777-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:43:53.778-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:48:53.778-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:53:53.779-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:58:53.780-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:03:53.780-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:08:53.781-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:13:53.782-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:18:53.782-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:23:53.783-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:28:53.783-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:33:53.784-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:38:53.784-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:43:53.785-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:48:53.786-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:53:53.786-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:58:53.787-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:03:53.787-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:08:53.788-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:13:53.788-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:18:53.789-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:23:53.789-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:28:53.790-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:33:53.791-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:38:53.793-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:43:53.794-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:48:53.795-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:53:53.795-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:58:53.796-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:03:53.797-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:08:53.797-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:13:53.798-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:18:53.798-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:23:53.799-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:28:53.799-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:33:53.800-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:38:53.801-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:43:53.801-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:48:53.802-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:53:53.802-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:58:53.803-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:03:53.803-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:08:53.804-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:13:53.804-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:18:53.805-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:23:53.805-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:28:53.806-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:33:53.807-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:38:53.807-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:43:53.808-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:48:53.809-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:53:53.809-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:58:53.810-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:03:53.810-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:08:53.810-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:13:53.811-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:18:53.812-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:23:53.813-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:28:53.813-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:33:53.814-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:38:53.815-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:43:53.815-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:48:53.816-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:53:53.816-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:58:53.817-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:03:53.818-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:08:53.818-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:13:53.819-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:18:53.820-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:23:53.820-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:28:53.821-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:33:53.822-04:00  INFO 1842995 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
nInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:02:27.459-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T02:02:27.461-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:07:23.852-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:12:23.853-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:12:27.462-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:12:27.462-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T02:12:27.464-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:17:23.853-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:22:23.854-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:22:27.465-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:22:27.465-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T02:22:27.468-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:27:23.855-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:32:23.855-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:32:27.469-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:32:27.469-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T02:32:27.472-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:37:23.856-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:42:23.857-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:42:27.474-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:42:27.474-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T02:42:27.476-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:47:23.857-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:52:23.858-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T02:52:27.479-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:52:27.479-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T02:52:27.481-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T02:57:23.859-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:02:23.859-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:02:27.483-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:02:27.483-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T03:02:27.484-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:07:23.860-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:12:23.863-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:12:27.486-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:12:27.486-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T03:12:27.488-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:17:23.865-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:22:23.866-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:22:27.489-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:22:27.489-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T03:22:27.491-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:27:23.866-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:32:23.867-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:32:27.492-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:32:27.492-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T03:32:27.502-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:37:23.867-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:42:23.868-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:42:27.504-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:42:27.504-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T03:42:27.505-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:47:23.869-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:52:23.869-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T03:52:27.507-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:52:27.507-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T03:52:27.508-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T03:57:23.870-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:02:23.871-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:02:27.509-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:02:27.509-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T04:02:27.512-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:07:23.871-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:12:23.872-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:12:27.513-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:12:27.513-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T04:12:27.515-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:17:23.873-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:22:23.873-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:22:27.517-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:22:27.517-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T04:22:27.519-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:27:23.874-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:32:23.875-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:32:27.520-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:32:27.521-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T04:32:27.522-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:37:23.875-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:42:23.876-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:42:27.523-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:42:27.524-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T04:42:27.525-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:47:23.877-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:52:23.877-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T04:52:27.526-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:52:27.526-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T04:52:27.533-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T04:57:23.878-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:02:23.879-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:02:27.535-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:02:27.535-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T05:02:27.537-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:07:23.880-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:12:23.882-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:12:27.538-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:12:27.538-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T05:12:27.540-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:17:23.882-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:22:23.883-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:22:27.541-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:22:27.541-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T05:22:27.544-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:27:23.884-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:32:23.884-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:32:27.546-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:32:27.546-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T05:32:27.547-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:37:23.885-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:42:23.886-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:42:27.548-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:42:27.549-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T05:42:27.551-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:47:23.886-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:52:23.887-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T05:52:27.552-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:52:27.552-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T05:52:27.555-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T05:57:23.887-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:02:23.888-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:02:27.558-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:02:27.558-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T06:02:27.561-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:07:23.889-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:12:23.889-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:12:27.562-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:12:27.562-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T06:12:27.564-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:17:23.890-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:22:23.890-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:22:27.565-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:22:27.565-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T06:22:27.567-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:27:23.891-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:32:23.891-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:32:27.569-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:32:27.569-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T06:32:27.571-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:37:23.892-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:42:23.893-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:42:27.573-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:42:27.573-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T06:42:27.576-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:47:23.893-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:52:23.894-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T06:52:27.577-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:52:27.577-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T06:52:27.580-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T06:57:23.895-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:02:23.895-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:02:27.581-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:02:27.581-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T07:02:27.583-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:07:23.896-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:12:23.896-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:12:27.584-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:12:27.584-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T07:12:27.586-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:17:23.897-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:22:23.898-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:22:27.588-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:22:27.588-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T07:22:27.590-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:27:23.898-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:32:23.899-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:32:27.591-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:32:27.591-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T07:32:27.594-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:37:23.899-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:42:23.900-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:42:27.595-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:42:27.595-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T07:42:27.597-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:47:23.900-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:52:23.901-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T07:52:27.598-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:52:27.598-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T07:52:27.600-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T07:57:23.902-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:02:23.902-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:02:27.601-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:02:27.601-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T08:02:27.604-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:07:23.903-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:12:23.904-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:12:27.605-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:12:27.606-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T08:12:27.608-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:17:23.904-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:22:23.908-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:22:27.609-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:22:27.609-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T08:22:27.611-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:27:23.909-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:32:23.909-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:32:27.612-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:32:27.612-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T08:32:27.614-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:37:23.911-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:42:23.912-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:42:27.615-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:42:27.615-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T08:42:27.617-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:47:23.914-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:52:23.914-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T08:52:27.619-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:52:27.619-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T08:52:27.621-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T08:57:23.915-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:02:23.917-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:02:27.623-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:02:27.623-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T09:02:27.625-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:07:23.939-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:12:23.940-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:12:27.626-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:12:27.627-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T09:12:27.628-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:17:23.941-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:22:23.941-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:22:27.630-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:22:27.630-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T09:22:27.633-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:27:23.942-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:32:23.942-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:32:27.634-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:32:27.634-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T09:32:27.637-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:37:23.943-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:42:23.944-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:42:27.639-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:42:27.639-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T09:42:27.641-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:47:23.944-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:52:23.945-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T09:52:27.642-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:52:27.643-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T09:52:27.645-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T09:57:23.946-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:02:23.946-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:02:27.646-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:02:27.646-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T10:02:27.648-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:07:23.947-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:12:23.947-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:12:27.649-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:12:27.649-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T10:12:27.650-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:17:23.948-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:22:23.948-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:22:27.651-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:22:27.651-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T10:22:27.653-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:27:23.949-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:32:23.949-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:32:27.654-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:32:27.654-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T10:32:27.656-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:37:23.950-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:42:23.951-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:42:27.657-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:42:27.657-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T10:42:27.660-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:47:23.951-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:52:23.952-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T10:52:27.661-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:52:27.661-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T10:52:27.663-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T10:57:23.953-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:02:23.953-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:02:27.664-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:02:27.664-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T11:02:27.666-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:07:23.954-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:12:23.954-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:12:27.667-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:12:27.667-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T11:12:27.670-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:17:23.955-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:22:23.956-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:22:27.671-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:22:27.671-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T11:22:27.674-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:27:23.956-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:32:23.957-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:32:27.675-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:32:27.675-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T11:32:27.676-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:37:23.957-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:42:23.958-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:42:27.677-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:42:27.678-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T11:42:27.679-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:47:23.959-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:52:23.959-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T11:52:27.681-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:52:27.681-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T11:52:27.683-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T11:57:23.960-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:02:23.961-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:02:27.684-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:02:27.684-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T12:02:27.685-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:07:23.962-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:12:23.962-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:12:27.686-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:12:27.687-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T12:12:27.688-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:17:23.963-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:22:23.964-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:22:27.689-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:22:27.689-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T12:22:27.691-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:27:23.965-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:32:23.965-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:32:27.692-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:32:27.692-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T12:32:27.694-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:37:23.966-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:42:23.967-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:42:27.695-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:42:27.695-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T12:42:27.697-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:47:23.967-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:52:23.968-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T12:52:27.698-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:52:27.698-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T12:52:27.700-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T12:57:23.969-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:02:23.969-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:02:27.701-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:02:27.701-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T13:02:27.703-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:07:23.970-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:12:23.971-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:12:27.704-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:12:27.704-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T13:12:27.706-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:17:23.972-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:22:23.972-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:22:27.707-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:22:27.708-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T13:22:27.710-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:27:23.973-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:32:23.973-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:32:27.711-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:32:27.711-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T13:32:27.712-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:37:23.974-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:42:23.975-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:42:27.714-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:42:27.714-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T13:42:27.715-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:47:23.975-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:52:23.976-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T13:52:27.717-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:52:27.717-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T13:52:27.718-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T13:57:23.976-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:02:23.977-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:02:27.719-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:02:27.719-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T14:02:27.721-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:07:23.978-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:12:23.978-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:12:27.722-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:12:27.722-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T14:12:27.723-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:17:23.979-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:22:23.979-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:22:27.725-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:22:27.725-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T14:22:27.727-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:27:23.980-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:32:23.981-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:32:27.728-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:32:27.728-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T14:32:27.729-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:37:23.981-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:42:23.982-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:42:27.731-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:42:27.731-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T14:42:27.732-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:47:23.983-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:52:23.983-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T14:52:27.734-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:52:27.734-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T14:52:27.736-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T14:57:23.984-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:02:23.984-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:02:27.737-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:02:27.737-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T15:02:27.738-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:07:23.985-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:12:23.985-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:12:27.739-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:12:27.739-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T15:12:27.741-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:17:23.986-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:22:23.986-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:22:27.742-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:22:27.742-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T15:22:27.743-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:27:23.987-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:32:23.988-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:32:27.744-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:32:27.745-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T15:32:27.752-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:37:23.988-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:42:23.989-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:42:27.753-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:42:27.753-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T15:42:27.754-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:47:23.989-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:52:23.991-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T15:52:27.755-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:52:27.755-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T15:52:27.758-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T15:57:23.991-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:02:23.992-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:02:27.759-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:02:27.760-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T16:02:27.761-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:07:23.992-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:12:23.993-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:12:27.762-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:12:27.763-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T16:12:27.764-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:17:23.994-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:22:23.994-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:22:27.766-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:22:27.766-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T16:22:27.769-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:27:23.995-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:32:23.996-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:32:27.770-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:32:27.770-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T16:32:27.772-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:37:23.996-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:42:23.997-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:42:27.773-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:42:27.773-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T16:42:27.775-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:47:23.997-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:52:23.998-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T16:52:27.776-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:52:27.777-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T16:52:27.779-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T16:57:23.998-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:02:23.999-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:02:27.780-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:02:27.781-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T17:02:27.782-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:07:24.000-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:12:24.005-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:12:27.783-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:12:27.783-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T17:12:27.784-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:17:24.005-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:22:24.006-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:22:27.786-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:22:27.786-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T17:22:27.789-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:27:24.006-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:32:24.007-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:32:27.791-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:32:27.791-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T17:32:27.792-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:37:24.008-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:42:24.008-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:42:27.794-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:42:27.794-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T17:42:27.795-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:47:24.009-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:52:24.010-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T17:52:27.796-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:52:27.797-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T17:52:27.798-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T17:57:24.010-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:02:24.011-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:02:27.799-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:02:27.799-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T18:02:27.801-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:07:24.011-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:12:24.012-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:12:27.802-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:12:27.802-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T18:12:27.804-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:17:24.012-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:22:24.013-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:22:27.805-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:22:27.805-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T18:22:27.807-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:27:24.014-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:32:24.014-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:32:27.808-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:32:27.809-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T18:32:27.810-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:37:24.015-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:42:24.016-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:42:27.811-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:42:27.811-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T18:42:27.813-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:47:24.016-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:52:24.017-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T18:52:27.814-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:52:27.814-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T18:52:27.814-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T18:57:24.017-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:02:24.018-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:02:27.816-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:02:27.816-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T19:02:27.818-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:07:24.018-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:12:24.019-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:12:27.819-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:12:27.819-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T19:12:27.821-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:17:24.020-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:22:24.020-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:22:27.822-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:22:27.823-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T19:22:27.825-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:27:24.021-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:32:24.022-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:32:27.825-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:32:27.826-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T19:32:27.827-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:37:24.022-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:42:24.023-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:42:27.828-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:42:27.828-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T19:42:27.830-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:47:24.023-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:52:24.024-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T19:52:27.831-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:52:27.832-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T19:52:27.840-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T19:57:24.024-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:02:24.025-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:02:27.841-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:02:27.841-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T20:02:27.844-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:07:24.026-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:12:24.026-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:12:27.846-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:12:27.846-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T20:12:27.847-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:17:24.027-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:22:24.028-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:22:27.848-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:22:27.848-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T20:22:27.850-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:27:24.029-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:32:24.030-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:32:27.851-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:32:27.851-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T20:32:27.853-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:37:24.030-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:42:24.031-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:42:27.854-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:42:27.854-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T20:42:27.856-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:47:24.032-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:52:24.032-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T20:52:27.857-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:52:27.857-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T20:52:27.859-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T20:57:24.033-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:02:24.034-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:02:27.861-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:02:27.861-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T21:02:27.862-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:07:24.034-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:12:24.035-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:12:27.863-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:12:27.864-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T21:12:27.865-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:17:24.036-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:22:24.037-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:22:27.867-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:22:27.867-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T21:22:27.869-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:27:24.037-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:32:24.038-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:32:27.875-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:32:27.875-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T21:32:27.877-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:37:24.039-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:42:24.039-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:42:27.880-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:42:27.880-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T21:42:27.882-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:47:24.040-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:52:24.041-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T21:52:27.884-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:52:27.884-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T21:52:27.886-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T21:57:24.041-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:02:24.042-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:02:27.888-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:02:27.888-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T22:02:27.890-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:07:24.043-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:12:24.043-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:12:27.891-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:12:27.891-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T22:12:27.892-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:17:24.044-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:22:24.044-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:22:27.893-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:22:27.893-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T22:22:27.898-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:27:24.045-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:32:24.046-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:32:27.899-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:32:27.899-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T22:32:27.901-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:37:24.046-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:42:24.047-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:42:27.902-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:42:27.902-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T22:42:27.904-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:47:24.047-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:52:24.048-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T22:52:27.906-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:52:27.906-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T22:52:27.907-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T22:57:24.049-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:02:24.050-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:02:27.909-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:02:27.909-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T23:02:27.912-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:07:24.050-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:12:24.051-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:12:27.913-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:12:27.913-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T23:12:27.915-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:17:24.052-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:22:24.052-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:22:27.917-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:22:27.917-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T23:22:27.918-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:27:24.053-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:32:24.053-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:32:27.922-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:32:27.923-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T23:32:27.925-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:37:24.054-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:42:24.055-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:42:27.926-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:42:27.926-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T23:42:27.928-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:47:24.055-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:52:24.056-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-03T23:52:27.929-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:52:27.930-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-03T23:52:27.931-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-03T23:57:24.056-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:02:24.057-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:02:27.933-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:02:27.933-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T00:02:27.934-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:07:24.057-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:12:24.058-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:12:27.936-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:12:27.936-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T00:12:27.939-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:17:24.058-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:22:24.059-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:22:27.941-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:22:27.942-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T00:22:27.943-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:27:24.060-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:32:24.060-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:32:27.945-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:32:27.945-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T00:32:27.948-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:37:24.061-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:42:24.062-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:42:27.949-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:42:27.950-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T00:42:27.951-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:47:24.062-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:52:24.063-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T00:52:27.953-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:52:27.953-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T00:52:27.957-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T00:57:24.064-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:02:24.065-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:02:27.959-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:02:27.959-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T01:02:27.961-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:07:24.065-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:12:24.066-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:12:27.962-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:12:27.962-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T01:12:27.963-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:17:24.066-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:22:24.067-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:22:27.965-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:22:27.965-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T01:22:27.967-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:27:24.068-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:32:24.069-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:32:27.969-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:32:27.970-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T01:32:27.974-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:37:24.070-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:42:24.071-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:42:27.976-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:42:27.976-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T01:42:27.977-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:47:24.071-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:52:24.072-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T01:52:27.978-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:52:27.978-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T01:52:27.980-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T01:57:24.072-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:02:24.073-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:02:27.981-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:02:27.981-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T02:02:27.983-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:07:24.073-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:12:24.074-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:12:27.985-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:12:27.986-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T02:12:27.993-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:17:24.075-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:22:24.076-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:22:27.995-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:22:27.995-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T02:22:27.997-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:27:24.076-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:32:24.077-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:32:27.998-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:32:27.998-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T02:32:28.000-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:37:24.078-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:42:24.078-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:42:28.003-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:42:28.003-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T02:42:28.005-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:47:24.078-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:52:24.079-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T02:52:28.007-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:52:28.007-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T02:52:28.008-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T02:57:24.080-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:02:24.081-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:02:28.009-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:02:28.010-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T03:02:28.014-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:07:24.081-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:12:24.082-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:12:28.015-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:12:28.015-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T03:12:28.018-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:17:24.082-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:22:24.083-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:22:28.019-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:22:28.019-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T03:22:28.021-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:27:24.083-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:32:24.084-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:32:28.022-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:32:28.022-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T03:32:28.024-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:37:24.085-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:42:24.085-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:42:28.025-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:42:28.025-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T03:42:28.027-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:47:24.086-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:52:24.087-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T03:52:28.028-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:52:28.029-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T03:52:28.030-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T03:57:24.087-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:02:24.088-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:02:28.031-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:02:28.031-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T04:02:28.032-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:07:24.089-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:12:24.089-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:12:28.033-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:12:28.033-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T04:12:28.035-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:17:24.090-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:22:24.090-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:22:28.036-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:22:28.037-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T04:22:28.039-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:27:24.091-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:32:24.092-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:32:28.040-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:32:28.040-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T04:32:28.043-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:37:24.092-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:42:24.093-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:42:28.044-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:42:28.044-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T04:42:28.047-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:47:24.094-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:52:24.094-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T04:52:28.048-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:52:28.049-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T04:52:28.053-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T04:57:24.095-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:02:24.096-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:02:28.055-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:02:28.055-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T05:02:28.057-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:07:24.096-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:12:24.097-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:12:28.058-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:12:28.058-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T05:12:28.060-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:17:24.098-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:22:24.098-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:22:28.061-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:22:28.061-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T05:22:28.063-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:27:24.099-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:32:24.100-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:32:28.064-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:32:28.064-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T05:32:28.067-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:37:24.100-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:42:24.101-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:42:28.068-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:42:28.068-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T05:42:28.070-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:47:24.102-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:52:24.102-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T05:52:28.072-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:52:28.072-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T05:52:28.073-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T05:57:24.103-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:02:24.104-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:02:28.075-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:02:28.075-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T06:02:28.078-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:07:24.104-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:12:24.105-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:12:28.079-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:12:28.079-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T06:12:28.081-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:17:24.106-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:22:24.106-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:22:28.082-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:22:28.083-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T06:22:28.084-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:27:24.107-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:32:24.107-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:32:28.085-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:32:28.086-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T06:32:28.088-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:37:24.108-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:42:24.108-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:42:28.089-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:42:28.089-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T06:42:28.092-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:47:24.109-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:52:24.110-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T06:52:28.093-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:52:28.093-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T06:52:28.095-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T06:57:24.111-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:02:24.111-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:02:28.096-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:02:28.096-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T07:02:28.098-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:07:24.112-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:12:24.113-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:12:28.099-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:12:28.099-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T07:12:28.101-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:17:24.113-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:22:24.114-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:22:28.102-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:22:28.102-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T07:22:28.104-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:27:24.115-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:32:24.116-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:32:28.105-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:32:28.105-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T07:32:28.107-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:37:24.116-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:42:24.117-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:42:28.108-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:42:28.108-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T07:42:28.110-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:47:24.117-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:52:24.118-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T07:52:28.111-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:52:28.111-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T07:52:28.113-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T07:57:24.119-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:02:24.119-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:02:28.114-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:02:28.114-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T08:02:28.116-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:07:24.120-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:12:24.120-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:12:28.117-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:12:28.117-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T08:12:28.119-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:17:24.121-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:22:24.122-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:22:28.120-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:22:28.120-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T08:22:28.122-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:27:24.123-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:32:24.124-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:32:28.123-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:32:28.123-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T08:32:28.126-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:37:24.124-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:42:24.125-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:42:28.127-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:42:28.127-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T08:42:28.129-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:47:24.126-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:52:24.126-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T08:52:28.130-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:52:28.130-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T08:52:28.138-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T08:57:24.127-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:02:24.128-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:02:28.139-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:02:28.140-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T09:02:28.141-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:07:24.129-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:12:24.129-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:12:28.143-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:12:28.143-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T09:12:28.144-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:17:24.130-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:22:24.131-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:22:28.146-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:22:28.146-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T09:22:28.148-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:27:24.131-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:32:24.132-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:32:28.148-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:32:28.149-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T09:32:28.150-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:37:24.133-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:42:24.133-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:42:28.151-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:42:28.151-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T09:42:28.153-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:47:24.134-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:52:24.134-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T09:52:28.155-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:52:28.155-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T09:52:28.157-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T09:57:24.135-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:02:24.136-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:02:28.158-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:02:28.158-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T10:02:28.160-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:07:24.136-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:12:24.137-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:12:28.162-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:12:28.162-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T10:12:28.165-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:17:24.137-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:22:24.138-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:22:28.167-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:22:28.167-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T10:22:28.168-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:27:24.139-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:32:24.139-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:32:28.169-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:32:28.169-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T10:32:28.171-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:37:24.140-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:42:24.141-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:42:28.172-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:42:28.173-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T10:42:28.174-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:47:24.141-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:52:24.142-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T10:52:28.176-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:52:28.176-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T10:52:28.178-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T10:57:24.143-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:02:24.143-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:02:28.179-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:02:28.179-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T11:02:28.180-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:07:24.144-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:12:24.144-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:12:28.182-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:12:28.182-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T11:12:28.183-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:17:24.145-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:22:24.145-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:22:28.185-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:22:28.185-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T11:22:28.186-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:27:24.146-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:32:24.146-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:32:28.187-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:32:28.188-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T11:32:28.190-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:37:24.147-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:42:24.147-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:42:28.191-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:42:28.192-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T11:42:28.194-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:47:24.148-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:52:24.148-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T11:52:28.195-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:52:28.195-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T11:52:28.197-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T11:57:24.149-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:02:24.149-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:02:28.198-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:02:28.198-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T12:02:28.200-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:07:24.150-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:12:24.151-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:12:28.201-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:12:28.201-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T12:12:28.203-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:17:24.151-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:22:24.152-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:22:28.204-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:22:28.205-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T12:22:28.206-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:27:24.153-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:32:24.154-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:32:28.207-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:32:28.207-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T12:32:28.210-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:37:24.154-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:42:24.155-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:42:28.212-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:42:28.212-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T12:42:28.215-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:47:24.156-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:52:24.156-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T12:52:28.217-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:52:28.217-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T12:52:28.224-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T12:57:24.157-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:02:24.157-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:02:28.225-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:02:28.225-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T13:02:28.227-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:07:24.158-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:12:24.159-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:12:28.228-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:12:28.229-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T13:12:28.230-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:17:24.159-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:22:24.160-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:22:28.231-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:22:28.231-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T13:22:28.234-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:27:24.161-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:32:24.162-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:32:28.235-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:32:28.235-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T13:32:28.237-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:37:24.162-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:42:24.163-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:42:28.238-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:42:28.238-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T13:42:28.240-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:47:24.164-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:52:24.164-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T13:52:28.241-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:52:28.241-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T13:52:28.242-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T13:57:24.165-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:02:24.166-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:02:28.244-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:02:28.244-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T14:02:28.249-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:07:24.166-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:12:24.167-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:12:28.251-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:12:28.251-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T14:12:28.253-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:17:24.168-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:22:24.169-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:22:28.254-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:22:28.255-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T14:22:28.257-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:27:24.169-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:32:24.170-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:32:28.258-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:32:28.258-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T14:32:28.259-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:37:24.170-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:42:24.171-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:42:28.261-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:42:28.261-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T14:42:28.262-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:47:24.172-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:52:24.172-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T14:52:28.263-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:52:28.263-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T14:52:28.265-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T14:57:24.173-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:02:24.174-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:02:28.266-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:02:28.267-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T15:02:28.268-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:07:24.174-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:12:24.175-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:12:28.269-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:12:28.269-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T15:12:28.270-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:17:24.175-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:22:24.176-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:22:28.272-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:22:28.272-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T15:22:28.274-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:27:24.177-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:32:24.178-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:32:28.275-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:32:28.275-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T15:32:28.277-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:37:24.178-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:42:24.179-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:42:28.278-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:42:28.278-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T15:42:28.279-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:47:24.179-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:52:24.180-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T15:52:28.281-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:52:28.281-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T15:52:28.282-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T15:57:24.181-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:02:24.182-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:02:28.284-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:02:28.284-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T16:02:28.285-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:07:24.182-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:12:24.183-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:12:28.286-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:12:28.286-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T16:12:28.288-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:17:24.183-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:22:24.184-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:22:28.289-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:22:28.289-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T16:22:28.291-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:27:24.184-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:32:24.185-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:32:28.292-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:32:28.292-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T16:32:28.293-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:37:24.186-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:42:24.186-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:42:28.294-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:42:28.295-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T16:42:28.297-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:47:24.187-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:52:24.187-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T16:52:28.298-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:52:28.298-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T16:52:28.300-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T16:57:24.188-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:02:24.189-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:02:28.301-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:02:28.301-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T17:02:28.303-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:07:24.189-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:12:24.190-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:12:28.304-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:12:28.304-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T17:12:28.306-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:17:24.191-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:22:24.191-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:22:28.307-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:22:28.307-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T17:22:28.308-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:27:24.192-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:32:24.192-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:32:28.309-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:32:28.309-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T17:32:28.311-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:37:24.193-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:42:24.194-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:42:28.312-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:42:28.312-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T17:42:28.314-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:47:24.194-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:52:24.195-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T17:52:28.315-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:52:28.315-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T17:52:28.316-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T17:57:24.196-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:02:24.197-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:02:28.318-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:02:28.318-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T18:02:28.320-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:07:24.197-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:12:24.197-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:12:28.321-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:12:28.321-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T18:12:28.323-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:17:24.198-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:22:24.199-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:22:28.324-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:22:28.324-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T18:22:28.326-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:27:24.199-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:32:24.200-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:32:28.327-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:32:28.327-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T18:32:28.328-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:37:24.200-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:42:24.201-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:42:28.329-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:42:28.329-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T18:42:28.330-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:47:24.201-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:52:24.202-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T18:52:28.331-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:52:28.332-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T18:52:28.333-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T18:57:24.202-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:02:24.203-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:02:28.334-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:02:28.334-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T19:02:28.337-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:07:24.204-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:12:24.224-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:12:28.338-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:12:28.338-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T19:12:28.339-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:17:24.224-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:22:24.225-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:22:28.341-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:22:28.341-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T19:22:28.343-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:27:24.226-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:32:24.226-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:32:28.344-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:32:28.344-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T19:32:28.346-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:37:24.227-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:42:24.228-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:42:28.347-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:42:28.347-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T19:42:28.348-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:47:24.229-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:52:24.230-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T19:52:28.350-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:52:28.350-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T19:52:28.352-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T19:57:24.230-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:02:24.286-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:02:28.353-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:02:28.353-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T20:02:28.354-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:07:24.287-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:12:24.288-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:12:28.355-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:12:28.355-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T20:12:28.357-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:17:24.288-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:22:24.289-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:22:28.359-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:22:28.359-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T20:22:28.361-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:27:24.289-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:32:24.290-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:32:28.362-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:32:28.362-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T20:32:28.364-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:37:24.291-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:42:24.291-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:42:28.365-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:42:28.365-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T20:42:28.368-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:47:24.292-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:52:24.293-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T20:52:28.369-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:52:28.369-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T20:52:28.371-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T20:57:24.293-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:02:24.294-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:02:28.372-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:02:28.372-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T21:02:28.374-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:07:24.295-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:12:24.296-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:12:28.375-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:12:28.375-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T21:12:28.376-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:17:24.296-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:22:24.297-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:22:28.377-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:22:28.378-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T21:22:28.379-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:27:24.297-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:32:24.298-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:32:28.382-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:32:28.382-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T21:32:28.384-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:37:24.299-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:42:24.300-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:42:28.385-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:42:28.385-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T21:42:28.386-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:47:24.300-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:52:24.301-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T21:52:28.387-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:52:28.387-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T21:52:28.389-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T21:57:24.301-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:02:24.302-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:02:28.390-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:02:28.390-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T22:02:28.391-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:07:24.302-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:12:24.303-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:12:28.392-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:12:28.393-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T22:12:28.395-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:17:24.303-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:22:24.304-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:22:28.396-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:22:28.396-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T22:22:28.398-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:27:24.304-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:32:24.305-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:32:28.399-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:32:28.399-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T22:32:28.400-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:37:24.305-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:42:24.306-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:42:28.401-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:42:28.402-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T22:42:28.406-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:47:24.307-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:52:24.308-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T22:52:28.408-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:52:28.409-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T22:52:28.412-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T22:57:24.308-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:02:24.309-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:02:28.414-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:02:28.414-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T23:02:28.416-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:07:24.310-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:12:24.310-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:12:28.417-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:12:28.418-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T23:12:28.419-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:17:24.311-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:22:24.312-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:22:28.420-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:22:28.420-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T23:22:28.422-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:27:24.313-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:32:24.314-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:32:28.423-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:32:28.423-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T23:32:28.431-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:37:24.314-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:42:24.315-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:42:28.432-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:42:28.432-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T23:42:28.434-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:47:24.316-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:52:24.316-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-04T23:52:28.436-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:52:28.436-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-04T23:52:28.438-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-04T23:57:24.317-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:02:24.318-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:02:28.440-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:02:28.440-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T00:02:28.443-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:07:24.319-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:12:24.319-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:12:28.446-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:12:28.446-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T00:12:28.447-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:17:24.320-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:22:24.321-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:22:28.450-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:22:28.451-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T00:22:28.453-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:27:24.322-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:32:24.322-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:32:28.455-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:32:28.455-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T00:32:28.457-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:37:24.323-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:42:24.324-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:42:28.459-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:42:28.459-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T00:42:28.461-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:47:24.324-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:52:24.325-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T00:52:28.462-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:52:28.462-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T00:52:28.465-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T00:57:24.325-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:02:24.326-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:02:28.466-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:02:28.466-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T01:02:28.468-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:07:24.327-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:12:24.328-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:12:28.470-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:12:28.470-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T01:12:28.472-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:17:24.328-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:22:24.329-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:22:28.474-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:22:28.474-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T01:22:28.476-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:27:24.330-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:32:24.330-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:32:28.478-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:32:28.478-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T01:32:28.480-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:37:24.331-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:42:24.332-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:42:28.482-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:42:28.482-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T01:42:28.484-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:47:24.332-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:52:24.333-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T01:52:28.485-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:52:28.485-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T01:52:28.488-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T01:57:24.334-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:02:24.335-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:02:28.489-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:02:28.489-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T02:02:28.491-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:07:24.335-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:12:24.336-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:12:28.492-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:12:28.492-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T02:12:28.495-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:17:24.336-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:22:24.337-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:22:28.496-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:22:28.496-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T02:22:28.499-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:27:24.338-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:32:24.338-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:32:28.500-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:32:28.500-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T02:32:28.501-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:37:24.339-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:42:24.339-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:42:28.502-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:42:28.503-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T02:42:28.513-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:47:24.340-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:52:24.340-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T02:52:28.514-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:52:28.514-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T02:52:28.516-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T02:57:24.341-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:02:24.342-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:02:28.519-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:02:28.519-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T03:02:28.523-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:07:24.342-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:12:24.343-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:12:28.526-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:12:28.526-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T03:12:28.529-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:17:24.343-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:22:24.344-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:22:28.530-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:22:28.530-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T03:22:28.532-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:27:24.345-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:32:24.345-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:32:28.533-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:32:28.533-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T03:32:28.535-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:37:24.346-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:42:24.347-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:42:28.536-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:42:28.536-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T03:42:28.538-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:47:24.347-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:52:24.348-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T03:52:28.539-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:52:28.539-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T03:52:28.542-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T03:57:24.349-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:02:24.349-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:02:28.543-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:02:28.544-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T04:02:28.545-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:07:24.351-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:12:24.351-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:12:28.546-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:12:28.547-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T04:12:28.549-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:17:24.352-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:22:24.353-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:22:28.550-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:22:28.550-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T04:22:28.552-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:27:24.354-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:32:24.355-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:32:28.553-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:32:28.554-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T04:32:28.555-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:37:24.355-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:42:24.356-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:42:28.556-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:42:28.556-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T04:42:28.559-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:47:24.357-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:52:24.358-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T04:52:28.561-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:52:28.561-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T04:52:28.563-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T04:57:24.359-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:02:24.359-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:02:28.564-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:02:28.565-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T05:02:28.566-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:07:24.360-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:12:24.361-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:12:28.570-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:12:28.571-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T05:12:28.572-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:17:24.361-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:22:24.361-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:22:28.574-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:22:28.574-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T05:22:28.575-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:27:24.362-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:32:24.363-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:32:28.577-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:32:28.577-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T05:32:28.578-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:37:24.363-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:42:24.364-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:42:28.580-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:42:28.580-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T05:42:28.581-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:47:24.364-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:52:24.365-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T05:52:28.583-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:52:28.583-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T05:52:28.585-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T05:57:24.366-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:02:24.366-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:02:28.586-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:02:28.586-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T06:02:28.588-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:07:24.367-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:12:24.367-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:12:28.590-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:12:28.590-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T06:12:28.591-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:17:24.368-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:22:24.369-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:22:28.593-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:22:28.593-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T06:22:28.594-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:27:24.369-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:32:24.370-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:32:28.595-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:32:28.596-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T06:32:28.598-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:37:24.371-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:42:24.371-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:42:28.599-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:42:28.599-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T06:42:28.601-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:47:24.372-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:52:24.373-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T06:52:28.602-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:52:28.602-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T06:52:28.604-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T06:57:24.373-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:02:24.374-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:02:28.605-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:02:28.605-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T07:02:28.608-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:07:24.374-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:12:24.375-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:12:28.609-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:12:28.609-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T07:12:28.611-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:17:24.376-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:22:24.376-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:22:28.612-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:22:28.612-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T07:22:28.614-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:27:24.377-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:32:24.377-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:32:28.615-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:32:28.615-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T07:32:28.618-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:37:24.378-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:42:24.379-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:42:28.619-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:42:28.619-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T07:42:28.622-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:47:24.379-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:52:24.380-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T07:52:28.623-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:52:28.623-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T07:52:28.626-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T07:57:24.381-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:02:24.381-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:02:28.627-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:02:28.627-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T08:02:28.629-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:07:24.382-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:12:24.383-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:12:28.630-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:12:28.630-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T08:12:28.631-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:17:24.383-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:22:24.384-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:22:28.632-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:22:28.632-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T08:22:28.634-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:27:24.385-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:32:24.385-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:32:28.636-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:32:28.636-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T08:32:28.637-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:37:24.386-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:42:24.386-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:42:28.638-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:42:28.638-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T08:42:28.641-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:47:24.387-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:52:24.387-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T08:52:28.642-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:52:28.642-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T08:52:28.643-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T08:57:24.388-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:02:24.389-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:02:28.644-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:02:28.645-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T09:02:28.647-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:07:24.389-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:12:24.390-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:12:28.648-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:12:28.649-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T09:12:28.650-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:17:24.391-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:22:24.391-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:22:28.651-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:22:28.651-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T09:22:28.653-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:27:24.392-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:32:24.393-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:32:28.654-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:32:28.654-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T09:32:28.656-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:37:24.393-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:42:24.394-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:42:28.657-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:42:28.657-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T09:42:28.659-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:47:24.394-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:52:24.395-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T09:52:28.660-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:52:28.660-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T09:52:28.661-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T09:57:24.396-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:02:24.396-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:02:28.662-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:02:28.662-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T10:02:28.665-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:07:24.397-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:12:24.397-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:12:28.666-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:12:28.666-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T10:12:28.674-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:17:24.398-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:22:24.398-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:22:28.675-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:22:28.675-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T10:22:28.677-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:27:24.399-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:32:24.399-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:32:28.678-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:32:28.678-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T10:32:28.681-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:37:24.400-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:42:24.400-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:42:28.682-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:42:28.682-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T10:42:28.684-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:47:24.401-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:52:24.402-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T10:52:28.686-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:52:28.686-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T10:52:28.687-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T10:57:24.402-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:02:24.403-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:02:28.689-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:02:28.689-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T11:02:28.690-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:07:24.404-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:12:24.404-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:12:28.692-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:12:28.692-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T11:12:28.693-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:17:24.405-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:22:24.406-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:22:28.694-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:22:28.694-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T11:22:28.696-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:27:24.406-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:32:24.407-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:32:28.697-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:32:28.697-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T11:32:28.699-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:37:24.408-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:42:24.408-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:42:28.700-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:42:28.700-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T11:42:28.701-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:47:24.409-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:52:24.409-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T11:52:28.702-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:52:28.703-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T11:52:28.704-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T11:57:24.410-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:02:24.410-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:02:28.706-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:02:28.706-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T12:02:28.708-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:07:24.411-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:12:24.411-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:12:28.709-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:12:28.709-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T12:12:28.711-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:17:24.412-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:22:24.413-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:22:28.712-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:22:28.712-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T12:22:28.714-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:27:24.413-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:32:24.414-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:32:28.715-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:32:28.715-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T12:32:28.716-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:37:24.415-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:42:24.415-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:42:28.717-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:42:28.718-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T12:42:28.719-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:47:24.416-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:52:24.416-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T12:52:28.720-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:52:28.721-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T12:52:28.723-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T12:57:24.417-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:02:24.417-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:02:28.724-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:02:28.725-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T13:02:28.726-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:07:24.418-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:12:24.419-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:12:28.727-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:12:28.727-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T13:12:28.729-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:17:24.420-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:22:24.420-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:22:28.730-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:22:28.731-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T13:22:28.732-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:27:24.421-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:32:24.421-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:32:28.733-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:32:28.733-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T13:32:28.735-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:37:24.422-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:42:24.422-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:42:28.736-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:42:28.736-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T13:42:28.738-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:47:24.423-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:52:24.423-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T13:52:28.739-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:52:28.739-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T13:52:28.741-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T13:57:24.424-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:02:24.424-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:02:28.742-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:02:28.742-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T14:02:28.744-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:07:24.425-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:12:24.426-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:12:28.745-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:12:28.745-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T14:12:28.746-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:17:24.426-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:22:24.427-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:22:28.748-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:22:28.748-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T14:22:28.749-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:27:24.428-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:32:24.428-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:32:28.750-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:32:28.750-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T14:32:28.752-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:37:24.429-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:42:24.430-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:42:28.753-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:42:28.753-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T14:42:28.755-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:47:24.430-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:52:24.431-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T14:52:28.756-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:52:28.756-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T14:52:28.758-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T14:57:24.432-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:02:24.432-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:02:28.759-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:02:28.760-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T15:02:28.761-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:07:24.433-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:12:24.433-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:12:28.762-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:12:28.762-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T15:12:28.764-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:17:24.434-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:22:24.434-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:22:28.765-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:22:28.765-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T15:22:28.767-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:27:24.435-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:32:24.435-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:32:28.768-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:32:28.768-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T15:32:28.769-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:37:24.436-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:42:24.436-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:42:28.770-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:42:28.770-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T15:42:28.772-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:47:24.437-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:52:24.438-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T15:52:28.773-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:52:28.773-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T15:52:28.774-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T15:57:24.438-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:02:24.438-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:02:28.775-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:02:28.776-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T16:02:28.777-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:07:24.439-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:12:24.439-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:12:28.778-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:12:28.778-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T16:12:28.780-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:17:24.440-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:22:24.440-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:22:28.781-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:22:28.781-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T16:22:28.782-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:27:24.441-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:32:24.441-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:32:28.783-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:32:28.784-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T16:32:28.784-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:37:24.442-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:42:24.442-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:42:28.785-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:42:28.785-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T16:42:28.787-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:47:24.443-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:52:24.443-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T16:52:28.788-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:52:28.788-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T16:52:28.789-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T16:57:24.444-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:02:24.444-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:02:28.791-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:02:28.791-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T17:02:28.792-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:07:24.445-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:12:24.446-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:12:28.794-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:12:28.794-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T17:12:28.796-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:17:24.446-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:22:24.447-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:22:28.797-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:22:28.797-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T17:22:28.798-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:27:24.447-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:32:24.448-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:32:28.799-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:32:28.800-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T17:32:28.801-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:37:24.449-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:42:24.449-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:42:28.802-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:42:28.802-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T17:42:28.804-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:47:24.450-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:52:24.450-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T17:52:28.805-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:52:28.805-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T17:52:28.806-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T17:57:24.451-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:02:24.452-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:02:28.808-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:02:28.808-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T18:02:28.810-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:07:24.452-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:12:24.453-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:12:28.811-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:12:28.811-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T18:12:28.813-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:17:24.454-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:22:24.454-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:22:28.814-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:22:28.815-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T18:22:28.816-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:27:24.455-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:32:24.455-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:32:28.817-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:32:28.817-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T18:32:28.818-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:37:24.456-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:42:24.456-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:42:28.819-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:42:28.819-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T18:42:28.821-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:47:24.457-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:52:24.457-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T18:52:28.822-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:52:28.822-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T18:52:28.824-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T18:57:24.458-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:02:24.458-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:02:28.825-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:02:28.825-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T19:02:28.827-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:07:24.459-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:12:24.459-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:12:28.828-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:12:28.828-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T19:12:28.831-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:17:24.460-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:22:24.460-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:22:28.832-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:22:28.832-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T19:22:28.833-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:27:24.461-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:32:24.461-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:32:28.838-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:32:28.838-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T19:32:28.840-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:37:24.462-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:42:24.462-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:42:28.842-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:42:28.842-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T19:42:28.844-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:47:24.463-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:52:24.464-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T19:52:28.845-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:52:28.845-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T19:52:28.846-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T19:57:24.464-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:02:24.465-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:02:28.847-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:02:28.847-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T20:02:28.850-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:07:24.465-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:12:24.466-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:12:28.851-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:12:28.852-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T20:12:28.858-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:17:24.467-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:22:24.467-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:22:28.859-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:22:28.860-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T20:22:28.864-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:27:24.468-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:32:24.469-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:32:28.865-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:32:28.865-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T20:32:28.867-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:37:24.470-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:42:24.471-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:42:28.868-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:42:28.868-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T20:42:28.870-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:47:24.472-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:52:24.472-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T20:52:28.872-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:52:28.872-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T20:52:28.879-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T20:57:24.473-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:02:24.474-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:02:28.880-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:02:28.880-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T21:02:28.881-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:07:24.474-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:12:24.475-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:12:28.882-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:12:28.882-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T21:12:28.884-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:17:24.475-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:22:24.476-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:22:28.885-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:22:28.885-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T21:22:28.887-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:27:24.477-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:32:24.477-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:32:28.889-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:32:28.889-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T21:32:28.890-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:37:24.478-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:42:24.479-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:42:28.891-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:42:28.891-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T21:42:28.893-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:47:24.479-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:52:24.480-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T21:52:28.894-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:52:28.894-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T21:52:28.896-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T21:57:24.480-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:02:24.481-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:02:28.897-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:02:28.898-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T22:02:28.899-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:07:24.482-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:12:24.482-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:12:28.900-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:12:28.901-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T22:12:28.902-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:17:24.483-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:22:24.483-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:22:28.903-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:22:28.903-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T22:22:28.905-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:27:24.484-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:32:24.485-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:32:28.906-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:32:28.906-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T22:32:28.907-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:37:24.485-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:42:24.486-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:42:28.908-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:42:28.908-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T22:42:28.910-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:47:24.487-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:52:24.487-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T22:52:28.911-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:52:28.911-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T22:52:28.913-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T22:57:24.488-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:02:24.488-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:02:28.914-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:02:28.914-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T23:02:28.916-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:07:24.489-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:12:24.490-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:12:28.917-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:12:28.917-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T23:12:28.919-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:17:24.491-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:22:24.491-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:22:28.920-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:22:28.920-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T23:22:28.922-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:27:24.492-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:32:24.493-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:32:28.924-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:32:28.924-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T23:32:28.926-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:37:24.493-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:42:24.494-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:42:28.928-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:42:28.928-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T23:42:28.931-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:47:24.494-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:52:24.495-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-05T23:52:28.932-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:52:28.932-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-05T23:52:28.935-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-05T23:57:24.495-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:02:24.496-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:02:28.937-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:02:28.937-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T00:02:28.939-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:07:24.497-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:12:24.497-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:12:28.941-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:12:28.941-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T00:12:28.943-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:17:24.498-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:22:24.498-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:22:28.944-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:22:28.945-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T00:22:28.946-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:27:24.498-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:32:24.499-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:32:28.947-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:32:28.947-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T00:32:28.949-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:37:24.499-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:42:24.500-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:42:28.951-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:42:28.951-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T00:42:28.954-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:47:24.500-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:52:24.501-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T00:52:28.955-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:52:28.955-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T00:52:28.957-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T00:57:24.502-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:02:24.503-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:02:28.959-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:02:28.959-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T01:02:28.961-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:07:24.503-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:12:24.504-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:12:28.962-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:12:28.962-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T01:12:28.964-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:17:24.505-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:22:24.506-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:22:28.965-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:22:28.965-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T01:22:28.967-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:27:24.506-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:32:24.507-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:32:28.969-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:32:28.969-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T01:32:28.970-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:37:24.507-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:42:24.508-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:42:28.972-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:42:28.972-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T01:42:28.973-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:47:24.509-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:52:24.509-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T01:52:28.975-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:52:28.975-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T01:52:28.977-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T01:57:24.510-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:02:24.510-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:02:28.978-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:02:28.978-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T02:02:28.980-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:07:24.511-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:12:24.512-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:12:28.982-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:12:28.982-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T02:12:28.984-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:17:24.512-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:22:24.513-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:22:28.985-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:22:28.985-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T02:22:28.988-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:27:24.513-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:32:24.514-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:32:28.989-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:32:28.989-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T02:32:28.990-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:37:24.514-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:42:24.515-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:42:28.992-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:42:28.992-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T02:42:28.993-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:47:24.515-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:52:24.516-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T02:52:28.994-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:52:28.995-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T02:52:28.997-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T02:57:24.516-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:02:24.517-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:02:28.998-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:02:28.998-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T03:02:29.000-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:07:24.518-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:12:24.518-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:12:29.003-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:12:29.003-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T03:12:29.005-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:17:24.519-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:22:24.520-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:22:29.006-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:22:29.007-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T03:22:29.008-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:27:24.520-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:32:24.521-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:32:29.009-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:32:29.010-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T03:32:29.012-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:37:24.521-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:42:24.522-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:42:29.013-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:42:29.013-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T03:42:29.015-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:47:24.522-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:52:24.523-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T03:52:29.016-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:52:29.016-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T03:52:29.018-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T03:57:24.524-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:02:24.524-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:02:29.019-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:02:29.019-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T04:02:29.021-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:07:24.525-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:12:24.525-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:12:29.022-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:12:29.022-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T04:12:29.025-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:17:24.526-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:22:24.526-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:22:29.026-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:22:29.026-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T04:22:29.027-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:27:24.527-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:32:24.528-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:32:29.028-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:32:29.029-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T04:32:29.030-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:37:24.528-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:42:24.529-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:42:29.034-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:42:29.034-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T04:42:29.035-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:47:24.530-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:52:24.530-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T04:52:29.036-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:52:29.037-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T04:52:29.040-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T04:57:24.531-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:02:24.532-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:02:29.041-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:02:29.041-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T05:02:29.044-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:07:24.532-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:12:24.533-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:12:29.046-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:12:29.046-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T05:12:29.048-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:17:24.534-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:22:24.534-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:22:29.049-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:22:29.049-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T05:22:29.051-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:27:24.535-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:32:24.536-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:32:29.052-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:32:29.052-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T05:32:29.054-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:37:24.536-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:42:24.537-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:42:29.055-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:42:29.055-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T05:42:29.056-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:47:24.538-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:52:24.538-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T05:52:29.057-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:52:29.057-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T05:52:29.059-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T05:57:24.539-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:02:24.540-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:02:29.060-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:02:29.060-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T06:02:29.062-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:07:24.540-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:12:24.541-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:12:29.063-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:12:29.063-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T06:12:29.065-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:17:24.542-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:22:24.542-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:22:29.066-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:22:29.066-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T06:22:29.068-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:27:24.543-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:32:24.544-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:32:29.069-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:32:29.069-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T06:32:29.071-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:37:24.544-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:42:24.545-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:42:29.072-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:42:29.072-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T06:42:29.073-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:47:24.546-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:52:24.546-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T06:52:29.074-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:52:29.074-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T06:52:29.078-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T06:57:24.547-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:02:24.548-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:02:29.080-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:02:29.080-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T07:02:29.081-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:07:24.548-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:12:24.549-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:12:29.082-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:12:29.083-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T07:12:29.084-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:17:24.550-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:22:24.550-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:22:29.085-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:22:29.085-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T07:22:29.087-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:27:24.551-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:32:24.552-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:32:29.089-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:32:29.089-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T07:32:29.097-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:37:24.552-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:42:24.553-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:42:29.098-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:42:29.098-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T07:42:29.099-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:47:24.554-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:52:24.555-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T07:52:29.103-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:52:29.103-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T07:52:29.106-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T07:57:24.555-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:02:24.556-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:02:29.107-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:02:29.107-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T08:02:29.108-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:07:24.557-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:12:24.557-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:12:29.110-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:12:29.110-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T08:12:29.111-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:17:24.558-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:22:24.558-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:22:29.112-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:22:29.112-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T08:22:29.115-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:27:24.559-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:32:24.560-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:32:29.116-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:32:29.116-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T08:32:29.118-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:37:24.561-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:42:24.561-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:42:29.119-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:42:29.119-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T08:42:29.120-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:47:24.562-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:52:24.563-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T08:52:29.121-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:52:29.122-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T08:52:29.124-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T08:57:24.564-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:02:24.564-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:02:29.125-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:02:29.125-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T09:02:29.127-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:07:24.565-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:12:24.565-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:12:29.128-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:12:29.129-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T09:12:29.130-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:17:24.566-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:22:24.567-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:22:29.131-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:22:29.131-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T09:22:29.132-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:27:24.567-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:32:24.568-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:32:29.133-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:32:29.134-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T09:32:29.135-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:37:24.568-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:42:24.569-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:42:29.136-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:42:29.136-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T09:42:29.138-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:47:24.570-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:52:24.570-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T09:52:29.140-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:52:29.140-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T09:52:29.142-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T09:57:24.571-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:02:24.572-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:02:29.143-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:02:29.143-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T10:02:29.145-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:07:24.572-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:12:24.573-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:12:29.160-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:12:29.160-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T10:12:29.162-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:17:24.574-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:22:24.574-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:22:29.163-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:22:29.163-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T10:22:29.166-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:27:24.575-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:32:24.576-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:32:29.167-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:32:29.167-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T10:32:29.170-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:37:24.576-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:42:24.577-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:42:29.171-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:42:29.171-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T10:42:29.173-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:47:24.578-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:52:24.578-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T10:52:29.175-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:52:29.175-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T10:52:29.177-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T10:57:24.579-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:02:24.580-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:02:29.179-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:02:29.179-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T11:02:29.182-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:07:24.580-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:12:24.581-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:12:29.183-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:12:29.184-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T11:12:29.185-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:17:24.582-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:22:24.582-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:22:29.187-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:22:29.187-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T11:22:29.188-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:27:24.583-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:32:24.583-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:32:29.189-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:32:29.189-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T11:32:29.191-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:37:24.584-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:42:24.584-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:42:29.191-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:42:29.192-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T11:42:29.194-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:47:24.585-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:52:24.585-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T11:52:29.195-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:52:29.195-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T11:52:29.198-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T11:57:24.586-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:02:24.587-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:02:29.199-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:02:29.199-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T12:02:29.201-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:07:24.587-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:12:24.588-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:12:29.202-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:12:29.202-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T12:12:29.204-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:17:24.588-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:22:24.589-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:22:29.206-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:22:29.206-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T12:22:29.207-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:27:24.589-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:32:24.590-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:32:29.208-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:32:29.208-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T12:32:29.209-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:37:24.590-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:42:24.591-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:42:29.210-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:42:29.210-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T12:42:29.212-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:47:24.591-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:52:24.592-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T12:52:29.213-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:52:29.213-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T12:52:29.215-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T12:57:24.592-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:02:24.593-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:02:29.216-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:02:29.216-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T13:02:29.218-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:07:24.594-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:12:24.594-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:12:29.219-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:12:29.220-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T13:12:29.221-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:17:24.595-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:22:24.595-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:22:29.222-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:22:29.222-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T13:22:29.224-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:27:24.596-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:32:24.597-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:32:29.225-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:32:29.225-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T13:32:29.226-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:37:24.598-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:42:24.598-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:42:29.227-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:42:29.227-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T13:42:29.229-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:47:24.599-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:52:24.599-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T13:52:29.230-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:52:29.230-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T13:52:29.231-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T13:57:24.600-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:02:24.600-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:02:29.232-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:02:29.233-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T14:02:29.234-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:07:24.601-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:12:24.601-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:12:29.236-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:12:29.236-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T14:12:29.237-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:17:24.602-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:22:24.602-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:22:29.238-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:22:29.238-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T14:22:29.241-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:27:24.603-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:32:24.603-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:32:29.242-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:32:29.242-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T14:32:29.244-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:37:24.604-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:42:24.604-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:42:29.245-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:42:29.245-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T14:42:29.247-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:47:24.605-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:52:24.605-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T14:52:29.248-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:52:29.248-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T14:52:29.250-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T14:57:24.606-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:02:24.606-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:02:29.251-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:02:29.251-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T15:02:29.252-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:07:24.607-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:12:24.607-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:12:29.254-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:12:29.254-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T15:12:29.255-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:17:24.608-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:22:24.609-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:22:29.257-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:22:29.257-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T15:22:29.259-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:27:24.609-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:32:24.610-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:32:29.260-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:32:29.260-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T15:32:29.261-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:37:24.610-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:42:24.611-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:42:29.262-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:42:29.263-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T15:42:29.264-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:47:24.612-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:52:24.612-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T15:52:29.265-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:52:29.265-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T15:52:29.267-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T15:57:24.613-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:02:24.614-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:02:29.268-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:02:29.268-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T16:02:29.269-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:07:24.614-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:12:24.615-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:12:29.271-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:12:29.271-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T16:12:29.272-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:17:24.616-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:22:24.616-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:22:29.274-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:22:29.274-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T16:22:29.276-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:27:24.617-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:32:24.618-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:32:29.278-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:32:29.279-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T16:32:29.281-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:37:24.618-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:42:24.619-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:42:29.282-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:42:29.282-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T16:42:29.283-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:47:24.619-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:52:24.620-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T16:52:29.284-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:52:29.284-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T16:52:29.286-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T16:57:24.620-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:02:24.621-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:02:29.287-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:02:29.287-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T17:02:29.288-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:07:24.622-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:12:24.622-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:12:29.289-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:12:29.289-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T17:12:29.291-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:17:24.623-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:22:24.623-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:22:29.292-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:22:29.292-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T17:22:29.293-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:27:24.623-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:32:24.624-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:32:29.294-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:32:29.294-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T17:32:29.296-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:37:24.624-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:42:24.625-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:42:29.297-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:42:29.297-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T17:42:29.299-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:47:24.625-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:52:24.626-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T17:52:29.300-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:52:29.300-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T17:52:29.300-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T17:57:24.626-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:02:24.626-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:02:29.302-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:02:29.302-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T18:02:29.303-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:07:24.627-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:12:24.627-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:12:29.304-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:12:29.304-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T18:12:29.311-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:17:24.628-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:22:24.628-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:22:29.312-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:22:29.312-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T18:22:29.313-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:27:24.629-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:32:24.631-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:32:29.315-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:32:29.315-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T18:32:29.316-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:37:24.631-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:42:24.631-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:42:29.317-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:42:29.317-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T18:42:29.318-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:47:24.632-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:52:24.632-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T18:52:29.319-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:52:29.319-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T18:52:29.320-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T18:57:24.633-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:02:24.633-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:02:29.322-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:02:29.322-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T19:02:29.324-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:07:24.634-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:12:24.634-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:12:29.325-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:12:29.325-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T19:12:29.327-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:17:24.635-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:22:24.636-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:22:29.328-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:22:29.328-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T19:22:29.330-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:27:24.636-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:32:24.637-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:32:29.331-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:32:29.331-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T19:32:29.332-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:37:24.637-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:42:24.638-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:42:29.333-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:42:29.333-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T19:42:29.335-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:47:24.638-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:52:24.639-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T19:52:29.336-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:52:29.336-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T19:52:29.337-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T19:57:24.640-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:02:24.640-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:02:29.338-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:02:29.338-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T20:02:29.340-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:07:24.641-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:12:24.642-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:12:29.341-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:12:29.341-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T20:12:29.343-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:17:24.642-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:22:24.643-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:22:29.344-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:22:29.344-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T20:22:29.346-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:27:24.643-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:32:24.644-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:32:29.347-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:32:29.347-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T20:32:29.348-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:37:24.645-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:42:24.645-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:42:29.349-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:42:29.350-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T20:42:29.352-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:47:24.646-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:52:24.646-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T20:52:29.353-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:52:29.353-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T20:52:29.354-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T20:57:24.647-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:02:24.648-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:02:29.355-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:02:29.355-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T21:02:29.356-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:07:24.648-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:12:24.648-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:12:29.357-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:12:29.357-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T21:12:29.359-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:17:24.649-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:22:24.650-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:22:29.359-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:22:29.360-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T21:22:29.361-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:27:24.651-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:32:24.651-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:32:29.362-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:32:29.362-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T21:32:29.364-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:37:24.652-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:42:24.652-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:42:29.366-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:42:29.366-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T21:42:29.367-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:47:24.653-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:52:24.654-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T21:52:29.369-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:52:29.369-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T21:52:29.371-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T21:57:24.654-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:02:24.655-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:02:29.372-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:02:29.372-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T22:02:29.374-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:07:24.656-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:12:24.656-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:12:29.375-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:12:29.375-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T22:12:29.378-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:17:24.657-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:22:24.658-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:22:29.379-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:22:29.379-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T22:22:29.382-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:27:24.658-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:32:24.659-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:32:29.383-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:32:29.383-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T22:32:29.385-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:37:24.660-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:42:24.660-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:42:29.386-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:42:29.386-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T22:42:29.388-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:47:24.661-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:52:24.661-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T22:52:29.389-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:52:29.390-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T22:52:29.404-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T22:57:24.662-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:02:24.663-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:02:29.405-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:02:29.405-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T23:02:29.407-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:07:24.663-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:12:24.664-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:12:29.408-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:12:29.408-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T23:12:29.411-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:17:24.665-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:22:24.665-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:22:29.412-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:22:29.412-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T23:22:29.415-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:27:24.666-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:32:24.666-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:32:29.416-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:32:29.416-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T23:32:29.418-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:37:24.667-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:42:24.668-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:42:29.420-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:42:29.420-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T23:42:29.421-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:47:24.668-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:52:24.669-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-06T23:52:29.424-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:52:29.424-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-06T23:52:29.426-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-06T23:57:24.670-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:02:24.670-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:02:29.427-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:02:29.427-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T00:02:29.428-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:07:24.670-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:12:24.671-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:12:29.429-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:12:29.429-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T00:12:29.431-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:17:24.672-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:22:24.672-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:22:29.432-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:22:29.432-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T00:22:29.434-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:27:24.673-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:32:24.673-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:32:29.435-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:32:29.435-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T00:32:29.437-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:37:24.674-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:42:24.675-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:42:29.438-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:42:29.438-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T00:42:29.440-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:47:24.675-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:52:24.676-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T00:52:29.441-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:52:29.441-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T00:52:29.443-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T00:57:24.676-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:02:24.677-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:02:29.445-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:02:29.445-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T01:02:29.447-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:07:24.678-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:12:24.678-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:12:29.448-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:12:29.448-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T01:12:29.451-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:17:24.679-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:22:24.680-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:22:29.452-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:22:29.452-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T01:22:29.454-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:27:24.680-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:32:24.681-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:32:29.455-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:32:29.455-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T01:32:29.457-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:37:24.682-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:42:24.682-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:42:29.458-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:42:29.458-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T01:42:29.461-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:47:24.683-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:52:24.684-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T01:52:29.462-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:52:29.462-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T01:52:29.465-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T01:57:24.684-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:02:24.685-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:02:29.466-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:02:29.467-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T02:02:29.469-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:07:24.685-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:12:24.686-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:12:29.471-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:12:29.471-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T02:12:29.473-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:17:24.687-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:22:24.687-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:22:29.474-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:22:29.474-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T02:22:29.475-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:27:24.688-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:32:24.688-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:32:29.476-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:32:29.476-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T02:32:29.477-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:37:24.689-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:42:24.690-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:42:29.479-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:42:29.479-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T02:42:29.481-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:47:24.690-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:52:24.691-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T02:52:29.482-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:52:29.482-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T02:52:29.483-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T02:57:24.691-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:02:24.692-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:02:29.485-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:02:29.485-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T03:02:29.486-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:07:24.693-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:12:24.693-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:12:29.487-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:12:29.488-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T03:12:29.490-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:17:24.694-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:22:24.694-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:22:29.491-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:22:29.492-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T03:22:29.494-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:27:24.695-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:32:24.695-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:32:29.495-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:32:29.495-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T03:32:29.497-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:37:24.696-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:42:24.697-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:42:29.498-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:42:29.498-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T03:42:29.499-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:47:24.698-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:52:24.699-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T03:52:29.502-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:52:29.502-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T03:52:29.504-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T03:57:24.699-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:02:24.700-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:02:29.506-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:02:29.506-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T04:02:29.508-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:07:24.700-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:12:24.701-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:12:29.509-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:12:29.509-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T04:12:29.511-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:17:24.702-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:22:24.702-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:22:29.512-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:22:29.513-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T04:22:29.514-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:27:24.703-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:32:24.703-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:32:29.516-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:32:29.516-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T04:32:29.517-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:37:24.705-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:42:24.706-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:42:29.519-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:42:29.519-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T04:42:29.521-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:47:24.707-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:52:24.707-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T04:52:29.522-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:52:29.529-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T04:52:29.537-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T04:57:24.708-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:02:24.709-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:02:29.538-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:02:29.538-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T05:02:29.541-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:07:24.709-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:12:24.711-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:12:29.542-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:12:29.542-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T05:12:29.543-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:17:24.711-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:22:24.712-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:22:29.545-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:22:29.545-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T05:22:29.548-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:27:24.713-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:32:24.714-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:32:29.550-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:32:29.550-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T05:32:29.553-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:37:24.715-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:42:24.715-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:42:29.554-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:42:29.554-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T05:42:29.555-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:47:24.716-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:52:24.716-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T05:52:29.556-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:52:29.557-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T05:52:29.558-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T05:57:24.717-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:02:24.718-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:02:29.559-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:02:29.560-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T06:02:29.563-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:07:24.718-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:12:24.719-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:12:29.564-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:12:29.564-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T06:12:29.567-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:17:24.720-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:22:24.720-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:22:29.568-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:22:29.568-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T06:22:29.570-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:27:24.721-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:32:24.722-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:32:29.571-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:32:29.571-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T06:32:29.572-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:37:24.723-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:42:24.723-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:42:29.574-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:42:29.574-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T06:42:29.575-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:47:24.724-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:52:24.724-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T06:52:29.577-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:52:29.577-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T06:52:29.578-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T06:57:24.725-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:02:24.725-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:02:29.579-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:02:29.580-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T07:02:29.581-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:07:24.726-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:12:24.726-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:12:29.582-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:12:29.583-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T07:12:29.584-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:17:24.727-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:22:24.727-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:22:29.586-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:22:29.586-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T07:22:29.587-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:27:24.728-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:32:24.729-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:32:29.588-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:32:29.589-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T07:32:29.590-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:37:24.729-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:42:24.730-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:42:29.592-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:42:29.592-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T07:42:29.594-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:47:24.731-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:52:24.732-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T07:52:29.595-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:52:29.595-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T07:52:29.597-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T07:57:24.732-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:02:24.733-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:02:29.598-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:02:29.598-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T08:02:29.600-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:07:24.733-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:12:24.734-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:12:29.602-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:12:29.602-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T08:12:29.604-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:17:24.735-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:22:24.735-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:22:29.606-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:22:29.606-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T08:22:29.608-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:27:24.736-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:32:24.736-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:32:29.609-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:32:29.609-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T08:32:29.610-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:37:24.737-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:42:24.737-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:42:29.612-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:42:29.612-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T08:42:29.614-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:47:24.738-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:52:24.738-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T08:52:29.615-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:52:29.615-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T08:52:29.621-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T08:57:24.739-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:02:24.739-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:02:29.622-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:02:29.622-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T09:02:29.627-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:07:24.740-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:12:24.741-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:12:29.628-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:12:29.628-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T09:12:29.630-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:17:24.741-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:22:24.742-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:22:29.631-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:22:29.631-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T09:22:29.633-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:27:24.742-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:32:24.743-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:32:29.634-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:32:29.634-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T09:32:29.636-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:37:24.743-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:42:24.744-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:42:29.637-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:42:29.637-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T09:42:29.639-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:47:24.744-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:52:24.744-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T09:52:29.640-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:52:29.640-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T09:52:29.642-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T09:57:24.745-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:02:24.746-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:02:29.644-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:02:29.644-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T10:02:29.645-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:07:24.746-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:12:24.747-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:12:29.647-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:12:29.647-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T10:12:29.649-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:17:24.747-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:22:24.748-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:22:29.650-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:22:29.650-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T10:22:29.651-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:27:24.748-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:32:24.749-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:32:29.652-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:32:29.653-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T10:32:29.654-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:37:24.750-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:42:24.750-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:42:29.655-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:42:29.655-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T10:42:29.658-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:47:24.750-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:52:24.751-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T10:52:29.659-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:52:29.659-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T10:52:29.661-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T10:57:24.751-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:02:24.752-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:02:29.662-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:02:29.662-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T11:02:29.664-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:07:24.752-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:12:24.753-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:12:29.665-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:12:29.665-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T11:12:29.667-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:17:24.753-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:22:24.754-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:22:29.668-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:22:29.668-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T11:22:29.670-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:27:24.754-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:32:24.755-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:32:29.671-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:32:29.671-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T11:32:29.672-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:37:24.755-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:42:24.756-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:42:29.674-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:42:29.674-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T11:42:29.676-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:47:24.756-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:47:28.592-05:00 TRACE 1844445 --- [nio-9080-exec-2] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.getMyTournament]
2026-03-07T11:47:28.596-05:00 TRACE 1844445 --- [nio-9080-exec-2] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findByJoinedUserIdOrHostUserId]: This method is not transactional.
2026-03-07T11:47:28.702-05:00 TRACE 1844445 --- [nio-9080-exec-2] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.getMyTournament]
2026-03-07T11:47:31.164-05:00 TRACE 1844445 --- [nio-9080-exec-9] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.exploreTournaments]
2026-03-07T11:47:31.193-05:00 TRACE 1844445 --- [nio-9080-exec-9] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAllByPrivacyId]: This method is not transactional.
2026-03-07T11:47:31.213-05:00 TRACE 1844445 --- [nio-9080-exec-9] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.exploreTournaments]
2026-03-07T11:47:33.075-05:00 TRACE 1844445 --- [nio-9080-exec-5] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.exploreTournaments]
2026-03-07T11:47:33.076-05:00 TRACE 1844445 --- [nio-9080-exec-5] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAllByPrivacyId]: This method is not transactional.
2026-03-07T11:47:33.077-05:00 TRACE 1844445 --- [nio-9080-exec-5] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.exploreTournaments]
2026-03-07T11:47:33.090-05:00 TRACE 1844445 --- [nio-9080-exec-6] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.exploreTournaments]
2026-03-07T11:47:33.090-05:00 TRACE 1844445 --- [nio-9080-exec-6] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findAllByPrivacyId]: This method is not transactional.
2026-03-07T11:47:33.092-05:00 TRACE 1844445 --- [nio-9080-exec-6] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.exploreTournaments]
2026-03-07T11:47:39.799-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getPublicTeamsPage]
2026-03-07T11:47:39.800-05:00 TRACE 1844445 --- [nio-9080-exec-8] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getMyTeams]
2026-03-07T11:47:39.800-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.getPublicTeamsPageProjected]: This method is not transactional.
2026-03-07T11:47:39.800-05:00 TRACE 1844445 --- [nio-9080-exec-8] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.getMyTeamsPageProjected]: This method is not transactional.
2026-03-07T11:47:39.806-05:00 TRACE 1844445 --- [nio-9080-exec-8] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getMyTeams]
2026-03-07T11:47:39.807-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getPublicTeamsPage]
2026-03-07T11:47:44.166-05:00 TRACE 1844445 --- [nio-9080-exec-2] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.getMyTournament]
2026-03-07T11:47:44.167-05:00 TRACE 1844445 --- [nio-9080-exec-2] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findByJoinedUserIdOrHostUserId]: This method is not transactional.
2026-03-07T11:47:44.169-05:00 TRACE 1844445 --- [nio-9080-exec-2] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.tournament.service.serviceimpl.TournamentServiceImpl.getMyTournament]
2026-03-07T11:49:07.786-05:00 TRACE 1844445 --- [nio-9080-exec-6] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getPublicTeamsPage]
2026-03-07T11:49:07.786-05:00 TRACE 1844445 --- [nio-9080-exec-6] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.getPublicTeamsPageProjected]: This method is not transactional.
2026-03-07T11:49:07.787-05:00 TRACE 1844445 --- [nio-9080-exec-6] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getPublicTeamsPage]
2026-03-07T11:49:07.802-05:00 TRACE 1844445 --- [nio-9080-exec-8] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getMyTeams]
2026-03-07T11:49:07.802-05:00 TRACE 1844445 --- [nio-9080-exec-8] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.getMyTeamsPageProjected]: This method is not transactional.
2026-03-07T11:49:07.804-05:00 TRACE 1844445 --- [nio-9080-exec-8] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getMyTeams]
2026-03-07T11:49:30.010-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.createTeam]
2026-03-07T11:49:30.020-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]
2026-03-07T11:49:30.098-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]
2026-03-07T11:49:30.100-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.team.service.serviceimpl.TeamPlayerServiceImpl.create]
2026-03-07T11:49:30.102-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]
2026-03-07T11:49:30.109-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.save]
2026-03-07T11:49:30.109-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.team.service.serviceimpl.TeamPlayerServiceImpl.create]
2026-03-07T11:49:30.131-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.point.service.serviceimpl.ActionRuleServiceImpl.getActionsRulesByServiceName]
2026-03-07T11:49:30.133-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findByServiceName]: This method is not transactional.
2026-03-07T11:49:30.147-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.point.service.serviceimpl.ActionRuleServiceImpl.getActionsRulesByServiceName]
2026-03-07T11:49:30.148-05:00 TRACE 1844445 --- [nio-9080-exec-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.createTeam]
2026-03-07T11:49:31.546-05:00 TRACE 1844445 --- [nio-9080-exec-3] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getMyTeams]
2026-03-07T11:49:31.546-05:00 TRACE 1844445 --- [nio-9080-exec-3] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.getMyTeamsPageProjected]: This method is not transactional.
2026-03-07T11:49:31.561-05:00 TRACE 1844445 --- [nio-9080-exec-3] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.team.service.serviceimpl.TeamServiceImpl.getMyTeams]
2026-03-07T11:52:24.757-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T11:52:29.678-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:52:29.678-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T11:52:29.680-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T11:57:24.757-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:02:24.758-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:02:29.682-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:02:29.682-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T12:02:29.684-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:07:24.758-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:12:24.759-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:12:29.686-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:12:29.686-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T12:12:29.688-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:17:24.759-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:22:24.760-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:22:29.689-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:22:29.689-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T12:22:29.691-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:27:24.761-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:32:24.761-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:32:29.692-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:32:29.692-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T12:32:29.693-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:37:24.762-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:42:24.763-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:42:29.694-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:42:29.694-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T12:42:29.695-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:47:24.764-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:52:24.764-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T12:52:29.696-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:52:29.696-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T12:52:29.698-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T12:57:24.765-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:02:24.766-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:02:29.700-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:02:29.700-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T13:02:29.702-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:07:24.767-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:12:24.767-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:12:29.703-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:12:29.703-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T13:12:29.704-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:17:24.768-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:22:24.769-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:22:29.705-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:22:29.706-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T13:22:29.707-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:27:24.769-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:32:24.770-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:32:29.708-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:32:29.708-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T13:32:29.710-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:37:24.771-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:42:24.771-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:42:29.711-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:42:29.711-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T13:42:29.713-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:47:24.772-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:52:24.773-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T13:52:29.714-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:52:29.715-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T13:52:29.716-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T13:57:24.774-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:02:24.774-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:02:29.717-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:02:29.717-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T14:02:29.720-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:07:24.775-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:12:24.775-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:12:29.721-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:12:29.722-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T14:12:29.723-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:17:24.776-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:22:24.777-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:22:29.724-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:22:29.725-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T14:22:29.726-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:27:24.777-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:32:24.778-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:32:29.727-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:32:29.728-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T14:32:29.730-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:37:24.779-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:42:24.780-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:42:29.731-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:42:29.731-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T14:42:29.733-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:47:24.780-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:52:24.781-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T14:52:29.734-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:52:29.734-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T14:52:29.736-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T14:57:24.781-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:02:24.782-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:02:29.737-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:02:29.737-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T15:02:29.739-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:07:24.783-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:12:24.783-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:12:29.740-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:12:29.740-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T15:12:29.742-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:17:24.784-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:22:24.785-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:22:29.743-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:22:29.743-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T15:22:29.745-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:27:24.785-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:32:24.786-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:32:29.746-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:32:29.746-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T15:32:29.753-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:37:24.786-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:42:24.787-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:42:29.772-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:42:29.772-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T15:42:29.774-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:47:24.788-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:52:24.788-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T15:52:29.775-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:52:29.775-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T15:52:29.777-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T15:57:24.789-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:02:24.789-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:02:29.778-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:02:29.778-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T16:02:29.780-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:07:24.790-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:12:24.791-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:12:29.781-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:12:29.781-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T16:12:29.784-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:17:24.791-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:22:24.792-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:22:29.785-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:22:29.785-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T16:22:29.786-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:27:24.793-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:32:24.793-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:32:29.787-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:32:29.788-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T16:32:29.789-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:37:24.794-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:42:24.795-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:42:29.790-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:42:29.790-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T16:42:29.792-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:47:24.795-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:52:24.796-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T16:52:29.793-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:52:29.794-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T16:52:29.797-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T16:57:24.796-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:02:24.797-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:02:29.798-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:02:29.798-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T17:02:29.799-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:07:24.797-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:12:24.798-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:12:29.800-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:12:29.800-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T17:12:29.802-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:17:24.798-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:22:24.799-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:22:29.803-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:22:29.803-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T17:22:29.804-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:27:24.800-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:32:24.800-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:32:29.806-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:32:29.806-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T17:32:29.808-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:37:24.801-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:42:24.802-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:42:29.809-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:42:29.809-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T17:42:29.810-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:47:24.802-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:52:24.803-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T17:52:29.811-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:52:29.812-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T17:52:29.814-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T17:57:24.804-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:02:24.804-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:02:29.815-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:02:29.815-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T18:02:29.817-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:07:24.805-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:12:24.806-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:12:29.818-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:12:29.818-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T18:12:29.819-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:17:24.806-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:22:24.808-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:22:29.821-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:22:29.821-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T18:22:29.822-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:27:24.809-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:32:24.809-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:32:29.823-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:32:29.823-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T18:32:29.825-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:37:24.810-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:42:24.811-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:42:29.826-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:42:29.826-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T18:42:29.828-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:47:24.811-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:52:24.812-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T18:52:29.830-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:52:29.830-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T18:52:29.831-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T18:57:24.812-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:02:24.813-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:02:29.832-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:02:29.832-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T19:02:29.833-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:07:24.814-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:12:24.815-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:12:29.834-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:12:29.835-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T19:12:29.836-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:17:24.815-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:22:24.816-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:22:29.837-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:22:29.838-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T19:22:29.840-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:27:24.816-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:32:24.817-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:32:29.841-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:32:29.841-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T19:32:29.843-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:37:24.817-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:42:24.818-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:42:29.844-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:42:29.844-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T19:42:29.845-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:47:24.818-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:52:24.819-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T19:52:29.846-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:52:29.846-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T19:52:29.848-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T19:57:24.820-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:02:24.821-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:02:29.850-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:02:29.850-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T20:02:29.852-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:07:24.821-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:12:24.822-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:12:29.853-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:12:29.853-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T20:12:29.855-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:17:24.822-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:22:24.823-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:22:29.856-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:22:29.856-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T20:22:29.857-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:27:24.823-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:32:24.824-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:32:29.859-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:32:29.859-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T20:32:29.860-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:37:24.825-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:42:24.826-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:42:29.861-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:42:29.861-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T20:42:29.863-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:47:24.826-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:52:24.827-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T20:52:29.864-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:52:29.864-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T20:52:29.866-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T20:57:24.827-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:02:24.828-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:02:29.867-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:02:29.867-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T21:02:29.869-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:07:24.828-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:12:24.829-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:12:29.870-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:12:29.870-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T21:12:29.872-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:17:24.829-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:22:24.830-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:22:29.873-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:22:29.874-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T21:22:29.875-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:27:24.831-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:32:24.831-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:32:29.877-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:32:29.877-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T21:32:29.878-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:37:24.832-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:42:24.832-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:42:29.879-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:42:29.879-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T21:42:29.881-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:47:24.833-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:52:24.833-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T21:52:29.882-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:52:29.883-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T21:52:29.884-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T21:57:24.834-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:02:24.834-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:02:29.886-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:02:29.886-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T22:02:29.887-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:07:24.835-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:12:24.836-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:12:29.888-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:12:29.888-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T22:12:29.890-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:17:24.836-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:22:24.837-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:22:29.891-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:22:29.891-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T22:22:29.894-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:27:24.838-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:32:24.838-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:32:29.895-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:32:29.895-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T22:32:29.896-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:37:24.839-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:42:24.839-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:42:29.897-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:42:29.898-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T22:42:29.899-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:47:24.840-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:52:24.841-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T22:52:29.900-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:52:29.900-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T22:52:29.901-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T22:57:24.842-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:02:24.842-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:02:29.902-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:02:29.903-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T23:02:29.904-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:07:24.843-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:12:24.843-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:12:29.906-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:12:29.906-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T23:12:29.907-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:17:24.844-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:22:24.845-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:22:29.908-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:22:29.909-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T23:22:29.910-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:27:24.845-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:32:24.846-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:32:29.911-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:32:29.911-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T23:32:29.913-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:37:24.846-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:42:24.847-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:42:29.914-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:42:29.914-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T23:42:29.916-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:47:24.848-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:52:24.849-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-07T23:52:29.917-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:52:29.917-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-07T23:52:29.919-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-07T23:57:24.849-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:02:24.849-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:02:29.920-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:02:29.920-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T00:02:29.922-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:07:24.850-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:12:24.851-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:12:29.923-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:12:29.923-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T00:12:29.925-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:17:24.851-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:22:24.852-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:22:29.926-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:22:29.926-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T00:22:29.928-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:27:24.853-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:32:24.853-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:32:29.929-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:32:29.929-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T00:32:29.931-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:37:24.854-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:42:24.854-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:42:29.932-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:42:29.932-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T00:42:29.934-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:47:24.855-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:52:24.856-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T00:52:29.935-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:52:29.935-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T00:52:29.937-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T00:57:24.856-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:02:24.857-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:02:29.938-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:02:29.938-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T01:02:29.940-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:07:24.858-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:12:24.858-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:12:29.941-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:12:29.941-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T01:12:29.942-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:17:24.859-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:22:24.859-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:22:29.943-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:22:29.943-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T01:22:29.946-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:27:24.860-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:32:24.861-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:32:29.947-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:32:29.947-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T01:32:29.949-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:37:24.861-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:42:24.862-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:42:29.950-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:42:29.950-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T01:42:29.952-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:47:24.862-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:52:24.863-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T01:52:29.953-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:52:29.953-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T01:52:29.955-05:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T01:57:24.864-05:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:02:24.864-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:02:29.956-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:02:29.956-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T03:02:29.958-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:07:24.865-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:12:24.866-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:12:29.959-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:12:29.959-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T03:12:29.967-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:17:24.866-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:22:24.867-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:22:29.968-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:22:29.968-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T03:22:29.970-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:27:24.868-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:32:24.868-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:32:29.971-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:32:29.971-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T03:32:29.973-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:37:24.869-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:42:24.869-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:42:29.974-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:42:29.974-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T03:42:29.976-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:47:24.870-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:52:24.871-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T03:52:29.976-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:52:29.977-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T03:52:29.978-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T03:57:24.871-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:02:24.872-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:02:29.979-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:02:29.979-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T04:02:29.981-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:07:24.873-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:12:24.873-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:12:29.982-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:12:29.982-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T04:12:29.983-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:17:24.874-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:22:24.875-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:22:29.985-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:22:29.985-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T04:22:29.988-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:27:24.875-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:32:24.875-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:32:29.989-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:32:29.989-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T04:32:29.991-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:37:24.876-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:42:24.877-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:42:29.992-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:42:29.992-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T04:42:29.994-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:47:24.878-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:52:24.878-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T04:52:29.995-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:52:29.995-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T04:52:29.997-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T04:57:24.879-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:02:24.879-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:02:29.998-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:02:29.998-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T05:02:30.000-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:07:24.880-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:12:24.880-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:12:30.002-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:12:30.002-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T05:12:30.004-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:17:24.881-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:22:24.882-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:22:30.005-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:22:30.006-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T05:22:30.007-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:27:24.883-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:32:24.883-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:32:30.008-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:32:30.008-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T05:32:30.011-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:37:24.884-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:42:24.885-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:42:30.012-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:42:30.012-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T05:42:30.014-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:47:24.885-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:52:24.886-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T05:52:30.015-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:52:30.015-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T05:52:30.017-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T05:57:24.886-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:02:24.887-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:02:30.018-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:02:30.018-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T06:02:30.020-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:07:24.887-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:12:24.888-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:12:30.021-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:12:30.021-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T06:12:30.022-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:17:24.889-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:22:24.889-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:22:30.024-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:22:30.024-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T06:22:30.026-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:27:24.890-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:32:24.890-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:32:30.027-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:32:30.028-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T06:32:30.029-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:37:24.891-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:42:24.891-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:42:30.031-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:42:30.031-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T06:42:30.033-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:47:24.892-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:52:24.893-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T06:52:30.034-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:52:30.034-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T06:52:30.035-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T06:57:24.894-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:02:24.894-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:02:30.036-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:02:30.037-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T07:02:30.038-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:07:24.895-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:12:24.895-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:12:30.039-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:12:30.039-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T07:12:30.041-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:17:24.896-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:22:24.896-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:22:30.042-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:22:30.043-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T07:22:30.044-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:27:24.897-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:32:24.897-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:32:30.045-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:32:30.045-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T07:32:30.046-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:37:24.898-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:42:24.899-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:42:30.048-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:42:30.048-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T07:42:30.049-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:47:24.899-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:52:24.900-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T07:52:30.050-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:52:30.051-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T07:52:30.052-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T07:57:24.900-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:02:24.901-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:02:30.054-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:02:30.054-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T08:02:30.056-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:07:24.901-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:12:24.902-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:12:30.058-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:12:30.059-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T08:12:30.060-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:17:24.902-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:22:24.903-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:22:30.061-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:22:30.061-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T08:22:30.062-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:27:24.904-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:32:24.904-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:32:30.064-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:32:30.064-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T08:32:30.065-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:37:24.905-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:42:24.905-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:42:30.066-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:42:30.067-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T08:42:30.068-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:47:24.906-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:52:24.907-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T08:52:30.069-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:52:30.069-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T08:52:30.071-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T08:57:24.907-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:02:24.908-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:02:30.072-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:02:30.073-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T09:02:30.074-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:07:24.909-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:12:24.909-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:12:30.076-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:12:30.076-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T09:12:30.079-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:17:24.910-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:22:24.910-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:22:30.080-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:22:30.080-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T09:22:30.082-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:27:24.911-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:32:24.912-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:32:30.083-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:32:30.084-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T09:32:30.085-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:37:24.913-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:42:24.913-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:42:30.086-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:42:30.087-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T09:42:30.088-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:47:24.914-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:52:24.915-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T09:52:30.089-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:52:30.089-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T09:52:30.091-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T09:57:24.915-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:02:24.916-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:02:30.092-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:02:30.092-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T10:02:30.094-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:07:24.917-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:12:24.917-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:12:30.095-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:12:30.095-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T10:12:30.098-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:17:24.918-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:22:24.919-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:22:30.099-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:22:30.099-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T10:22:30.102-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:27:24.919-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:32:24.920-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:32:30.103-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:32:30.103-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T10:32:30.105-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:37:24.921-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:42:24.921-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:42:30.106-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:42:30.106-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T10:42:30.107-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:47:24.922-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:52:24.922-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T10:52:30.108-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:52:30.108-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T10:52:30.110-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T10:57:24.923-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:02:24.924-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:02:30.111-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:02:30.112-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T11:02:30.113-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:07:24.924-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:12:24.925-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:12:30.115-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:12:30.115-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T11:12:30.117-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:17:24.926-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:22:24.927-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:22:30.119-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:22:30.119-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T11:22:30.120-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:27:24.927-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:32:24.928-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:32:30.121-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:32:30.122-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T11:32:30.123-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:37:24.928-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:42:24.929-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:42:30.124-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:42:30.125-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T11:42:30.126-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:47:24.929-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:52:24.930-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T11:52:30.127-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:52:30.127-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T11:52:30.129-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T11:57:24.931-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:02:24.931-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:02:30.130-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:02:30.130-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T12:02:30.132-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:07:24.932-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:12:24.932-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:12:30.133-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:12:30.133-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T12:12:30.135-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:17:24.933-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:22:24.933-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:22:30.137-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:22:30.137-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T12:22:30.140-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:27:24.934-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:32:24.934-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:32:30.140-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:32:30.141-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T12:32:30.143-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:37:24.935-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:42:24.935-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:42:30.144-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:42:30.144-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T12:42:30.145-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:47:24.936-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:52:24.937-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T12:52:30.146-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:52:30.146-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T12:52:30.148-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T12:57:24.937-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:02:24.938-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:02:30.150-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:02:30.150-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T13:02:30.152-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:07:24.939-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:12:24.939-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:12:30.153-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:12:30.153-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T13:12:30.156-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:17:24.940-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:22:24.941-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:22:30.157-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:22:30.157-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T13:22:30.159-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:27:24.941-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:32:24.942-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:32:30.160-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:32:30.160-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T13:32:30.161-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:37:24.942-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:42:24.943-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:42:30.162-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:42:30.162-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T13:42:30.165-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:47:24.944-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:52:24.944-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T13:52:30.166-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:52:30.166-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T13:52:30.174-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T13:57:24.945-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:02:24.945-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:02:30.175-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:02:30.176-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T14:02:30.189-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:07:24.946-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:12:24.947-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:12:30.190-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:12:30.191-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T14:12:30.192-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:17:24.947-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:22:24.948-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:22:30.193-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:22:30.193-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T14:22:30.194-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:27:24.949-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:32:24.949-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:32:30.195-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:32:30.195-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T14:32:30.197-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:37:24.950-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:42:24.950-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:42:30.198-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:42:30.198-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T14:42:30.200-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:47:24.951-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:52:24.952-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T14:52:30.201-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:52:30.201-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T14:52:30.202-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T14:57:24.952-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:02:24.953-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:02:30.204-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:02:30.204-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T15:02:30.206-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:07:24.954-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:12:24.954-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:12:30.208-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:12:30.208-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T15:12:30.210-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:17:24.955-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:22:24.955-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:22:30.211-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:22:30.211-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T15:22:30.213-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:27:24.956-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:32:24.957-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:32:30.214-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:32:30.214-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T15:32:30.215-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:37:24.957-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:42:24.958-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:42:30.217-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:42:30.217-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T15:42:30.219-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:47:24.959-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:52:24.959-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T15:52:30.220-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:52:30.220-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T15:52:30.222-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T15:57:24.960-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:02:24.960-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:02:30.223-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:02:30.223-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T16:02:30.224-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:07:24.961-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:12:24.962-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:12:30.225-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:12:30.225-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T16:12:30.227-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:17:24.962-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:22:24.963-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:22:30.229-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:22:30.229-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T16:22:30.231-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:27:24.964-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:32:24.964-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:32:30.232-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:32:30.232-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T16:32:30.234-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:37:24.965-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:42:24.965-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:42:30.235-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:42:30.236-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T16:42:30.237-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:47:24.966-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:52:24.966-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T16:52:30.238-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:52:30.238-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T16:52:30.240-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T16:57:24.967-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:02:24.967-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:02:30.241-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:02:30.241-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T17:02:30.242-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:07:24.968-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:12:24.969-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:12:30.243-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:12:30.244-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T17:12:30.245-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:17:24.969-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:22:24.970-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:22:30.246-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:22:30.246-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T17:22:30.247-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:27:24.971-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:32:24.971-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:32:30.249-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:32:30.249-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T17:32:30.250-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:37:24.972-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:42:24.973-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:42:30.251-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:42:30.251-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T17:42:30.253-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:47:24.973-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:52:24.974-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T17:52:30.254-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:52:30.254-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T17:52:30.256-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T17:57:24.974-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:02:24.975-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:02:30.257-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:02:30.257-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T18:02:30.257-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:07:24.975-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:12:24.976-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:12:30.258-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:12:30.259-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T18:12:30.260-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:17:24.976-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:22:24.976-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:22:30.261-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:22:30.261-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T18:22:30.263-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:27:24.977-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:32:24.978-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:32:30.264-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:32:30.264-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T18:32:30.265-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:37:24.978-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:42:24.979-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:42:30.266-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:42:30.267-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T18:42:30.268-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:47:24.980-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:52:24.980-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T18:52:30.269-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:52:30.269-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T18:52:30.271-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T18:57:24.981-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:02:24.982-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:02:30.272-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:02:30.272-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T19:02:30.273-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:07:24.982-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:12:24.983-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:12:30.274-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:12:30.274-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T19:12:30.276-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:17:24.983-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:22:24.984-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:22:30.277-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:22:30.277-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T19:22:30.278-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:27:24.984-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:32:24.984-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:32:30.279-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:32:30.279-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T19:32:30.279-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:37:24.985-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:42:24.985-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:42:30.281-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:42:30.281-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T19:42:30.281-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:47:24.986-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:52:24.986-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T19:52:30.282-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:52:30.282-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T19:52:30.283-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T19:57:24.987-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:02:24.987-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:02:30.285-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:02:30.285-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T20:02:30.286-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:07:24.988-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:12:24.988-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:12:30.287-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:12:30.287-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T20:12:30.289-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:17:24.989-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:22:24.990-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:22:30.290-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:22:30.290-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T20:22:30.292-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:27:24.991-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:32:24.991-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:32:30.293-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:32:30.294-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T20:32:30.295-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:37:24.992-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:42:24.992-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:42:30.296-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:42:30.296-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T20:42:30.298-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:47:24.993-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:52:24.993-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T20:52:30.300-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:52:30.300-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T20:52:30.302-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T20:57:24.994-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:02:24.995-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:02:30.303-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:02:30.303-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T21:02:30.305-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:07:24.995-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:12:24.996-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:12:30.306-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:12:30.306-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T21:12:30.308-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:17:24.997-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:22:24.997-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:22:30.309-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:22:30.309-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T21:22:30.311-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:27:24.998-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:32:24.999-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:32:30.313-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:32:30.313-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T21:32:30.315-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:37:24.999-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:42:25.000-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:42:30.316-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:42:30.316-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T21:42:30.319-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:47:25.004-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:52:25.005-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T21:52:30.320-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:52:30.320-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T21:52:30.323-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T21:57:25.005-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:02:25.006-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:02:30.324-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:02:30.324-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T22:02:30.325-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:07:25.006-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:12:25.007-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:12:30.326-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:12:30.326-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T22:12:30.328-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:17:25.008-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:22:25.008-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:22:30.329-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:22:30.329-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T22:22:30.331-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:27:25.009-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:32:25.010-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:32:30.332-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:32:30.332-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T22:32:30.333-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:37:25.010-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:42:25.011-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:42:30.334-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:42:30.334-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T22:42:30.336-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:47:25.011-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:52:25.012-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T22:52:30.337-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:52:30.337-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T22:52:30.339-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T22:57:25.013-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:02:25.013-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:02:30.340-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:02:30.340-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T23:02:30.341-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:07:25.014-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:12:25.014-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:12:30.342-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:12:30.343-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T23:12:30.344-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:17:25.015-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:22:25.015-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:22:30.345-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:22:30.345-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T23:22:30.346-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:27:25.016-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:32:25.016-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:32:30.347-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:32:30.347-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T23:32:30.350-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:37:25.017-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:42:25.018-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:42:30.351-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:42:30.351-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T23:42:30.353-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:47:25.019-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:52:25.019-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-08T23:52:30.354-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:52:30.354-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-08T23:52:30.356-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-08T23:57:25.020-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:02:25.020-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:02:30.357-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:02:30.358-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T00:02:30.359-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:07:25.021-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:12:25.021-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:12:30.361-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:12:30.361-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T00:12:30.362-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:17:25.022-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:22:25.022-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:22:30.363-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:22:30.364-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T00:22:30.365-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:27:25.023-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:32:25.024-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:32:30.367-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:32:30.367-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T00:32:30.375-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:37:25.024-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:42:25.025-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:42:30.377-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:42:30.377-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T00:42:30.378-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:47:25.025-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:52:25.026-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T00:52:30.379-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:52:30.379-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T00:52:30.381-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T00:57:25.026-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:02:25.027-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:02:30.382-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:02:30.382-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T01:02:30.384-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:07:25.028-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:12:25.028-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:12:30.385-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:12:30.385-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T01:12:30.387-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:17:25.029-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:22:25.030-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:22:30.388-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:22:30.389-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T01:22:30.391-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:27:25.030-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:32:25.031-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:32:30.392-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:32:30.392-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T01:32:30.393-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:37:25.031-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:42:25.032-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:42:30.394-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:42:30.394-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T01:42:30.396-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:47:25.033-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:52:25.033-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T01:52:30.398-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:52:30.398-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T01:52:30.400-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T01:57:25.034-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:02:25.034-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:02:30.401-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:02:30.402-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T02:02:30.403-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:07:25.035-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:12:25.036-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:12:30.404-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:12:30.405-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T02:12:30.407-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:17:25.037-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:22:25.037-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:22:30.408-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:22:30.408-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T02:22:30.410-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:27:25.038-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:32:25.038-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:32:30.411-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:32:30.411-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T02:32:30.413-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:37:25.039-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:42:25.040-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:42:30.415-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:42:30.415-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T02:42:30.418-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:47:25.040-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:52:25.041-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T02:52:30.419-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:52:30.419-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T02:52:30.421-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T02:57:25.041-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:02:25.042-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:02:30.422-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:02:30.422-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T03:02:30.424-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:07:25.043-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:12:25.043-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:12:30.426-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:12:30.426-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T03:12:30.429-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:17:25.044-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:22:25.045-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:22:30.430-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:22:30.430-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T03:22:30.431-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:27:25.045-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:32:25.046-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:32:30.432-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:32:30.432-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T03:32:30.435-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:37:25.047-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:42:25.047-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:42:30.437-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:42:30.437-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T03:42:30.442-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:47:25.048-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:52:25.049-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T03:52:30.443-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:52:30.443-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T03:52:30.444-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T03:57:25.050-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:02:25.050-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:02:30.445-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:02:30.445-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T04:02:30.448-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:07:25.052-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:12:25.053-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:12:30.449-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:12:30.449-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T04:12:30.450-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:17:25.053-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:22:25.054-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:22:30.451-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:22:30.452-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T04:22:30.453-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:27:25.054-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:32:25.055-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:32:30.454-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:32:30.454-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T04:32:30.456-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:37:25.055-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:42:25.056-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:42:30.457-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:42:30.457-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T04:42:30.459-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:47:25.195-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:52:25.196-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T04:52:30.461-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:52:30.461-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T04:52:30.463-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T04:57:25.196-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:02:25.197-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:02:30.464-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:02:30.464-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T05:02:30.465-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:07:25.197-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:12:25.198-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:12:30.466-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:12:30.467-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T05:12:30.469-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:17:25.199-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:22:25.199-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:22:30.471-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:22:30.472-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T05:22:30.473-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:27:25.200-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:32:25.201-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:32:30.476-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:32:30.476-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T05:32:30.478-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:37:25.201-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:42:25.202-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:42:30.479-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:42:30.480-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T05:42:30.481-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:47:25.203-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:52:25.204-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T05:52:30.482-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:52:30.482-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T05:52:30.484-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T05:57:25.204-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:02:25.205-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:02:30.485-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:02:30.485-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T06:02:30.487-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:07:25.206-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:12:25.206-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:12:30.489-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:12:30.489-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T06:12:30.491-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:17:25.207-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:22:25.208-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:22:30.492-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:22:30.492-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T06:22:30.494-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:27:25.208-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:32:25.209-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:32:30.495-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:32:30.495-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T06:32:30.498-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:37:25.210-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:42:25.210-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:42:30.499-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:42:30.499-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T06:42:30.500-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:47:25.211-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:52:25.211-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T06:52:30.501-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:52:30.501-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T06:52:30.503-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T06:57:25.212-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:02:25.213-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:02:30.504-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:02:30.505-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T07:02:30.506-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:07:25.213-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:12:25.214-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:12:30.507-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:12:30.507-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T07:12:30.509-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:17:25.215-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:22:25.216-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:22:30.510-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:22:30.510-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T07:22:30.512-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:27:25.216-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:32:25.217-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:32:30.513-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:32:30.513-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T07:32:30.515-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:37:25.217-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:42:25.218-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:42:30.516-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:42:30.516-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T07:42:30.519-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:47:25.219-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:52:25.219-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T07:52:30.520-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:52:30.520-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T07:52:30.522-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T07:57:25.220-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:02:25.221-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:02:30.523-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:02:30.523-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T08:02:30.525-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:07:25.222-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:12:25.222-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:12:30.526-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:12:30.527-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T08:12:30.528-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:17:25.223-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:22:25.223-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:22:30.529-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:22:30.529-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T08:22:30.532-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:27:25.224-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:32:25.225-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:32:30.533-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:32:30.533-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T08:32:30.535-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:37:25.225-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:42:25.226-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:42:30.537-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:42:30.537-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T08:42:30.539-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:47:25.226-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:52:25.227-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T08:52:30.540-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:52:30.540-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T08:52:30.543-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T08:57:25.228-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:02:25.228-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:02:30.544-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:02:30.544-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T09:02:30.546-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:07:25.229-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:12:25.230-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:12:30.547-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:12:30.548-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T09:12:30.550-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:17:25.230-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:22:25.231-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:22:30.551-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:22:30.551-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T09:22:30.553-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:27:25.231-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:32:25.232-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:32:30.554-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:32:30.554-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T09:32:30.556-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:37:25.232-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:42:25.233-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:42:30.557-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:42:30.557-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T09:42:30.558-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:47:25.234-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:52:25.235-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T09:52:30.560-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:52:30.560-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T09:52:30.562-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T09:57:25.235-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:02:25.236-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:02:30.563-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:02:30.563-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T10:02:30.565-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:07:25.236-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:12:25.237-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:12:30.566-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:12:30.566-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T10:12:30.568-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:17:25.238-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:22:25.238-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:22:30.569-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:22:30.570-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T10:22:30.572-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:27:25.239-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:32:25.240-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:32:30.573-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:32:30.573-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T10:32:30.574-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:37:25.240-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:42:25.241-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:42:30.575-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:42:30.575-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T10:42:30.576-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:47:25.242-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:52:25.243-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T10:52:30.577-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:52:30.577-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T10:52:30.579-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T10:57:25.243-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:02:25.244-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:02:30.580-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:02:30.580-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T11:02:30.581-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:07:25.245-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:12:25.245-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:12:30.582-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:12:30.582-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T11:12:30.590-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:17:25.246-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:22:25.246-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:22:30.591-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:22:30.591-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T11:22:30.593-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:27:25.247-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:32:25.248-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:32:30.595-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:32:30.595-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T11:32:30.597-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:37:25.249-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:42:25.249-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:42:30.599-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:42:30.599-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T11:42:30.600-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:47:25.250-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:52:25.251-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T11:52:30.601-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:52:30.601-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T11:52:30.602-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T11:57:25.251-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:02:25.252-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:02:30.603-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:02:30.604-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T12:02:30.606-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:07:25.253-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:12:25.254-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:12:30.607-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:12:30.607-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T12:12:30.610-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:17:25.254-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:22:25.255-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:22:30.611-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:22:30.612-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T12:22:30.613-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:27:25.256-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:32:25.256-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:32:30.614-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:32:30.614-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T12:32:30.615-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:37:25.257-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:42:25.258-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:42:30.616-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:42:30.617-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T12:42:30.618-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:47:25.258-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:52:25.259-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T12:52:30.619-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:52:30.619-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T12:52:30.621-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T12:57:25.260-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:02:25.260-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:02:30.622-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:02:30.623-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T13:02:30.624-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:07:25.261-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:12:25.262-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:12:30.626-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:12:30.626-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T13:12:30.628-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:17:25.262-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:22:25.263-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:22:30.629-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:22:30.629-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T13:22:30.630-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:27:25.263-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:32:25.264-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:32:30.631-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:32:30.631-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T13:32:30.633-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:37:25.265-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:42:25.265-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:42:30.634-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:42:30.634-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T13:42:30.636-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:47:25.266-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:52:25.267-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T13:52:30.637-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:52:30.637-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T13:52:30.639-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T13:57:25.267-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:02:25.268-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:02:30.640-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:02:30.640-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T14:02:30.642-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:07:25.268-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:12:25.269-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:12:30.643-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:12:30.644-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T14:12:30.645-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:17:25.270-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:22:25.270-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:22:30.646-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:22:30.646-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T14:22:30.648-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:27:25.271-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:32:25.272-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:32:30.649-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:32:30.649-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T14:32:30.651-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:37:25.272-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:42:25.273-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:42:30.652-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:42:30.652-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T14:42:30.654-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:47:25.274-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:52:25.274-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T14:52:30.655-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:52:30.655-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T14:52:30.657-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T14:57:25.275-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:02:25.276-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:02:30.658-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:02:30.658-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T15:02:30.659-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:07:25.276-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:12:25.277-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:12:30.660-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:12:30.661-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T15:12:30.662-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:17:25.278-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:22:25.278-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:22:30.664-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:22:30.664-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T15:22:30.665-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:27:25.279-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:32:25.280-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:32:30.666-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:32:30.666-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T15:32:30.668-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:37:25.280-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:42:25.281-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:42:30.669-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:42:30.669-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T15:42:30.670-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:47:25.281-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:52:25.282-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T15:52:30.671-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:52:30.672-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T15:52:30.674-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T15:57:25.283-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:02:25.283-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:02:30.675-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:02:30.675-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T16:02:30.677-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:07:25.284-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:12:25.285-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:12:30.678-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:12:30.678-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T16:12:30.679-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:17:25.285-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:22:25.286-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:22:30.680-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:22:30.680-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T16:22:30.682-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:27:25.287-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:32:25.287-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:32:30.683-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:32:30.683-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T16:32:30.684-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:37:25.288-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:42:25.288-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:42:30.686-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:42:30.686-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T16:42:30.687-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:47:25.289-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:52:25.290-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T16:52:30.688-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:52:30.689-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T16:52:30.690-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T16:57:25.290-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:02:25.291-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:02:30.691-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:02:30.691-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T17:02:30.693-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:07:25.292-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:12:25.292-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:12:30.694-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:12:30.694-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T17:12:30.695-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:17:25.293-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:22:25.294-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:22:30.697-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:22:30.697-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T17:22:30.698-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:27:25.294-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:32:25.295-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:32:30.699-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:32:30.699-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T17:32:30.701-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:37:25.296-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:42:25.296-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:42:30.702-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:42:30.702-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T17:42:30.703-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:47:25.297-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:52:25.298-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T17:52:30.705-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:52:30.705-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T17:52:30.706-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T17:57:25.298-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:02:25.299-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:02:30.707-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:02:30.708-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T18:02:30.709-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:07:25.299-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:12:25.300-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:12:30.710-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:12:30.710-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T18:12:30.711-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:17:25.301-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:22:25.301-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:22:30.712-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:22:30.712-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T18:22:30.714-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:27:25.302-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:32:25.302-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:32:30.716-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:32:30.716-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T18:32:30.718-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:37:25.303-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:42:25.303-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:42:30.719-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:42:30.719-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T18:42:30.720-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:47:25.304-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:52:25.305-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T18:52:30.721-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:52:30.721-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T18:52:30.722-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T18:57:25.305-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:02:25.306-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:02:30.723-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:02:30.723-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T19:02:30.725-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:07:25.306-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:12:25.307-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:12:30.726-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:12:30.726-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T19:12:30.728-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:17:25.308-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:22:25.308-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:22:30.729-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:22:30.729-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T19:22:30.730-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:27:25.309-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:32:25.310-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:32:30.732-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:32:30.732-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T19:32:30.734-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:37:25.310-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:42:25.311-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:42:30.735-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:42:30.735-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T19:42:30.736-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:47:25.312-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:52:25.313-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T19:52:30.738-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:52:30.738-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T19:52:30.739-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T19:57:25.313-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:02:25.314-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:02:30.741-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:02:30.741-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T20:02:30.744-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:07:25.314-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:12:25.315-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:12:30.745-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:12:30.745-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T20:12:30.746-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:17:25.315-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:22:25.316-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:22:30.747-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:22:30.748-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T20:22:30.751-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:27:25.317-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:32:25.317-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:32:30.752-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:32:30.752-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T20:32:30.754-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:37:25.318-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:42:25.319-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:42:30.755-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:42:30.756-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T20:42:30.757-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:47:25.319-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:52:25.320-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T20:52:30.758-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:52:30.759-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T20:52:30.760-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T20:57:25.321-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:02:25.321-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:02:30.761-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:02:30.761-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T21:02:30.763-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:07:25.322-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:12:25.322-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:12:30.765-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:12:30.765-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T21:12:30.767-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:17:25.323-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:22:25.323-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:22:30.768-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:22:30.768-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T21:22:30.770-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:27:25.324-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:32:25.325-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:32:30.771-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:32:30.771-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T21:32:30.772-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:37:25.326-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:42:25.326-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:42:30.773-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:42:30.774-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T21:42:30.776-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:47:25.327-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:52:25.328-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T21:52:30.777-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:52:30.777-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T21:52:30.787-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T21:57:25.328-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:02:25.329-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:02:30.788-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:02:30.788-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T22:02:30.789-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:07:25.330-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:12:25.330-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:12:30.791-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:12:30.791-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T22:12:30.792-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:17:25.331-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:22:25.331-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:22:30.793-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:22:30.794-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T22:22:30.795-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:27:25.332-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:32:25.333-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:32:30.796-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:32:30.797-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T22:32:30.798-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:37:25.333-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:42:25.334-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:42:30.799-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:42:30.800-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T22:42:30.801-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:47:25.334-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:52:25.335-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T22:52:30.802-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:52:30.802-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T22:52:30.805-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T22:57:25.336-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:02:25.336-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:02:30.806-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:02:30.806-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T23:02:30.808-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:07:25.337-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:12:25.338-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:12:30.809-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:12:30.809-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T23:12:30.811-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:17:25.338-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:22:25.339-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:22:30.815-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:22:30.815-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T23:22:30.820-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:27:25.339-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:32:25.340-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:32:30.822-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:32:30.822-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T23:32:30.824-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:37:25.341-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:42:25.342-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:42:30.825-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:42:30.825-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T23:42:30.827-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:47:25.342-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:52:25.343-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-09T23:52:30.829-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:52:30.829-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-09T23:52:30.831-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-09T23:57:25.344-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:02:25.344-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:02:30.832-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:02:30.832-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T00:02:30.835-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:07:25.345-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:12:25.346-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:12:30.836-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:12:30.836-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T00:12:30.838-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:17:25.346-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:22:25.347-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:22:30.840-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:22:30.840-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T00:22:30.842-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:27:25.348-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:32:25.349-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:32:30.843-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:32:30.843-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T00:32:30.844-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:37:25.350-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:42:25.351-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:42:30.846-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:42:30.846-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T00:42:30.847-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:47:25.351-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:52:25.352-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T00:52:30.848-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:52:30.848-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T00:52:30.850-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T00:57:25.353-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:02:25.354-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:02:30.851-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:02:30.851-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T01:02:30.853-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:07:25.354-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:12:25.355-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:12:30.854-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:12:30.854-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T01:12:30.855-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:17:25.356-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:22:25.356-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:22:30.857-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:22:30.857-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T01:22:30.858-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:27:25.357-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:32:25.357-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:32:30.860-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:32:30.860-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T01:32:30.861-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:37:25.358-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:42:25.359-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:42:30.862-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:42:30.862-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T01:42:30.865-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:47:25.359-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:52:25.360-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T01:52:30.867-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:52:30.868-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T01:52:30.870-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T01:57:25.361-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:02:25.361-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:02:30.871-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:02:30.871-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T02:02:30.872-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:07:25.362-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:12:25.362-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:12:30.875-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:12:30.875-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T02:12:30.877-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:17:25.363-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:22:25.364-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:22:30.879-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:22:30.879-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T02:22:30.882-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:27:25.365-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:32:25.365-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:32:30.885-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:32:30.885-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T02:32:30.886-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:37:25.367-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:42:25.367-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:42:30.888-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:42:30.888-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T02:42:30.891-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:47:25.368-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:52:25.369-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T02:52:30.892-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:52:30.892-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T02:52:30.894-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T02:57:25.369-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:02:25.370-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:02:30.895-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:02:30.896-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T03:02:30.897-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:07:25.370-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:12:25.371-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:12:30.898-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:12:30.899-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T03:12:30.900-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:17:25.372-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:22:25.373-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:22:30.901-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:22:30.901-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T03:22:30.904-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:27:25.374-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:32:25.374-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:32:30.905-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:32:30.905-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T03:32:30.907-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:37:25.375-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:42:25.376-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:42:30.908-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:42:30.908-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T03:42:30.910-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:47:25.377-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:52:25.377-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T03:52:30.911-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:52:30.911-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T03:52:30.914-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T03:57:25.378-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:02:25.378-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:02:30.915-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:02:30.915-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T04:02:30.918-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:07:25.379-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:12:25.379-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:12:30.919-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:12:30.919-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T04:12:30.921-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:17:25.380-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:22:25.381-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:22:30.922-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:22:30.922-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T04:22:30.924-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:27:25.381-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:32:25.382-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:32:30.926-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:32:30.926-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T04:32:30.927-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:37:25.383-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:42:25.383-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:42:30.930-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:42:30.930-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T04:42:30.932-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:47:25.383-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:52:25.384-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T04:52:30.933-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:52:30.933-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T04:52:30.935-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T04:57:25.384-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:02:25.385-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:02:30.937-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:02:30.937-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T05:02:30.940-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:07:25.385-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:12:25.386-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:12:30.941-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:12:30.942-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T05:12:30.944-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:17:25.386-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:22:25.386-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:22:30.945-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:22:30.945-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T05:22:30.947-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:27:25.387-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:32:25.387-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:32:30.948-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:32:30.949-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T05:32:30.950-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:37:25.388-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:42:25.388-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:42:30.951-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:42:30.951-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T05:42:30.953-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:47:25.389-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:52:25.389-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T05:52:30.954-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:52:30.954-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T05:52:30.957-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T05:57:25.390-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:02:25.391-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:02:30.958-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:02:30.958-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T06:02:30.960-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:07:25.391-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:12:25.392-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:12:30.961-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:12:30.961-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T06:12:30.963-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:17:25.392-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:22:25.393-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:22:30.965-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:22:30.965-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T06:22:30.967-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:27:25.393-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:32:25.394-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:32:30.968-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:32:30.968-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T06:32:30.970-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:37:25.394-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:42:25.395-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:42:30.970-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:42:30.971-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T06:42:30.972-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:47:25.395-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:52:25.395-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T06:52:30.973-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:52:30.974-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T06:52:30.975-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T06:57:25.396-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:02:25.397-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:02:30.976-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:02:30.977-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T07:02:30.985-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:07:25.397-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:12:25.398-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:12:30.986-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:12:30.986-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T07:12:30.989-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:17:25.398-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:22:25.399-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:22:30.991-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:22:30.991-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T07:22:30.993-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:27:25.399-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:32:25.400-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:32:30.994-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:32:30.994-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T07:32:30.997-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:37:25.402-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:42:25.402-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:42:30.999-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:42:30.999-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T07:42:31.002-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:47:25.403-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:52:25.404-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T07:52:31.003-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:52:31.004-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T07:52:31.006-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T07:57:25.404-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:02:25.404-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:02:31.008-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:02:31.008-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T08:02:31.009-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:07:25.405-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:12:25.406-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:12:31.011-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:12:31.011-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T08:12:31.014-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:17:25.406-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:22:25.407-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:22:31.015-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:22:31.015-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T08:22:31.017-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:27:25.408-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:32:25.408-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:32:31.018-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:32:31.019-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T08:32:31.026-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:37:25.409-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:42:25.410-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:42:31.027-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:42:31.027-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T08:42:31.029-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:47:25.411-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:52:25.413-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T08:52:31.030-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:52:31.030-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T08:52:31.032-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T08:57:25.414-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:02:25.414-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:02:31.033-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:02:31.034-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T09:02:31.036-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:07:25.415-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:12:25.416-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:12:31.038-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:12:31.038-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T09:12:31.040-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:17:25.416-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:22:25.417-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:22:31.041-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:22:31.042-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T09:22:31.044-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:27:25.418-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:32:25.418-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:32:31.045-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:32:31.046-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T09:32:31.047-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:37:25.419-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:42:25.420-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:42:31.049-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:42:31.049-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T09:42:31.051-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:47:25.420-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:52:25.421-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T09:52:31.052-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:52:31.052-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T09:52:31.055-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T09:57:25.421-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:02:25.422-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:02:31.056-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:02:31.057-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T10:02:31.059-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:07:25.423-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:12:25.423-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:12:31.061-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:12:31.061-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T10:12:31.062-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:17:25.424-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:22:25.425-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:22:31.063-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:22:31.064-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T10:22:31.066-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:27:25.425-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:32:25.426-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:32:31.067-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:32:31.067-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T10:32:31.069-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:37:25.427-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:42:25.428-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:42:31.071-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:42:31.071-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T10:42:31.072-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:47:25.428-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:52:25.429-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T10:52:31.073-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:52:31.073-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T10:52:31.076-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T10:57:25.429-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:02:25.430-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:02:31.078-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:02:31.078-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T11:02:31.079-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:07:25.431-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:12:25.432-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:12:31.081-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:12:31.081-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T11:12:31.082-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:17:25.432-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:22:25.433-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:22:31.084-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:22:31.084-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T11:22:31.085-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:27:25.433-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:32:25.434-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:32:31.087-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:32:31.087-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T11:32:31.088-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:37:25.434-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:42:25.435-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:42:31.090-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:42:31.090-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T11:42:31.091-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:47:25.436-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:52:25.436-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T11:52:31.092-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:52:31.092-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T11:52:31.094-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T11:57:25.437-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:02:25.437-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:02:31.095-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:02:31.095-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T12:02:31.096-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:07:25.438-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:12:25.438-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:12:31.097-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:12:31.097-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T12:12:31.099-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:17:25.439-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:22:25.440-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:22:31.100-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:22:31.100-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T12:22:31.102-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:27:25.440-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:32:25.441-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:32:31.103-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:32:31.103-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T12:32:31.104-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:37:25.441-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:42:25.442-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:42:31.105-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:42:31.105-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T12:42:31.107-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:47:25.442-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:52:25.443-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T12:52:31.108-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:52:31.108-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T12:52:31.110-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T12:57:25.443-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:02:25.444-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:02:31.111-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:02:31.111-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T13:02:31.112-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:07:25.445-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:12:25.445-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:12:31.113-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:12:31.113-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T13:12:31.115-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:17:25.446-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:22:25.446-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:22:31.116-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:22:31.116-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T13:22:31.117-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:27:25.447-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:32:25.448-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:32:31.118-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:32:31.118-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T13:32:31.120-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:37:25.448-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:42:25.449-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:42:31.121-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:42:31.121-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T13:42:31.123-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:47:25.449-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:52:25.450-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T13:52:31.124-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:52:31.124-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T13:52:31.126-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T13:57:25.451-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:02:25.451-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:02:31.127-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:02:31.140-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T14:02:31.142-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:07:25.452-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:12:25.453-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:12:31.144-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:12:31.145-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T14:12:31.146-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:17:25.453-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:22:25.454-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:22:31.147-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:22:31.147-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T14:22:31.148-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:27:25.454-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:32:25.455-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:32:31.149-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:32:31.149-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T14:32:31.152-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:37:25.455-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:42:25.456-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:42:31.153-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:42:31.153-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T14:42:31.155-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:47:25.457-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:52:25.458-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T14:52:31.156-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:52:31.156-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T14:52:31.158-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T14:57:25.458-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:02:25.459-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:02:31.159-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:02:31.159-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T15:02:31.161-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:07:25.460-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:12:25.460-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:12:31.162-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:12:31.162-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T15:12:31.163-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:17:25.461-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:22:25.461-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:22:31.164-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:22:31.165-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T15:22:31.166-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:27:25.462-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:32:25.463-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:32:31.167-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:32:31.167-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T15:32:31.169-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:37:25.463-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:42:25.464-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:42:31.170-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:42:31.170-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T15:42:31.171-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:47:25.464-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:52:25.466-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T15:52:31.173-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:52:31.173-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T15:52:31.174-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T15:57:25.466-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:02:25.467-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:02:31.175-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:02:31.175-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T16:02:31.177-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:07:25.467-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:12:25.471-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:12:31.178-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:12:31.178-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T16:12:31.179-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:17:25.471-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:22:25.472-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:22:31.180-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:22:31.180-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T16:22:31.181-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:27:25.472-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:32:25.473-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:32:31.183-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:32:31.183-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T16:32:31.184-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:37:25.474-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:42:25.474-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:42:31.186-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:42:31.186-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T16:42:31.187-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:47:25.475-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:52:25.476-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T16:52:31.189-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:52:31.189-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T16:52:31.191-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T16:57:25.477-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:02:25.477-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:02:31.193-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:02:31.193-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T17:02:31.194-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:07:25.477-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:12:25.478-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:12:31.196-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:12:31.196-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T17:12:31.198-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:17:25.479-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:22:25.479-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:22:31.199-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:22:31.199-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T17:22:31.200-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:27:25.480-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:32:25.480-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:32:31.201-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:32:31.202-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T17:32:31.203-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:37:25.481-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:42:25.481-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:42:31.204-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:42:31.205-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T17:42:31.206-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:47:25.482-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:52:25.483-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T17:52:31.207-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:52:31.207-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T17:52:31.209-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T17:57:25.483-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:02:25.484-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:02:31.210-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:02:31.210-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T18:02:31.212-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:07:25.484-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:12:25.485-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:12:31.213-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:12:31.213-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T18:12:31.215-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:17:25.486-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:22:25.486-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:22:31.216-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:22:31.216-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T18:22:31.218-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:27:25.487-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:32:25.488-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:32:31.219-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:32:31.219-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T18:32:31.221-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:37:25.489-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:42:25.489-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:42:31.222-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:42:31.222-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T18:42:31.224-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:47:25.490-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:52:25.490-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T18:52:31.226-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:52:31.226-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T18:52:31.227-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T18:57:25.491-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:02:25.492-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:02:31.228-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:02:31.228-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T19:02:31.229-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:07:25.492-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:12:25.493-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:12:31.231-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:12:31.231-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T19:12:31.238-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:17:25.493-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:22:25.494-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:22:31.239-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:22:31.239-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T19:22:31.240-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:27:25.494-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:32:25.495-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:32:31.241-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:32:31.242-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T19:32:31.243-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:37:25.496-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:42:25.497-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:42:31.244-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:42:31.244-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T19:42:31.246-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:47:25.497-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:52:25.498-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T19:52:31.247-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:52:31.247-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T19:52:31.248-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T19:57:25.498-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:02:25.499-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:02:31.251-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:02:31.251-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T20:02:31.252-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:07:25.499-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:12:25.500-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:12:31.254-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:12:31.254-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T20:12:31.255-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:17:25.500-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:22:25.501-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:22:31.256-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:22:31.257-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T20:22:31.258-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:27:25.502-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:32:25.503-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:32:31.259-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:32:31.259-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T20:32:31.262-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:37:25.503-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:42:25.504-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:42:31.263-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:42:31.263-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T20:42:31.265-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:47:25.505-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:52:25.505-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T20:52:31.267-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:52:31.267-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T20:52:31.269-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T20:57:25.506-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:02:25.506-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:02:31.271-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:02:31.271-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T21:02:31.273-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:07:25.507-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:12:25.507-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:12:31.274-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:12:31.274-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T21:12:31.276-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:17:25.508-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:22:25.509-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:22:31.277-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:22:31.277-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T21:22:31.279-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:27:25.510-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:32:25.510-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:32:31.280-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:32:31.280-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T21:32:31.282-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:37:25.511-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:42:25.511-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:42:31.284-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:42:31.284-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T21:42:31.285-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:47:25.512-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:52:25.512-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T21:52:31.286-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:52:31.286-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T21:52:31.288-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T21:57:25.513-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:02:25.513-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:02:31.289-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:02:31.289-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T22:02:31.291-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:07:25.514-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:12:25.515-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:12:31.292-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:12:31.293-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T22:12:31.294-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:17:25.516-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:22:25.516-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:22:31.295-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:22:31.296-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T22:22:31.297-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:27:25.517-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:32:25.518-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:32:31.298-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:32:31.298-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T22:32:31.300-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:37:25.518-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:42:25.519-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:42:31.301-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:42:31.301-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T22:42:31.303-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:47:25.520-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:52:25.520-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T22:52:31.305-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:52:31.305-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T22:52:31.313-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T22:57:25.521-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:02:25.521-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:02:31.315-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:02:31.315-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T23:02:31.318-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:07:25.522-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:12:25.523-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:12:31.319-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:12:31.319-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T23:12:31.322-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:17:25.524-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:22:25.524-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:22:31.323-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:22:31.323-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T23:22:31.325-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:27:25.525-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:32:25.526-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:32:31.326-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:32:31.326-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T23:32:31.328-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:37:25.527-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:42:25.527-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:42:31.329-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:42:31.329-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T23:42:31.332-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:47:25.528-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:52:25.528-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-10T23:52:31.333-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:52:31.333-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-10T23:52:31.337-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-10T23:57:25.529-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:02:25.530-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:02:31.338-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:02:31.338-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T00:02:31.340-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:07:25.530-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:12:25.531-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:12:31.341-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:12:31.341-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T00:12:31.343-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:17:25.532-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:22:25.532-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:22:31.344-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:22:31.344-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T00:22:31.346-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:27:25.533-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:32:25.534-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:32:31.347-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:32:31.351-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T00:32:31.354-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:37:25.534-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:42:25.535-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:42:31.355-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:42:31.355-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T00:42:31.358-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:47:25.535-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:52:25.536-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T00:52:31.359-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:52:31.359-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T00:52:31.360-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T00:57:25.536-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:02:25.537-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:02:31.361-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:02:31.362-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T01:02:31.363-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:07:25.538-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:12:25.538-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:12:31.364-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:12:31.364-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T01:12:31.366-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:17:25.539-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:22:25.540-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:22:31.367-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:22:31.367-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T01:22:31.369-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:27:25.540-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:32:25.541-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:32:31.370-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:32:31.370-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T01:32:31.371-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:37:25.542-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:42:25.543-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:42:31.373-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:42:31.373-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T01:42:31.374-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:47:25.543-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:52:25.544-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T01:52:31.376-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:52:31.377-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T01:52:31.378-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T01:57:25.544-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:02:25.545-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:02:31.379-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:02:31.379-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T02:02:31.381-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:07:25.545-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:12:25.546-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:12:31.382-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:12:31.397-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T02:12:31.399-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:17:25.547-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:22:25.548-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:22:31.401-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:22:31.402-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T02:22:31.405-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:27:25.548-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:32:25.549-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:32:31.407-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:32:31.407-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T02:32:31.411-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:37:25.550-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:42:25.550-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:42:31.412-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:42:31.412-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T02:42:31.414-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:47:25.551-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:52:25.552-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T02:52:31.415-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:52:31.415-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T02:52:31.418-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T02:57:25.552-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:02:25.553-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:02:31.420-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:02:31.420-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T03:02:31.427-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:07:25.554-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:12:25.555-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:12:31.429-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:12:31.429-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T03:12:31.430-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:17:25.555-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:22:25.556-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:22:31.432-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:22:31.432-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T03:22:31.434-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:27:25.557-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:32:25.558-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:32:31.435-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:32:31.435-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T03:32:31.436-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:37:25.558-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:42:25.559-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:42:31.438-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:42:31.438-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T03:42:31.439-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:47:25.559-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:52:25.560-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T03:52:31.440-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:52:31.440-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T03:52:31.442-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T03:57:25.561-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:02:25.561-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:02:31.443-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:02:31.443-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T04:02:31.445-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:07:25.562-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:12:25.562-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:12:31.446-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:12:31.446-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T04:12:31.448-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:17:25.563-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:22:25.564-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:22:31.450-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:22:31.450-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T04:22:31.452-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:27:25.565-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:32:25.565-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:32:31.453-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:32:31.454-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T04:32:31.455-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:37:25.566-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:42:25.566-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:42:31.456-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:42:31.457-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T04:42:31.458-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:47:25.567-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:52:25.568-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T04:52:31.459-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:52:31.459-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T04:52:31.466-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T04:57:25.568-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:02:25.569-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:02:31.467-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:02:31.468-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T05:02:31.469-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:07:25.570-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:12:25.570-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:12:31.470-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:12:31.470-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T05:12:31.472-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:17:25.571-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:22:25.572-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:22:31.473-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:22:31.474-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T05:22:31.475-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:27:25.572-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:32:25.573-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:32:31.476-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:32:31.476-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T05:32:31.478-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:37:25.574-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:42:25.574-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:42:31.479-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:42:31.479-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T05:42:31.480-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:47:25.575-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:52:25.576-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T05:52:31.482-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:52:31.482-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T05:52:31.490-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T05:57:25.576-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:02:25.577-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:02:31.492-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:02:31.493-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T06:02:31.494-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:07:25.578-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:12:25.579-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:12:31.495-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:12:31.495-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T06:12:31.497-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:17:25.579-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:22:25.580-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:22:31.498-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:22:31.498-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T06:22:31.500-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:27:25.581-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:32:25.582-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:32:31.501-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:32:31.501-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T06:32:31.503-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:37:25.582-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:42:25.583-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:42:31.504-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:42:31.504-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T06:42:31.508-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:47:25.584-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:52:25.584-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T06:52:31.509-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:52:31.509-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T06:52:31.511-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T06:57:25.585-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:02:25.586-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:02:31.512-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:02:31.512-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T07:02:31.513-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:07:25.586-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:12:25.587-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:12:31.514-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:12:31.515-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T07:12:31.519-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:17:25.588-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:22:25.588-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:22:31.520-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:22:31.520-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T07:22:31.522-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:27:25.589-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:32:25.590-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:32:31.523-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:32:31.523-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T07:32:31.525-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:37:25.590-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:42:25.591-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:42:31.526-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:42:31.526-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T07:42:31.528-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:47:25.591-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:52:25.592-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T07:52:31.529-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:52:31.529-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T07:52:31.531-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T07:57:25.593-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:02:25.593-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:02:31.532-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:02:31.532-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T08:02:31.534-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:07:25.594-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:12:25.595-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:12:31.535-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:12:31.535-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T08:12:31.537-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:17:25.596-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:22:25.596-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:22:31.538-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:22:31.538-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T08:22:31.540-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:27:25.597-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:32:25.597-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:32:31.541-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:32:31.541-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T08:32:31.543-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:37:25.598-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:42:25.598-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:42:31.544-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:42:31.545-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T08:42:31.547-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:47:25.599-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:52:25.599-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T08:52:31.549-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:52:31.549-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T08:52:31.550-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T08:57:25.600-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:02:25.601-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:02:31.552-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:02:31.552-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T09:02:31.554-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:07:25.601-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:12:25.602-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:12:31.556-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:12:31.556-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T09:12:31.557-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:17:25.603-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:22:25.604-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:22:31.558-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:22:31.558-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T09:22:31.559-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:27:25.604-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:32:25.605-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:32:31.560-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:32:31.561-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T09:32:31.563-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:37:25.605-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:42:25.606-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:42:31.564-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:42:31.564-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T09:42:31.565-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:47:25.607-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:52:25.607-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T09:52:31.566-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:52:31.567-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T09:52:31.569-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T09:57:25.608-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:02:25.608-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:02:31.570-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:02:31.570-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T10:02:31.571-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:07:25.609-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:12:25.610-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:12:31.572-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:12:31.572-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T10:12:31.574-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:17:25.610-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:22:25.611-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:22:31.575-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:22:31.575-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T10:22:31.578-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:27:25.611-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:32:25.612-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:32:31.579-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:32:31.579-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T10:32:31.581-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:37:25.612-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:42:25.613-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:42:31.582-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:42:31.583-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T10:42:31.584-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:47:25.613-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:52:25.614-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T10:52:31.586-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:52:31.586-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T10:52:31.587-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T10:57:25.615-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:02:25.615-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:02:31.588-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:02:31.588-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T11:02:31.590-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:07:25.616-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:12:25.617-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:12:31.591-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:12:31.591-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T11:12:31.593-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:17:25.617-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:22:25.618-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:22:31.594-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:22:31.594-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T11:22:31.596-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:27:25.618-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:32:25.619-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:32:31.597-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:32:31.597-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T11:32:31.599-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:37:25.620-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:42:25.621-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:42:31.600-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:42:31.600-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T11:42:31.602-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:47:25.621-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:52:25.622-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T11:52:31.603-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:52:31.603-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T11:52:31.604-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T11:57:25.623-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:02:25.624-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:02:31.605-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:02:31.606-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T12:02:31.607-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:07:25.624-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:12:25.625-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:12:31.609-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:12:31.609-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T12:12:31.610-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:17:25.625-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:22:25.626-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:22:31.612-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:22:31.612-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T12:22:31.613-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:27:25.627-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:32:25.627-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:32:31.615-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:32:31.615-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T12:32:31.617-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:37:25.628-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:42:25.628-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:42:31.618-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:42:31.618-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T12:42:31.621-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:47:25.629-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:52:25.629-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T12:52:31.622-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:52:31.623-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T12:52:31.624-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T12:57:25.630-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:02:25.631-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:02:31.626-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:02:31.626-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T13:02:31.627-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:07:25.631-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:12:25.632-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:12:31.628-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:12:31.629-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T13:12:31.630-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:17:25.633-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:22:25.634-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:22:31.631-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:22:31.632-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T13:22:31.633-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:27:25.635-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:32:25.635-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:32:31.634-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:32:31.634-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T13:32:31.636-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:37:25.636-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:42:25.636-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:42:31.637-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:42:31.637-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T13:42:31.639-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:47:25.637-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:52:25.637-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T13:52:31.648-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:52:31.648-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T13:52:31.651-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T13:57:25.638-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:02:25.639-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:02:31.653-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:02:31.653-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T14:02:31.655-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:07:25.639-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:12:25.640-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:12:31.656-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:12:31.656-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T14:12:31.658-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:17:25.640-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:22:25.641-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:22:31.659-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:22:31.659-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T14:22:31.661-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:27:25.641-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:32:25.642-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:32:31.662-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:32:31.662-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T14:32:31.663-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:37:25.643-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:42:25.643-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:42:31.665-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:42:31.665-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T14:42:31.667-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:47:25.644-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:52:25.645-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T14:52:31.669-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:52:31.669-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T14:52:31.670-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T14:57:25.645-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:02:25.646-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:02:31.672-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:02:31.672-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T15:02:31.673-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:07:25.646-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:12:25.646-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:12:31.674-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:12:31.674-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T15:12:31.676-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:17:25.647-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:22:25.648-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:22:31.677-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:22:31.677-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T15:22:31.678-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:27:25.648-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:32:25.649-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:32:31.679-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:32:31.680-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T15:32:31.682-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:37:25.650-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:42:25.650-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:42:31.683-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:42:31.683-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T15:42:31.685-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:47:25.651-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:52:25.652-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T15:52:31.686-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:52:31.686-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T15:52:31.687-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T15:57:25.652-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:02:25.653-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:02:31.689-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:02:31.689-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T16:02:31.691-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:07:25.653-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:12:25.654-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:12:31.692-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:12:31.692-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T16:12:31.694-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:17:25.655-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:22:25.655-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:22:31.695-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:22:31.695-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T16:22:31.696-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:27:25.656-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:32:25.657-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:32:31.697-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:32:31.698-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T16:32:31.706-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:37:25.657-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:42:25.658-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:42:31.708-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:42:31.708-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T16:42:31.709-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:47:25.659-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:52:25.659-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T16:52:31.710-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:52:31.710-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T16:52:31.712-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T16:57:25.660-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:02:25.661-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:02:31.713-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:02:31.714-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T17:02:31.715-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:07:25.661-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:12:25.662-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:12:31.716-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:12:31.716-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T17:12:31.717-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:17:25.663-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:22:25.663-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:22:31.718-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:22:31.718-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T17:22:31.720-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:27:25.663-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:32:25.664-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:32:31.720-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:32:31.721-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T17:32:31.722-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:37:25.664-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:42:25.665-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:42:31.723-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:42:31.723-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T17:42:31.725-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:47:25.666-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:52:25.666-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T17:52:31.726-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:52:31.726-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T17:52:31.727-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T17:57:25.667-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:02:25.667-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:02:31.728-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:02:31.728-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T18:02:31.730-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:07:25.668-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:12:25.668-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:12:31.731-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:12:31.731-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T18:12:31.732-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:17:25.669-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:22:25.669-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:22:31.733-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:22:31.733-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T18:22:31.735-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:27:25.670-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:32:25.671-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:32:31.736-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:32:31.737-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T18:32:31.738-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:37:25.672-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:42:25.672-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:42:31.739-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:42:31.739-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T18:42:31.741-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:47:25.673-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:52:25.673-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T18:52:31.742-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:52:31.742-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T18:52:31.743-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T18:57:25.674-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:02:25.674-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:02:31.745-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:02:31.745-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T19:02:31.746-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:07:25.675-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:12:25.675-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:12:31.747-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:12:31.747-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T19:12:31.748-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:17:25.676-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:22:25.677-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:22:31.749-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:22:31.749-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T19:22:31.751-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:27:25.677-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:32:25.678-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:32:31.751-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:32:31.752-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T19:32:31.753-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:37:25.678-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:42:25.679-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:42:31.754-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:42:31.754-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T19:42:31.755-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:47:25.679-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:52:25.680-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T19:52:31.756-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:52:31.756-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T19:52:31.758-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T19:57:25.680-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:02:25.681-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:02:31.759-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:02:31.759-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T20:02:31.761-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:07:25.681-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:12:25.682-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:12:31.762-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:12:31.762-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T20:12:31.763-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:17:25.683-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:22:25.684-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:22:31.765-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:22:31.765-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T20:22:31.766-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:27:25.684-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:32:25.685-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:32:31.767-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:32:31.767-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T20:32:31.769-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:37:25.685-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:42:25.686-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:42:31.770-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:42:31.770-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T20:42:31.771-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:47:25.686-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:52:25.687-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T20:52:31.773-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:52:31.773-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T20:52:31.775-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T20:57:25.687-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:02:25.688-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:02:31.777-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:02:31.777-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T21:02:31.779-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:07:25.688-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:12:25.689-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:12:31.780-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:12:31.780-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T21:12:31.781-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:17:25.689-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:22:25.690-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:22:31.782-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:22:31.782-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T21:22:31.784-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:27:25.690-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:32:25.691-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:32:31.785-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:32:31.785-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T21:32:31.786-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:37:25.692-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:42:25.693-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:42:31.788-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:42:31.788-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T21:42:31.789-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:47:25.693-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:52:25.694-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T21:52:31.790-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:52:31.791-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T21:52:31.792-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T21:57:25.694-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:02:25.695-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:02:31.793-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:02:31.794-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T22:02:31.796-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:07:25.696-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:12:25.696-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:12:31.797-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:12:31.797-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T22:12:31.799-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:17:25.697-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:22:25.697-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:22:31.800-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:22:31.800-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T22:22:31.802-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:27:25.698-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:32:25.698-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:32:31.803-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:32:31.803-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T22:32:31.804-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:37:25.699-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:42:25.699-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:42:31.805-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:42:31.806-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T22:42:31.807-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:47:25.700-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:52:25.701-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T22:52:31.808-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:52:31.808-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T22:52:31.810-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T22:57:25.701-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:02:25.702-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:02:31.812-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:02:31.812-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T23:02:31.813-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:07:25.703-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:12:25.703-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:12:31.814-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:12:31.814-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T23:12:31.816-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:17:25.704-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:22:25.704-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:22:31.818-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:22:31.818-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T23:22:31.821-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:27:25.705-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:32:25.706-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:32:31.822-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:32:31.822-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T23:32:31.824-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:37:25.706-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:42:25.707-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:42:31.825-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:42:31.826-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T23:42:31.829-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:47:25.707-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:52:25.707-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-11T23:52:31.830-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:52:31.831-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-11T23:52:31.835-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-11T23:57:25.708-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:02:25.709-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:02:31.836-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:02:31.836-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T00:02:31.838-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:07:25.709-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:12:25.710-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:12:31.840-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:12:31.840-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T00:12:31.841-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:17:25.711-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:22:25.712-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:22:31.843-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:22:31.843-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T00:22:31.845-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:27:25.712-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:32:25.713-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:32:31.847-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:32:31.847-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T00:32:31.848-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:37:25.713-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:42:25.714-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:42:31.851-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:42:31.851-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T00:42:31.853-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:47:25.715-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:52:25.715-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T00:52:31.854-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:52:31.854-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T00:52:31.856-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T00:57:25.716-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:02:25.717-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:02:31.869-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:02:31.869-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T01:02:31.870-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:07:25.718-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:12:25.718-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:12:31.872-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:12:31.872-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T01:12:31.873-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:17:25.719-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:22:25.720-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:22:31.875-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:22:31.875-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T01:22:31.876-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:27:25.721-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:32:25.721-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:32:31.878-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:32:31.878-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T01:32:31.880-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:37:25.722-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:42:25.722-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:42:31.882-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:42:31.882-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T01:42:31.887-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:47:25.723-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:52:25.723-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T01:52:31.889-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:52:31.889-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T01:52:31.892-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T01:57:25.724-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:02:25.724-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:02:31.895-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:02:31.895-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T02:02:31.898-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:07:25.725-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:12:25.726-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:12:31.899-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:12:31.899-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T02:12:31.902-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:17:25.726-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:22:25.727-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:22:31.903-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:22:31.903-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T02:22:31.905-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:27:25.728-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:32:25.728-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:32:31.907-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:32:31.907-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T02:32:31.909-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:37:25.729-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:42:25.729-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:42:31.910-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:42:31.910-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T02:42:31.913-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:47:25.730-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:52:25.731-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T02:52:31.915-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:52:31.915-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T02:52:31.917-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T02:57:25.731-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:02:25.732-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:02:31.919-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:02:31.919-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T03:02:31.920-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:07:25.732-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:12:25.733-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:12:31.921-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:12:31.921-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T03:12:31.929-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:17:25.734-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:22:25.735-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:22:31.931-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:22:31.931-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T03:22:31.933-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:27:25.735-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:32:25.736-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:32:31.935-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:32:31.936-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T03:32:31.940-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:37:25.736-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:42:25.737-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:42:31.942-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:42:31.942-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T03:42:31.945-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:47:25.737-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:52:25.738-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T03:52:31.946-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:52:31.946-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T03:52:31.947-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T03:57:25.738-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:02:25.739-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:02:31.949-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:02:31.949-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T04:02:31.963-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:07:25.739-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:12:25.740-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:12:31.965-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:12:31.965-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T04:12:31.968-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:17:25.741-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:22:25.741-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:22:31.969-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:22:31.969-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T04:22:31.971-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:27:25.742-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:32:25.743-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:32:31.973-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:32:31.973-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T04:32:31.976-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:37:25.744-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:42:25.744-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:42:31.977-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:42:31.978-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T04:42:31.979-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:47:25.745-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:52:25.745-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T04:52:31.981-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:52:31.982-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T04:52:31.984-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T04:57:25.746-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:02:25.747-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:02:31.985-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:02:31.985-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T05:02:31.987-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:07:25.747-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:12:25.748-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:12:31.988-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:12:31.988-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T05:12:31.990-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:17:25.749-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:22:25.749-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:22:31.991-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:22:31.991-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T05:22:31.992-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:27:25.752-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:32:25.753-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:32:31.994-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:32:31.994-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T05:32:31.996-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:37:25.753-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:42:25.754-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:42:31.997-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:42:31.998-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T05:42:31.999-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:47:25.755-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:52:25.755-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T05:52:32.001-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:52:32.001-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T05:52:32.002-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T05:57:25.756-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:02:25.756-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:02:32.004-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:02:32.012-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T06:02:32.014-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:07:25.757-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:12:25.758-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:12:32.016-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:12:32.016-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T06:12:32.017-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:17:25.758-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:22:25.759-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:22:32.019-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:22:32.019-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T06:22:32.020-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:27:25.759-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:32:25.760-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:32:32.021-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:32:32.022-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T06:32:32.023-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:37:25.761-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:42:25.762-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:42:32.024-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:42:32.024-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T06:42:32.026-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:47:25.762-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:52:25.763-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T06:52:32.027-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:52:32.027-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T06:52:32.029-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T06:57:25.764-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:02:25.764-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:02:32.030-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:02:32.031-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T07:02:32.032-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:07:25.765-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:12:25.766-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:12:32.033-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:12:32.034-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T07:12:32.035-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:17:25.766-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:22:25.767-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:22:32.037-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:22:32.037-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T07:22:32.039-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:27:25.767-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:32:25.768-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:32:32.040-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:32:32.041-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T07:32:32.043-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:37:25.768-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:42:25.769-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:42:32.044-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:42:32.044-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T07:42:32.045-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:47:25.769-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:52:25.770-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T07:52:32.047-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:52:32.047-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T07:52:32.049-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T07:57:25.771-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:02:25.771-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:02:32.051-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:02:32.077-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T08:02:32.079-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:07:25.772-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:12:25.773-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:12:32.082-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:12:32.082-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T08:12:32.084-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:17:25.774-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:22:25.775-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:22:32.086-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:22:32.086-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T08:22:32.087-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:27:25.775-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:32:25.776-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:32:32.088-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:32:32.088-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T08:32:32.091-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:37:25.777-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:42:25.778-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:42:32.092-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:42:32.092-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T08:42:32.093-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:47:25.779-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:52:25.779-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T08:52:32.094-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:52:32.095-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T08:52:32.097-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T08:57:25.780-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:02:25.781-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:02:32.098-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:02:32.098-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T09:02:32.100-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:07:25.781-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:12:25.782-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:12:32.101-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:12:32.102-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T09:12:32.103-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:17:25.783-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:22:25.783-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:22:32.104-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:22:32.104-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T09:22:32.105-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:27:25.784-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:32:25.784-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:32:32.106-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:32:32.106-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T09:32:32.108-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:37:25.785-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:42:25.786-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:42:32.109-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:42:32.109-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T09:42:32.111-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:47:25.786-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:52:25.787-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T09:52:32.112-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:52:32.112-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T09:52:32.114-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T09:57:25.787-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:02:25.788-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:02:32.115-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:02:32.115-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T10:02:32.116-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:07:25.788-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:12:25.789-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:12:32.118-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:12:32.118-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T10:12:32.120-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:17:25.790-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:22:25.790-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:22:32.121-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:22:32.121-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T10:22:32.123-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:27:25.791-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:32:25.792-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:32:32.124-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:32:32.124-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T10:32:32.126-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:37:25.792-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:42:25.793-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:42:32.127-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:42:32.127-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T10:42:32.129-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:47:25.793-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:52:25.794-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T10:52:32.130-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:52:32.130-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T10:52:32.132-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T10:57:25.794-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:02:25.795-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:02:32.133-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:02:32.133-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T11:02:32.152-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:07:25.796-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:12:25.797-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:12:32.154-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:12:32.154-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T11:12:32.156-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:17:25.797-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:22:25.798-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:22:32.157-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:22:32.157-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T11:22:32.159-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:27:25.798-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:32:25.799-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:32:32.160-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:32:32.160-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T11:32:32.162-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:37:25.799-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:42:25.800-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:42:32.163-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:42:32.164-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T11:42:32.165-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:47:25.800-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:52:25.801-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T11:52:32.166-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:52:32.166-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T11:52:32.167-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T11:57:25.801-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:02:25.802-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:02:32.168-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:02:32.168-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T12:02:32.170-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:07:25.803-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:12:25.804-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:12:32.171-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:12:32.171-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T12:12:32.173-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:17:25.805-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:22:25.805-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:22:32.174-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:22:32.175-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T12:22:32.182-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:27:25.806-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:32:25.806-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:32:32.184-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:32:32.184-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T12:32:32.188-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:37:25.807-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:42:25.808-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:42:32.189-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:42:32.189-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T12:42:32.190-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:47:25.809-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:52:25.809-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T12:52:32.191-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:52:32.191-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T12:52:32.193-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T12:57:25.810-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:02:25.810-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:02:32.194-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:02:32.195-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T13:02:32.197-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:07:25.811-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:12:25.812-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:12:32.198-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:12:32.198-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T13:12:32.199-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:17:25.812-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:22:25.813-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:22:32.200-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:22:32.201-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T13:22:32.202-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:27:25.813-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:32:25.814-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:32:32.203-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:32:32.203-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T13:32:32.205-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:37:25.815-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:42:25.815-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:42:32.206-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:42:32.207-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T13:42:32.208-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:47:25.816-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:52:25.816-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T13:52:32.209-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:52:32.209-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T13:52:32.217-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T13:57:25.817-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:02:25.817-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:02:32.218-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:02:32.218-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T14:02:32.220-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:07:25.818-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:12:25.819-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:12:32.221-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:12:32.221-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T14:12:32.223-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:17:25.819-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:22:25.820-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:22:32.224-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:22:32.224-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T14:22:32.227-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:27:25.821-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:32:25.821-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:32:32.228-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:32:32.228-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T14:32:32.230-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:37:25.822-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:42:25.822-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:42:32.231-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:42:32.231-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T14:42:32.237-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:47:25.823-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:52:25.823-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T14:52:32.238-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:52:32.239-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T14:52:32.241-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T14:57:25.824-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:02:25.824-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:02:32.242-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:02:32.243-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T15:02:32.244-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:07:25.825-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:12:25.825-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:12:32.245-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:12:32.245-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T15:12:32.247-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:17:25.826-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:22:25.826-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:22:32.248-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:22:32.248-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T15:22:32.249-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:27:25.827-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:32:25.828-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:32:32.250-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:32:32.251-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T15:32:32.252-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:37:25.828-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:42:25.829-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:42:32.253-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:42:32.253-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T15:42:32.255-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:47:25.829-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:52:25.830-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T15:52:32.256-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:52:32.256-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T15:52:32.257-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T15:57:25.830-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:02:25.831-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:02:32.258-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:02:32.259-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T16:02:32.261-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:07:25.832-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:12:25.832-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:12:32.262-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:12:32.262-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T16:12:32.263-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:17:25.832-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:22:25.833-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:22:32.265-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:22:32.265-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T16:22:32.266-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:27:25.833-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:32:25.834-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:32:32.267-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:32:32.268-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T16:32:32.269-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:37:25.835-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:42:25.835-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:42:32.270-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:42:32.271-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T16:42:32.272-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:47:25.836-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:52:25.836-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T16:52:32.273-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:52:32.273-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T16:52:32.275-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T16:57:25.837-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:02:25.838-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:02:32.276-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:02:32.276-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T17:02:32.278-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:07:25.838-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:12:25.839-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:12:32.279-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:12:32.279-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T17:12:32.280-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:17:25.839-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:22:25.840-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:22:32.281-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:22:32.281-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T17:22:32.283-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:27:25.840-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:32:25.841-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:32:32.284-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:32:32.284-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T17:32:32.286-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:37:25.842-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:42:25.842-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:42:32.287-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:42:32.287-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T17:42:32.288-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:47:25.843-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:52:25.843-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T17:52:32.289-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:52:32.289-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T17:52:32.290-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T17:57:25.844-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:02:25.844-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:02:32.291-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:02:32.291-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T18:02:32.293-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:07:25.845-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:12:25.845-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:12:32.294-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:12:32.294-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T18:12:32.295-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:17:25.846-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:22:25.847-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:22:32.297-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:22:32.297-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T18:22:32.298-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:27:25.847-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:32:25.847-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:32:32.299-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:32:32.299-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T18:32:32.301-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:37:25.848-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:42:25.849-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:42:32.302-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:42:32.309-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T18:42:32.313-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:47:25.849-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:52:25.850-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T18:52:32.314-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:52:32.315-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T18:52:32.317-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T18:57:25.850-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:02:25.851-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:02:32.320-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:02:32.320-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T19:02:32.321-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:07:25.852-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:12:25.852-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:12:32.322-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:12:32.322-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T19:12:32.324-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:17:25.853-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:22:25.853-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:22:32.325-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:22:32.325-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T19:22:32.326-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:27:25.854-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:32:25.854-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:32:32.327-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:32:32.328-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T19:32:32.329-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:37:25.855-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:42:25.856-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:42:32.330-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:42:32.330-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T19:42:32.331-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:47:25.856-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:52:25.857-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T19:52:32.332-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:52:32.333-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T19:52:32.334-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T19:57:25.858-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:02:25.858-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:02:32.335-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:02:32.335-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T20:02:32.337-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:07:25.859-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:12:25.859-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:12:32.338-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:12:32.338-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T20:12:32.340-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:17:25.860-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:22:25.861-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:22:32.341-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:22:32.341-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T20:22:32.343-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:27:25.861-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:32:25.862-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:32:32.344-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:32:32.344-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T20:32:32.345-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:37:25.863-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:42:25.864-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:42:32.346-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:42:32.347-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T20:42:32.348-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:47:25.864-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:52:25.865-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T20:52:32.349-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:52:32.349-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T20:52:32.351-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T20:57:25.866-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:02:25.867-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:02:32.352-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:02:32.352-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T21:02:32.354-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:07:25.868-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:12:25.868-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:12:32.355-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:12:32.355-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T21:12:32.357-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:17:25.869-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:22:25.869-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:22:32.358-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:22:32.358-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T21:22:32.360-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:27:25.870-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:32:25.871-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:32:32.361-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:32:32.361-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T21:32:32.364-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:37:25.871-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:42:25.872-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:42:32.365-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:42:32.365-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T21:42:32.368-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:47:25.872-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:52:25.873-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T21:52:32.369-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:52:32.369-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T21:52:32.372-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T21:57:25.873-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:02:25.874-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:02:32.374-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:02:32.374-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T22:02:32.376-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:07:25.875-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:12:25.876-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:12:32.377-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:12:32.377-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T22:12:32.379-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:17:25.877-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:22:25.877-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:22:32.380-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:22:32.380-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T22:22:32.383-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:27:25.878-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:32:25.879-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:32:32.384-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:32:32.384-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T22:32:32.386-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:37:25.879-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:42:25.880-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:42:32.387-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:42:32.387-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T22:42:32.388-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:47:25.880-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:52:25.881-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T22:52:32.389-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:52:32.389-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T22:52:32.392-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T22:57:25.882-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:02:25.882-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:02:32.392-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:02:32.393-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T23:02:32.394-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:07:25.883-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:12:25.883-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:12:32.395-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:12:32.395-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T23:12:32.397-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:17:25.884-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:22:25.885-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:22:32.399-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:22:32.399-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T23:22:32.400-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:27:25.886-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:32:25.886-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:32:32.401-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:32:32.401-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T23:32:32.403-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:37:25.887-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:42:25.888-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:42:32.404-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:42:32.405-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T23:42:32.406-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:47:25.888-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:52:25.889-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-12T23:52:32.407-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:52:32.407-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-12T23:52:32.410-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-12T23:57:25.890-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:02:25.890-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:02:32.411-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:02:32.412-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T00:02:32.413-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:07:25.891-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:12:25.891-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:12:32.414-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:12:32.414-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T00:12:32.416-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:17:25.892-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:22:25.893-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:22:32.417-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:22:32.417-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T00:22:32.419-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:27:25.893-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:32:25.894-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:32:32.420-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:32:32.421-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T00:32:32.428-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:37:25.894-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:42:25.895-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:42:32.429-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:42:32.429-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T00:42:32.431-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:47:25.896-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:52:25.896-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T00:52:32.432-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:52:32.432-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T00:52:32.435-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T00:57:25.897-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:02:25.898-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:02:32.436-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:02:32.436-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T01:02:32.438-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:07:25.898-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:12:25.899-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:12:32.439-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:12:32.439-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T01:12:32.441-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:17:25.904-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:22:25.905-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:22:32.442-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:22:32.442-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T01:22:32.443-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:27:25.906-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:32:25.907-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:32:32.444-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:32:32.444-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T01:32:32.445-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:37:25.907-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:42:25.908-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:42:32.446-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:42:32.447-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T01:42:32.448-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:47:25.909-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:52:25.909-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T01:52:32.449-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:52:32.449-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T01:52:32.456-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T01:57:25.910-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:02:25.911-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:02:32.457-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:02:32.457-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T02:02:32.468-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:07:25.912-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:12:25.912-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:12:32.470-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:12:32.470-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T02:12:32.473-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:17:25.913-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:22:25.914-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:22:32.474-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:22:32.474-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T02:22:32.476-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:27:25.914-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:32:25.915-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:32:32.477-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:32:32.477-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T02:32:32.480-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:37:25.916-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:42:25.917-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:42:32.482-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:42:32.482-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T02:42:32.483-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:47:25.918-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:52:25.918-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T02:52:32.484-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:52:32.484-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T02:52:32.487-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T02:57:25.933-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:02:25.935-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:02:32.488-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:02:32.488-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T03:02:32.490-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:07:25.936-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:12:25.937-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:12:32.492-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:12:32.492-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T03:12:32.615-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:17:25.937-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:22:25.938-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:22:32.617-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:22:32.617-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T03:22:32.620-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:27:25.939-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:32:25.939-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:32:32.621-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:32:32.621-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T03:32:32.624-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:37:25.940-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:42:25.941-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:42:32.625-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:42:32.625-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T03:42:32.626-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:47:25.941-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:52:25.942-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T03:52:32.627-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:52:32.627-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T03:52:32.629-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T03:57:25.942-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:02:25.943-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:02:32.630-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:02:32.631-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T04:02:32.633-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:07:25.944-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:12:25.945-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:12:32.634-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:12:32.634-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T04:12:32.636-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:17:25.945-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:22:25.946-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:22:32.637-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:22:32.637-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T04:22:32.639-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:27:25.947-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:32:25.948-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:32:32.640-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:32:32.641-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T04:32:32.642-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:37:25.948-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:42:25.949-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:42:32.643-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:42:32.643-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T04:42:32.645-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:47:25.950-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:52:25.951-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:52:32.646-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:52:32.646-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T04:52:32.648-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T04:57:25.952-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:02:25.953-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:02:32.649-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:02:32.649-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T05:02:32.650-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:07:25.953-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:12:25.954-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:12:32.652-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:12:32.652-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T05:12:32.654-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:17:25.955-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:22:25.956-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:22:32.656-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:22:32.656-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T05:22:32.658-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:27:25.957-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:32:25.957-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:32:32.659-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:32:32.659-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T05:32:32.661-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:37:25.958-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:42:25.958-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:42:32.662-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:42:32.663-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T05:42:32.664-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:47:25.959-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:52:25.960-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:52:32.665-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:52:32.665-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T05:52:32.667-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T05:57:25.960-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:02:25.962-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:02:32.668-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:02:32.668-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T06:02:32.671-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:07:25.962-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:12:25.963-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:12:32.672-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:12:32.672-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T06:12:32.674-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:17:25.963-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:22:25.964-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:22:32.675-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:22:32.676-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T06:22:32.678-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:27:25.965-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:32:25.965-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:32:32.679-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:32:32.679-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T06:32:32.680-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:37:25.966-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:42:25.966-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:42:32.681-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:42:32.681-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T06:42:32.683-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:47:25.967-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:52:25.968-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:52:32.684-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:52:32.685-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T06:52:32.688-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T06:57:25.968-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:02:25.969-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:02:32.689-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:02:32.690-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T07:02:32.691-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:07:25.970-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:12:25.970-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:12:32.692-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:12:32.693-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T07:12:32.698-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:17:25.971-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:22:25.972-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:22:32.699-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:22:32.699-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T07:22:32.701-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:27:25.972-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:32:25.973-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:32:32.702-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:32:32.703-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T07:32:32.704-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:37:25.974-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:42:25.975-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:42:32.705-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:42:32.706-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T07:42:32.707-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:47:25.975-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:52:25.976-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:52:32.708-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:52:32.708-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T07:52:32.711-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T07:57:25.976-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:02:25.977-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:02:32.712-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:02:32.712-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T08:02:32.713-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:07:25.977-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:12:25.978-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:12:32.715-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:12:32.715-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T08:12:32.716-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:17:25.978-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:22:25.979-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:22:32.717-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:22:32.718-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T08:22:32.719-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:27:25.980-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:32:25.981-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:32:32.720-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:32:32.720-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T08:32:32.722-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:37:25.981-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:42:25.982-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:42:32.723-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:42:32.724-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T08:42:32.725-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:47:25.982-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:52:25.983-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:52:32.726-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:52:32.726-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T08:52:32.728-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T08:57:25.983-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:02:25.984-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:02:32.729-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:02:32.729-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T09:02:32.731-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:07:25.985-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:12:25.986-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:12:32.732-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:12:32.732-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T09:12:32.734-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:17:25.986-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:22:25.987-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:22:32.735-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:22:32.735-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T09:22:32.737-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:27:25.987-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:32:25.988-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:32:32.738-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:32:32.739-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T09:32:32.741-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:37:25.988-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:42:25.989-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:42:32.742-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:42:32.742-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T09:42:32.744-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:47:25.989-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:52:25.990-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:52:32.766-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:52:32.766-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T09:52:32.768-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T09:57:25.990-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:02:25.991-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:02:32.771-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:02:32.772-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T10:02:32.773-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:07:25.992-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:12:25.992-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:12:32.774-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:12:32.775-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T10:12:32.777-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:17:25.993-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:22:25.993-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:22:32.778-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:22:32.778-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T10:22:32.779-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:27:25.994-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:32:25.994-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:32:32.781-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:32:32.781-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T10:32:32.782-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:37:25.995-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:42:25.996-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:42:32.784-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:42:32.784-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T10:42:32.786-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:47:25.997-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:52:25.997-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:52:32.787-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:52:32.787-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T10:52:32.789-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T10:57:25.998-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:02:25.998-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:02:32.790-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:02:32.790-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T11:02:32.792-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:07:25.999-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:12:26.000-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:12:32.793-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:12:32.794-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T11:12:32.802-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:17:26.004-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:22:26.005-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:22:32.804-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:22:32.804-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T11:22:32.805-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:27:26.005-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:32:26.006-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:32:32.806-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:32:32.806-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T11:32:32.808-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:37:26.009-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:42:26.010-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:42:32.809-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:42:32.809-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T11:42:32.811-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:47:26.011-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:52:26.011-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:52:32.813-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:52:32.813-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T11:52:32.814-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T11:57:26.012-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:02:26.013-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:02:32.815-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:02:32.815-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T12:02:32.817-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:07:26.013-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:12:26.014-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:12:32.818-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:12:32.818-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T12:12:32.820-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:17:26.015-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:22:26.015-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:22:32.821-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:22:32.821-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T12:22:32.823-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:27:26.016-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:32:26.017-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:32:32.824-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:32:32.824-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T12:32:32.828-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:37:26.017-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:42:26.018-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:42:32.829-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:42:32.829-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T12:42:32.831-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:47:26.019-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:52:26.019-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:52:32.832-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:52:32.832-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T12:52:32.834-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T12:57:26.020-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:02:26.020-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:02:32.835-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:02:32.835-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T13:02:32.837-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:07:26.021-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:12:26.022-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:12:32.838-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:12:32.838-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T13:12:32.840-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:17:26.022-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:22:26.023-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:22:32.841-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:22:32.841-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T13:22:32.842-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:27:26.024-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:32:26.024-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:32:32.843-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:32:32.843-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T13:32:32.845-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:37:26.025-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:42:26.025-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:42:32.847-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:42:32.847-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T13:42:32.848-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:47:26.026-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:52:26.027-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:52:32.849-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:52:32.849-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T13:52:32.851-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T13:57:26.027-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:02:26.028-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:02:32.852-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:02:32.852-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T14:02:32.853-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:07:26.028-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:12:26.029-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:12:32.854-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:12:32.854-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T14:12:32.856-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:17:26.030-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:22:26.030-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:22:32.858-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:22:32.858-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T14:22:32.860-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:27:26.031-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:32:26.031-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:32:32.863-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:32:32.863-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T14:32:32.865-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:37:26.032-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:42:26.033-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:42:32.869-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:42:32.869-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T14:42:32.871-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:47:26.033-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:52:26.034-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:52:32.872-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:52:32.872-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T14:52:32.873-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T14:57:26.034-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:02:26.035-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:02:32.874-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:02:32.875-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T15:02:32.876-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:07:26.035-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:12:26.036-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:12:32.877-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:12:32.877-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T15:12:32.879-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:17:26.036-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:22:26.037-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:22:32.880-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:22:32.880-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T15:22:32.881-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:27:26.037-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:32:26.038-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:32:32.883-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:32:32.883-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T15:32:32.884-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:37:26.038-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:42:26.039-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:42:32.885-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:42:32.886-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T15:42:32.887-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:47:26.040-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:52:26.040-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:52:32.888-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:52:32.888-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T15:52:32.889-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T15:57:26.041-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:02:26.138-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:02:32.891-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:02:32.891-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T16:02:32.892-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:07:26.139-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:12:26.140-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:12:32.894-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:12:32.894-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T16:12:32.895-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:17:26.140-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:22:26.141-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:22:32.896-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:22:32.896-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T16:22:32.898-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:27:26.142-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:32:26.143-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:32:32.899-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:32:32.899-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T16:32:32.900-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:37:26.143-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:42:26.144-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:42:32.902-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:42:32.902-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T16:42:32.903-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:47:26.145-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:52:26.145-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:52:32.904-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:52:32.905-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T16:52:32.907-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T16:57:26.146-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:02:26.146-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:02:32.908-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:02:32.908-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T17:02:32.910-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:07:26.147-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:12:26.148-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:12:32.911-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:12:32.911-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T17:12:32.912-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:17:26.148-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:22:26.149-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:22:32.913-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:22:32.913-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T17:22:32.915-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:27:26.150-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:32:26.150-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:32:32.916-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:32:32.916-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T17:32:32.917-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:37:26.151-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:42:26.152-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:42:32.918-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:42:32.918-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T17:42:32.920-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:47:26.152-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:52:26.153-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:52:32.921-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:52:32.921-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T17:52:32.922-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T17:57:26.154-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:02:26.155-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:02:32.924-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:02:32.924-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T18:02:32.925-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:07:26.155-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:12:26.156-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:12:32.926-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:12:32.927-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T18:12:32.929-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:17:26.157-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:22:26.157-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:22:32.930-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:22:32.930-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T18:22:32.932-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:27:26.158-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:32:26.158-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:32:32.933-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:32:32.933-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T18:32:32.935-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:37:26.159-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:42:26.160-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:42:32.936-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:42:32.936-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T18:42:32.937-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:47:26.160-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:52:26.161-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:52:32.938-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:52:32.939-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T18:52:32.940-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T18:57:26.161-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:02:26.162-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:02:32.941-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:02:32.941-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T19:02:32.943-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:07:26.163-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:12:26.163-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:12:32.944-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:12:32.944-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T19:12:32.945-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:17:26.164-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:22:26.165-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:22:32.946-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:22:32.947-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T19:22:32.948-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:27:26.165-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:32:26.166-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:32:32.949-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:32:32.949-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T19:32:32.951-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:37:26.166-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:42:26.167-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:42:32.952-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:42:32.952-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T19:42:32.954-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:47:26.168-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:52:26.168-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:52:32.955-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:52:32.955-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T19:52:32.957-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T19:57:26.169-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:02:26.169-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:02:32.958-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:02:32.958-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T20:02:32.960-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:07:26.170-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:12:26.171-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:12:32.962-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:12:32.962-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T20:12:32.963-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:17:26.171-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:22:26.172-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:22:32.964-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:22:32.965-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T20:22:32.966-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:27:26.172-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:32:26.173-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:32:32.967-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:32:32.967-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T20:32:32.970-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:37:26.173-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:42:26.174-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:42:32.971-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:42:32.971-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T20:42:32.974-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:47:26.175-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:52:26.175-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:52:32.975-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:52:32.975-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T20:52:32.977-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T20:57:26.176-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:02:26.176-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:02:32.979-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:02:32.979-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T21:02:32.980-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:07:26.177-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:12:26.178-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:12:32.981-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:12:32.981-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T21:12:32.992-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:17:26.178-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:22:26.179-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:22:32.993-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:22:32.994-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T21:22:32.996-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:27:26.180-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:32:26.180-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:32:32.998-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:32:32.998-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T21:32:33.000-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:37:26.181-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:42:26.181-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:42:33.002-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:42:33.003-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T21:42:33.004-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:47:26.182-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:52:26.183-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:52:33.005-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:52:33.006-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T21:52:33.014-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T21:57:26.183-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:02:26.184-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:02:33.015-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:02:33.016-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T22:02:33.017-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:07:26.189-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:12:26.191-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:12:33.018-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:12:33.018-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T22:12:33.020-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:17:26.194-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:22:26.195-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:22:33.021-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:22:33.021-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T22:22:33.023-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:27:26.195-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:32:26.196-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:32:33.024-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:32:33.025-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T22:32:33.026-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:37:26.196-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:42:26.197-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:42:33.027-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:42:33.027-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T22:42:33.029-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:47:26.197-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:52:26.198-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:52:33.030-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:52:33.030-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T22:52:33.032-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T22:57:26.199-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:02:26.200-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:02:33.033-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:02:33.033-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T23:02:33.034-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:07:26.200-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:12:26.201-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:12:33.035-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:12:33.036-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T23:12:33.037-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:17:26.201-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:22:26.202-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:22:33.038-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:22:33.039-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T23:22:33.041-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:27:26.203-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:32:26.203-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:32:33.042-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:32:33.042-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T23:32:33.044-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:37:26.204-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:42:26.205-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:42:33.045-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:42:33.046-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T23:42:33.047-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:47:26.205-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:52:26.206-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:52:33.048-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:52:33.048-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-13T23:52:33.050-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-13T23:57:26.206-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:02:26.207-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:02:33.051-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:02:33.051-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T00:02:33.052-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:07:26.208-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:12:26.208-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:12:33.054-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:12:33.054-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T00:12:33.056-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:17:26.209-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:22:26.210-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:22:33.057-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:22:33.057-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T00:22:33.059-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:27:26.210-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:32:26.211-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:32:33.061-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:32:33.061-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T00:32:33.062-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:37:26.211-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:42:26.212-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:42:33.064-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:42:33.064-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T00:42:33.065-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:47:26.212-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:52:26.213-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:52:33.066-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:52:33.066-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T00:52:33.068-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T00:57:26.213-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:02:26.214-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:02:33.069-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:02:33.070-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T01:02:33.071-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:07:26.215-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:12:26.215-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:12:33.073-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:12:33.074-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T01:12:33.075-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:17:26.216-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:22:26.217-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:22:33.077-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:22:33.077-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T01:22:33.078-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:27:26.217-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:32:26.218-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:32:33.079-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:32:33.079-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T01:32:33.081-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:37:26.218-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:42:26.219-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:42:33.082-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:42:33.082-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T01:42:33.084-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:47:26.220-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:52:26.220-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:52:33.085-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:52:33.085-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T01:52:33.089-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T01:57:26.221-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:02:26.222-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:02:33.090-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:02:33.091-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T02:02:33.093-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:07:26.222-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:12:26.223-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:12:33.095-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:12:33.095-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T02:12:33.100-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:17:26.223-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:22:26.224-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:22:33.101-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:22:33.102-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T02:22:33.107-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:27:26.226-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:32:26.226-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:32:33.108-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:32:33.108-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T02:32:33.111-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:37:26.227-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:42:26.228-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:42:33.113-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:42:33.113-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T02:42:33.116-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:47:26.229-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:52:26.230-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:52:33.117-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:52:33.117-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T02:52:33.120-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T02:57:26.231-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:02:26.231-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:02:33.121-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:02:33.121-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T03:02:33.123-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:07:26.232-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:12:26.232-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:12:33.124-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:12:33.124-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T03:12:33.126-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:17:26.233-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:22:26.233-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:22:33.127-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:22:33.127-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T03:22:33.128-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:27:26.234-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:32:26.235-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:32:33.129-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:32:33.130-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T03:32:33.132-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:37:26.235-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:42:26.236-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:42:33.135-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:42:33.135-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T03:42:33.139-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:47:26.237-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:52:26.237-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:52:33.141-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:52:33.142-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T03:52:33.144-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T03:57:26.238-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:02:26.239-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:02:33.145-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:02:33.145-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T04:02:33.146-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:07:26.239-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:12:26.240-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:12:33.148-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:12:33.148-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T04:12:33.150-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:17:26.240-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:22:26.241-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:22:33.151-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:22:33.151-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T04:22:33.153-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:27:26.241-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:32:26.242-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:32:33.154-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:32:33.154-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T04:32:33.155-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:37:26.243-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:42:26.243-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:42:33.157-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:42:33.157-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T04:42:33.159-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:47:26.244-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:52:26.245-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:52:33.161-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:52:33.162-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T04:52:33.163-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T04:57:26.245-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:02:26.246-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:02:33.164-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:02:33.164-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T05:02:33.166-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:07:26.247-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:12:26.247-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:12:33.168-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:12:33.168-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T05:12:33.169-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:17:26.248-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:22:26.249-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:22:33.171-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:22:33.171-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T05:22:33.173-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:27:26.249-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:32:26.250-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:32:33.174-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:32:33.175-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T05:32:33.176-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:37:26.251-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:42:26.252-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:42:33.177-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:42:33.177-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T05:42:33.179-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:47:26.252-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:52:26.253-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:52:33.180-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:52:33.180-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T05:52:33.182-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T05:57:26.253-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:02:26.254-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:02:33.183-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:02:33.184-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T06:02:33.185-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:07:26.254-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:12:26.255-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:12:33.186-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:12:33.186-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T06:12:33.188-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:17:26.256-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:22:26.256-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:22:33.189-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:22:33.189-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T06:22:33.191-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:27:26.257-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:32:26.257-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:32:33.192-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:32:33.192-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T06:32:33.194-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:37:26.258-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:42:26.259-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:42:33.195-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:42:33.195-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T06:42:33.197-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:47:26.259-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:52:26.260-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:52:33.198-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:52:33.198-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T06:52:33.200-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T06:57:26.260-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:02:26.261-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:02:33.201-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:02:33.201-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T07:02:33.203-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:07:26.262-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:12:26.262-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:12:33.204-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:12:33.204-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T07:12:33.205-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:17:26.263-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:22:26.264-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:22:33.206-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:22:33.206-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T07:22:33.208-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:27:26.265-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:32:26.265-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:32:33.209-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:32:33.209-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T07:32:33.211-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:37:26.266-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:42:26.266-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:42:33.212-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:42:33.212-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T07:42:33.216-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:47:26.267-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:52:26.268-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:52:33.217-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:52:33.217-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T07:52:33.221-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T07:57:26.269-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:02:26.269-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:02:33.222-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:02:33.223-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T08:02:33.224-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:07:26.270-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:12:26.270-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:12:33.225-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:12:33.226-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T08:12:33.228-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:17:26.271-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:22:26.271-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:22:33.229-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:22:33.229-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T08:22:33.231-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:27:26.272-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:32:26.273-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:32:33.232-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:32:33.232-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T08:32:33.240-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:37:26.274-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:42:26.274-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:42:33.242-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:42:33.242-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T08:42:33.243-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:47:26.275-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:52:26.276-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:52:33.245-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:52:33.245-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T08:52:33.247-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T08:57:26.276-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:02:26.277-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:02:33.248-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:02:33.248-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T09:02:33.250-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:07:26.278-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:12:26.278-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:12:33.251-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:12:33.251-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T09:12:33.253-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:17:26.279-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:22:26.279-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:22:33.254-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:22:33.254-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T09:22:33.255-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:27:26.280-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:32:26.281-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:32:33.256-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:32:33.257-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T09:32:33.259-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:37:26.281-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:42:26.282-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:42:33.259-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:42:33.260-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T09:42:33.261-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:47:26.282-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:52:26.283-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:52:33.262-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:52:33.262-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T09:52:33.263-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T09:57:26.284-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:02:26.284-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:02:33.264-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:02:33.265-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T10:02:33.266-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:07:26.285-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:12:26.286-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:12:33.267-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:12:33.267-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T10:12:33.268-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:17:26.286-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:22:26.287-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:22:33.269-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:22:33.270-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T10:22:33.271-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:27:26.288-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:32:26.288-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:32:33.272-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:32:33.273-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T10:32:33.275-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:37:26.289-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:42:26.289-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:42:33.276-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:42:33.276-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T10:42:33.278-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:47:26.290-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:52:26.291-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:52:33.279-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:52:33.280-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T10:52:33.281-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T10:57:26.291-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:02:26.292-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:02:33.282-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:02:33.282-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T11:02:33.284-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:07:26.293-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:12:26.293-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:12:33.285-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:12:33.285-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T11:12:33.287-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:17:26.294-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:22:26.294-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:22:33.288-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:22:33.289-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T11:22:33.290-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:27:26.295-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:32:26.296-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:32:33.291-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:32:33.291-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T11:32:33.292-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:37:26.296-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:42:26.297-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:42:33.293-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:42:33.293-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T11:42:33.298-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:47:26.298-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:52:26.298-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:52:33.299-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:52:33.299-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T11:52:33.305-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T11:57:26.299-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:02:26.300-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:02:33.307-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:02:33.307-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T12:02:33.308-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:07:26.300-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:12:26.301-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:12:33.309-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:12:33.310-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T12:12:33.311-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:17:26.301-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:22:26.302-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:22:33.313-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:22:33.313-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T12:22:33.314-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:27:26.302-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:32:26.303-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:32:33.315-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:32:33.315-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T12:32:33.317-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:37:26.304-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:42:26.305-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:42:33.318-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:42:33.319-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T12:42:33.320-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:47:26.305-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:52:26.306-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:52:33.321-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:52:33.321-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T12:52:33.323-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T12:57:26.306-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:02:26.307-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:02:33.324-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:02:33.324-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T13:02:33.325-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:07:26.307-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:12:26.308-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:12:33.327-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:12:33.327-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T13:12:33.328-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:17:26.309-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:22:26.309-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:22:33.329-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:22:33.329-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T13:22:33.331-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:27:26.310-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:32:26.311-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:32:33.332-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:32:33.332-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T13:32:33.333-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:37:26.311-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:42:26.312-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:42:33.335-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:42:33.335-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T13:42:33.336-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:47:26.312-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:52:26.313-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:52:33.337-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:52:33.338-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T13:52:33.339-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T13:57:26.313-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:02:26.314-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:02:33.340-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:02:33.340-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T14:02:33.342-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:07:26.315-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:12:26.316-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:12:33.343-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:12:33.343-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T14:12:33.344-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:17:26.316-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:22:26.317-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:22:33.345-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:22:33.346-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T14:22:33.347-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:27:26.317-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:32:26.318-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:32:33.348-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:32:33.348-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T14:32:33.350-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:37:26.319-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:42:26.319-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:42:33.351-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:42:33.351-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T14:42:33.353-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:47:26.320-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:52:26.321-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:52:33.354-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:52:33.354-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T14:52:33.355-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T14:57:26.321-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:02:26.322-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:02:33.356-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:02:33.356-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T15:02:33.358-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:07:26.322-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:12:26.323-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:12:33.359-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:12:33.359-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T15:12:33.361-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:17:26.323-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:22:26.324-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:22:33.362-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:22:33.362-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T15:22:33.364-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:27:26.324-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:32:26.325-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:32:33.365-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:32:33.365-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T15:32:33.367-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:37:26.325-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:42:26.326-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:42:33.368-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:42:33.368-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T15:42:33.369-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:47:26.327-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:52:26.327-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:52:33.370-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:52:33.370-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T15:52:33.372-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T15:57:26.328-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:02:26.328-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:02:33.373-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:02:33.373-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T16:02:33.375-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:07:26.329-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:12:26.329-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:12:33.375-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:12:33.376-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T16:12:33.377-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:17:26.330-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:22:26.331-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:22:33.379-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:22:33.379-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T16:22:33.380-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:27:26.331-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:32:26.332-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:32:33.381-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:32:33.381-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T16:32:33.382-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:37:26.332-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:42:26.333-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:42:33.383-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:42:33.383-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T16:42:33.385-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:47:26.333-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:52:26.334-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:52:33.386-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:52:33.386-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T16:52:33.387-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T16:57:26.334-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:02:26.335-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:02:33.388-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:02:33.389-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T17:02:33.390-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:07:26.336-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:12:26.336-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:12:33.391-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:12:33.391-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T17:12:33.392-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:17:26.337-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:22:26.337-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:22:33.394-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:22:33.394-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T17:22:33.395-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:27:26.338-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:32:26.339-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:32:33.397-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:32:33.397-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T17:32:33.398-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:37:26.339-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:42:26.340-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:42:33.400-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:42:33.400-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T17:42:33.401-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:47:26.341-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:52:26.341-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:52:33.402-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:52:33.402-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T17:52:33.404-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T17:57:26.342-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:02:26.342-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:02:33.405-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:02:33.405-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T18:02:33.407-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:07:26.343-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:12:26.343-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:12:33.408-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:12:33.408-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T18:12:33.410-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:17:26.344-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:22:26.345-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:22:33.411-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:22:33.411-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T18:22:33.412-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:27:26.345-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:32:26.346-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:32:33.413-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:32:33.413-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T18:32:33.415-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:37:26.346-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:42:26.347-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:42:33.416-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:42:33.416-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T18:42:33.417-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:47:26.348-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:52:26.348-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:52:33.418-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:52:33.419-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T18:52:33.420-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T18:57:26.349-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:02:26.350-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:02:33.422-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:02:33.422-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T19:02:33.424-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:07:26.350-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:12:26.351-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:12:33.425-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:12:33.425-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T19:12:33.432-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:17:26.353-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:22:26.354-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:22:33.433-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:22:33.434-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T19:22:33.435-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:27:26.355-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:32:26.355-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:32:33.436-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:32:33.437-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T19:32:33.440-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:37:26.356-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:42:26.356-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:42:33.441-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:42:33.441-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T19:42:33.442-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:47:26.357-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:52:26.357-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:52:33.443-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:52:33.443-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T19:52:33.445-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T19:57:26.357-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:02:26.358-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:02:33.446-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:02:33.446-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T20:02:33.449-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:07:26.359-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:12:26.359-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:12:33.450-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:12:33.450-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T20:12:33.452-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:17:26.360-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:22:26.360-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:22:33.456-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:22:33.456-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T20:22:33.458-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:27:26.361-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:32:26.361-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:32:33.460-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:32:33.460-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T20:32:33.463-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:37:26.362-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:42:26.363-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:42:33.464-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:42:33.464-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T20:42:33.466-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:47:26.364-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:52:26.365-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:52:33.467-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:52:33.467-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T20:52:33.469-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T20:57:26.365-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:02:26.366-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:02:33.470-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:02:33.470-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T21:02:33.472-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:07:26.367-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:12:26.367-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:12:33.473-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:12:33.473-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T21:12:33.475-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:17:26.368-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:22:26.369-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:22:33.476-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:22:33.476-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T21:22:33.478-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:27:26.369-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:32:26.370-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:32:33.479-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:32:33.479-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T21:32:33.480-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:37:26.371-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:42:26.371-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:42:33.482-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:42:33.482-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T21:42:33.484-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:47:26.371-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:52:26.372-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:52:33.485-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:52:33.485-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T21:52:33.487-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T21:57:26.373-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:02:26.373-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:02:33.488-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:02:33.488-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T22:02:33.490-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:07:26.374-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:12:26.375-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:12:33.491-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:12:33.491-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T22:12:33.493-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:17:26.376-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:22:26.377-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:22:33.494-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:22:33.494-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T22:22:33.496-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:27:26.377-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:32:26.378-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:32:33.497-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:32:33.497-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T22:32:33.499-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:37:26.378-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:42:26.378-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:42:33.500-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:42:33.500-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T22:42:33.501-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:47:26.379-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:52:26.379-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:52:33.502-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:52:33.502-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T22:52:33.504-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T22:57:26.380-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:02:26.381-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:02:33.505-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:02:33.505-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T23:02:33.507-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:07:26.381-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:12:26.382-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:12:33.508-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:12:33.508-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T23:12:33.509-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:17:26.382-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:22:26.383-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:22:33.510-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:22:33.511-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T23:22:33.512-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:27:26.384-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:32:26.385-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:32:33.514-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:32:33.514-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T23:32:33.516-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:37:26.385-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:42:26.386-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:42:33.517-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:42:33.517-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T23:42:33.519-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:47:26.386-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:52:26.387-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:52:33.521-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:52:33.521-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-14T23:52:33.523-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-14T23:57:26.388-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:02:26.388-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:02:33.524-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:02:33.524-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T00:02:33.525-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:07:26.389-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:12:26.389-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:12:33.526-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:12:33.527-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T00:12:33.528-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:17:26.390-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:22:26.391-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:22:33.529-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:22:33.529-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T00:22:33.531-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:27:26.391-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:32:26.392-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:32:33.532-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:32:33.532-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T00:32:33.533-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:37:26.393-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:42:26.393-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:42:33.534-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:42:33.534-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T00:42:33.536-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:47:26.394-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:52:26.395-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:52:33.537-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:52:33.537-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T00:52:33.539-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T00:57:26.395-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:02:26.396-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:02:33.540-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:02:33.540-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T01:02:33.542-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:07:26.396-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:12:26.397-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:12:33.544-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:12:33.544-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T01:12:33.546-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:17:26.397-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:22:26.398-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:22:33.547-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:22:33.547-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T01:22:33.549-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:27:26.398-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:32:26.399-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:32:33.550-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:32:33.550-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T01:32:33.552-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:37:26.400-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:42:26.400-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:42:33.674-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:42:33.674-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T01:42:33.676-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:47:26.401-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:52:26.401-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:52:33.677-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:52:33.677-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T01:52:33.680-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T01:57:26.402-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:02:26.403-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:02:33.682-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:02:33.682-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T02:02:33.683-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:07:26.403-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:12:26.404-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:12:33.684-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:12:33.684-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T02:12:33.685-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:17:26.405-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:22:26.405-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:22:33.686-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:22:33.687-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T02:22:33.689-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:27:26.406-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:32:26.407-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:32:33.690-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:32:33.690-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T02:32:33.692-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:37:26.408-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:42:26.409-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:42:33.693-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:42:33.694-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T02:42:33.697-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:47:26.409-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:52:26.410-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:52:33.698-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:52:33.698-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T02:52:33.700-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T02:57:26.410-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:02:26.411-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:02:33.701-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:02:33.702-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T03:02:33.703-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:07:26.412-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:12:26.412-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:12:33.704-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:12:33.704-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T03:12:33.707-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:17:26.413-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:22:26.413-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:22:33.708-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:22:33.708-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T03:22:33.710-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:27:26.415-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:32:26.415-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:32:33.712-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:32:33.712-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T03:32:33.714-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:37:26.416-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:42:26.417-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:42:33.715-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:42:33.715-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T03:42:33.717-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:47:26.417-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:52:26.418-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:52:33.718-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:52:33.719-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T03:52:33.720-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T03:57:26.418-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:02:26.419-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:02:33.721-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:02:33.722-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T04:02:33.723-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:07:26.419-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:12:26.420-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:12:33.724-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:12:33.725-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T04:12:33.726-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:17:26.420-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:22:26.421-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:22:33.727-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:22:33.727-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T04:22:33.728-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:27:26.422-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:32:26.422-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:32:33.730-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:32:33.730-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T04:32:33.731-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:37:26.424-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:42:26.424-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:42:33.732-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:42:33.732-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T04:42:33.735-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:47:26.425-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:52:26.425-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:52:33.737-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:52:33.737-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T04:52:33.739-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T04:57:26.426-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:02:26.426-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:02:33.740-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:02:33.740-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T05:02:33.741-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:07:26.427-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:12:26.427-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:12:33.742-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:12:33.743-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T05:12:33.744-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:17:26.428-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:22:26.430-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:22:33.745-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:22:33.746-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T05:22:33.747-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:27:26.430-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:32:26.431-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:32:33.748-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:32:33.748-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T05:32:33.750-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:37:26.431-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:42:26.432-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:42:33.750-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:42:33.751-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T05:42:33.752-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:47:26.433-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:52:26.433-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:52:33.753-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:52:33.754-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T05:52:33.760-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T05:57:26.434-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:02:26.435-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:02:33.762-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:02:33.762-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T06:02:33.763-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:07:26.435-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:12:26.436-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:12:33.764-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:12:33.764-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T06:12:33.767-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:17:26.436-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:22:26.437-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:22:33.768-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:22:33.768-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T06:22:33.769-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:27:26.437-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:32:26.438-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:32:33.770-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:32:33.771-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T06:32:33.772-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:37:26.438-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:42:26.439-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:42:33.773-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:42:33.773-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T06:42:33.775-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:47:26.439-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:52:26.440-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:52:33.776-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:52:33.776-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T06:52:33.778-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T06:57:26.441-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:02:26.441-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:02:33.779-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:02:33.779-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T07:02:33.781-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:07:26.442-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:12:26.442-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:12:33.782-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:12:33.782-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T07:12:33.784-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:17:26.443-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:22:26.443-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:22:33.784-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:22:33.785-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T07:22:33.787-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:27:26.444-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:32:26.444-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:32:33.788-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:32:33.788-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T07:32:33.790-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:37:26.445-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:42:26.445-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:42:33.791-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:42:33.791-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T07:42:33.792-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:47:26.446-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:52:26.446-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:52:33.794-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:52:33.794-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T07:52:33.795-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T07:57:26.447-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:02:26.448-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:02:33.796-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:02:33.797-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T08:02:33.798-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:07:26.448-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:12:26.449-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:12:33.799-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:12:33.800-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T08:12:33.802-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:17:26.449-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:22:26.450-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:22:33.803-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:22:33.803-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T08:22:33.804-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:27:26.451-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:32:26.451-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:32:33.805-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:32:33.805-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T08:32:33.807-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:37:26.452-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:42:26.453-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:42:33.808-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:42:33.808-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T08:42:33.809-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:47:26.453-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:52:26.454-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:52:33.810-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:52:33.810-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T08:52:33.812-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T08:57:26.455-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:02:26.456-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:02:33.813-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:02:33.813-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T09:02:33.815-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:07:26.456-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:12:26.457-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:12:33.816-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:12:33.816-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T09:12:33.817-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:17:26.458-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:22:26.458-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:22:33.819-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:22:33.819-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T09:22:33.822-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:27:26.459-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:32:26.459-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:32:33.823-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:32:33.823-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T09:32:33.824-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:37:26.460-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:42:26.460-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:42:33.825-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:42:33.825-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T09:42:33.828-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:47:26.461-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:52:26.462-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:52:33.829-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:52:33.829-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T09:52:33.831-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T09:57:26.462-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:02:26.463-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:02:33.833-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:02:33.833-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T10:02:33.834-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:07:26.463-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:12:26.464-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:12:33.836-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:12:33.836-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T10:12:33.960-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:17:26.465-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:22:26.465-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:22:33.962-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:22:33.962-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T10:22:33.963-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:27:26.466-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:32:26.467-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:32:33.964-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:32:33.964-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T10:32:33.966-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:37:26.467-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:42:26.468-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:42:33.967-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:42:33.967-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T10:42:33.968-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:47:26.468-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:52:26.469-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:52:33.971-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:52:33.971-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T10:52:33.973-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T10:57:26.469-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:02:26.470-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:02:33.974-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:02:33.974-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T11:02:33.975-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:07:26.471-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:12:26.472-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:12:33.976-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:12:33.977-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T11:12:33.978-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:17:26.472-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:22:26.473-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:22:33.979-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:22:33.980-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T11:22:33.981-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:27:26.474-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:32:26.475-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:32:33.982-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:32:33.983-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T11:32:33.984-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:37:26.475-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:42:26.476-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:42:33.985-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:42:33.986-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T11:42:33.987-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:47:26.476-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:52:26.477-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:52:33.988-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:52:33.988-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T11:52:33.991-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T11:57:26.477-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:02:26.478-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:02:33.992-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:02:33.992-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T12:02:33.993-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:07:26.479-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:12:26.479-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:12:33.994-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:12:33.994-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T12:12:33.996-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:17:26.480-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:22:26.481-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:22:33.997-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:22:33.997-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T12:22:33.998-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:27:26.481-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:32:26.482-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:32:33.999-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:32:34.000-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T12:32:34.003-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:37:26.482-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:42:26.483-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:42:34.004-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:42:34.004-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T12:42:34.005-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:47:26.484-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:52:26.484-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:52:34.006-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:52:34.007-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T12:52:34.008-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T12:57:26.485-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:02:26.486-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:02:34.010-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:02:34.010-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T13:02:34.012-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:07:26.486-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:12:26.487-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:12:34.014-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:12:34.014-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T13:12:34.016-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:17:26.487-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:22:26.488-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:22:34.017-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:22:34.017-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T13:22:34.018-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:27:26.488-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:32:26.489-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:32:34.019-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:32:34.020-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T13:32:34.021-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:37:26.490-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:42:26.490-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:42:34.022-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:42:34.022-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T13:42:34.024-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:47:26.491-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:52:26.492-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:52:34.025-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:52:34.025-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T13:52:34.027-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T13:57:26.493-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:02:26.493-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:02:34.028-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:02:34.028-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T14:02:34.030-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:07:26.494-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:12:26.495-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:12:34.031-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:12:34.031-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T14:12:34.032-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:17:26.496-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:22:26.496-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:22:34.033-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:22:34.033-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T14:22:34.035-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:27:26.497-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:32:26.498-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:32:34.036-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:32:34.036-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T14:32:34.174-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:37:26.498-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:42:26.499-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:42:34.176-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:42:34.176-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T14:42:34.178-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:47:26.499-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:52:26.500-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:52:34.179-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:52:34.180-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T14:52:34.181-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T14:57:26.501-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:02:26.501-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:02:34.182-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:02:34.182-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T15:02:34.184-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:07:26.502-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:12:26.502-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:12:34.185-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:12:34.186-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T15:12:34.187-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:17:26.503-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:22:26.503-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:22:34.188-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:22:34.188-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T15:22:34.189-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:27:26.504-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:32:26.505-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:32:34.190-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:32:34.190-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T15:32:34.192-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:37:26.505-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:42:26.506-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:42:34.193-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:42:34.193-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T15:42:34.195-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:47:26.506-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:52:26.507-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:52:34.196-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:52:34.196-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T15:52:34.197-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T15:57:26.508-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:02:26.508-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:02:34.199-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:02:34.199-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T16:02:34.200-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:07:26.509-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:12:26.509-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:12:34.202-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:12:34.202-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T16:12:34.203-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:17:26.510-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:22:26.511-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:22:34.204-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:22:34.204-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T16:22:34.206-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:27:26.511-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:32:26.512-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:32:34.207-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:32:34.207-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T16:32:34.217-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:37:26.512-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:42:26.513-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:42:34.218-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:42:34.218-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T16:42:34.220-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:47:26.513-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:52:26.514-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:52:34.221-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:52:34.221-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T16:52:34.223-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T16:57:26.515-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:02:26.515-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:02:34.224-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:02:34.224-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T17:02:34.226-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:07:26.516-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:12:26.516-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:12:34.227-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:12:34.227-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T17:12:34.228-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:17:26.517-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:22:26.517-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:22:34.229-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:22:34.230-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T17:22:34.231-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:27:26.518-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:32:26.519-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:32:34.233-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:32:34.233-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T17:32:34.234-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:37:26.519-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:42:26.520-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:42:34.236-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:42:34.236-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T17:42:34.237-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:47:26.520-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:52:26.521-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:52:34.238-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:52:34.239-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T17:52:34.240-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T17:57:26.521-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:02:26.522-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:02:34.241-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:02:34.241-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T18:02:34.242-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:07:26.523-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:12:26.523-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:12:34.243-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:12:34.243-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T18:12:34.244-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:17:26.524-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:22:26.524-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:22:34.245-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:22:34.245-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T18:22:34.246-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:27:26.524-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:32:26.525-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:32:34.247-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:32:34.248-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T18:32:34.249-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:37:26.525-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:42:26.526-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:42:34.250-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:42:34.250-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T18:42:34.251-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:47:26.526-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:52:26.527-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:52:34.252-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:52:34.253-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T18:52:34.254-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T18:57:26.527-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:02:26.528-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:02:34.255-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:02:34.256-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T19:02:34.257-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:07:26.529-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:12:26.529-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:12:34.258-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:12:34.259-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T19:12:34.261-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:17:26.530-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:22:26.530-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:22:34.262-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:22:34.262-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T19:22:34.264-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:27:26.531-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:32:26.531-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:32:34.265-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:32:34.265-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T19:32:34.267-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:37:26.532-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:42:26.533-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:42:34.268-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:42:34.268-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T19:42:34.269-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:47:26.533-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:52:26.534-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:52:34.270-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:52:34.270-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T19:52:34.272-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T19:57:26.534-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:02:26.535-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:02:34.274-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:02:34.274-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T20:02:34.275-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:07:26.536-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:12:26.536-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:12:34.278-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:12:34.278-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T20:12:34.281-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:17:26.537-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:22:26.538-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:22:34.282-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:22:34.282-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T20:22:34.284-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:27:26.538-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:32:26.539-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:32:34.285-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:32:34.285-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T20:32:34.290-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:37:26.540-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:42:26.540-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:42:34.291-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:42:34.292-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T20:42:34.295-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:47:26.541-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:52:26.542-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:52:34.296-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:52:34.296-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T20:52:34.297-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T20:57:26.543-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:02:26.543-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:02:34.298-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:02:34.299-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T21:02:34.300-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:07:26.544-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:12:26.544-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:12:34.301-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:12:34.301-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T21:12:34.303-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:17:26.545-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:22:26.545-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:22:34.304-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:22:34.304-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T21:22:34.306-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:27:26.546-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:32:26.547-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:32:34.307-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:32:34.307-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T21:32:34.308-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:37:26.548-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:42:26.548-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:42:34.310-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:42:34.310-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T21:42:34.312-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:47:26.549-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:52:26.549-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:52:34.312-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:52:34.313-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T21:52:34.314-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T21:57:26.550-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:02:26.551-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:02:34.315-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:02:34.315-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T22:02:34.318-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:07:26.551-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:12:26.552-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:12:34.319-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:12:34.319-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T22:12:34.321-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:17:26.552-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:22:26.553-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:22:34.322-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:22:34.322-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T22:22:34.323-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:27:26.554-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:32:26.555-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:32:34.324-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:32:34.325-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T22:32:34.327-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:37:26.555-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:42:26.555-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:42:34.328-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:42:34.328-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T22:42:34.329-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:47:26.556-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:52:26.557-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:52:34.331-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:52:34.331-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T22:52:34.333-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T22:57:26.557-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:02:26.558-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:02:34.334-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:02:34.334-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T23:02:34.337-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:07:26.559-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:12:26.559-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:12:34.338-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:12:34.338-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T23:12:34.340-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:17:26.560-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:22:26.560-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:22:34.341-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:22:34.341-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T23:22:34.342-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:27:26.561-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:32:26.562-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:32:34.343-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:32:34.343-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T23:32:34.345-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:37:26.563-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:42:26.564-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:42:34.346-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:42:34.346-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T23:42:34.347-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:47:26.564-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:52:26.565-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:52:34.348-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:52:34.348-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-15T23:52:34.350-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-15T23:57:26.565-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:02:26.566-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:02:34.351-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:02:34.351-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T00:02:34.352-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:07:26.567-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:12:26.567-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:12:34.354-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:12:34.354-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T00:12:34.356-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:17:26.568-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:22:26.569-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:22:34.358-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:22:34.358-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T00:22:34.359-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:27:26.569-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:32:26.570-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:32:34.361-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:32:34.361-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T00:32:34.364-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:37:26.571-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:42:26.571-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:42:34.365-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:42:34.365-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T00:42:34.367-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:47:26.572-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:52:26.573-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:52:34.368-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:52:34.368-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T00:52:34.370-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T00:57:26.573-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:02:26.574-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:02:34.371-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:02:34.371-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T01:02:34.372-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:07:26.574-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:12:26.575-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:12:34.374-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:12:34.374-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T01:12:34.378-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:17:26.576-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:22:26.576-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:22:34.379-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:22:34.379-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T01:22:34.380-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:27:26.578-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:32:26.578-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:32:34.381-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:32:34.381-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T01:32:34.383-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:37:26.579-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:42:26.579-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:42:34.384-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:42:34.384-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T01:42:34.386-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:47:26.580-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:52:26.580-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:52:34.387-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:52:34.387-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T01:52:34.389-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T01:57:26.581-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:02:26.582-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:02:34.390-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:02:34.390-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T02:02:34.392-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:07:26.583-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:12:26.583-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:12:34.393-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:12:34.393-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T02:12:34.395-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:17:26.584-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:22:26.585-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:22:34.396-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:22:34.396-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T02:22:34.398-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:27:26.585-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:32:26.585-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:32:34.399-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:32:34.399-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T02:32:34.401-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:37:26.586-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:42:26.587-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:42:34.402-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:42:34.402-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T02:42:34.403-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:47:26.587-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:52:26.588-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:52:34.404-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:52:34.404-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T02:52:34.406-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T02:57:26.589-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:02:26.589-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:02:34.407-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:02:34.407-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T03:02:34.408-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:07:26.590-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:12:26.591-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:12:34.410-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:12:34.410-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T03:12:34.418-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:17:26.591-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:22:26.592-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:22:34.420-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:22:34.420-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T03:22:34.422-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:27:26.593-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:32:26.593-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:32:34.423-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:32:34.423-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T03:32:34.426-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:37:26.594-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:42:26.594-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:42:34.427-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:42:34.427-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T03:42:34.428-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:47:26.595-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:52:26.595-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:52:34.430-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:52:34.430-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T03:52:34.432-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T03:57:26.596-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:02:26.596-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:02:34.433-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:02:34.433-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T04:02:34.444-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:07:26.597-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:12:26.598-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:12:34.445-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:12:34.445-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T04:12:34.457-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:17:26.599-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:22:26.599-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:22:34.459-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:22:34.459-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T04:22:34.461-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:27:26.600-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:32:26.600-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:32:34.463-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:32:34.463-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T04:32:34.465-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:37:26.601-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:42:26.602-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:42:34.466-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:42:34.466-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T04:42:34.468-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:47:26.602-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:52:26.603-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:52:34.469-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:52:34.469-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T04:52:34.471-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T04:57:26.604-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:02:26.604-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:02:34.472-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:02:34.472-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T05:02:34.474-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:07:26.604-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:12:26.605-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:12:34.475-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:12:34.475-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T05:12:34.476-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:17:26.606-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:22:26.606-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:22:34.477-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:22:34.478-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T05:22:34.479-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:27:26.607-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:32:26.607-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:32:34.480-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:32:34.480-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T05:32:34.482-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:37:26.608-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:42:26.609-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:42:34.483-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:42:34.483-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T05:42:34.485-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:47:26.610-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:52:26.610-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:52:34.486-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:52:34.486-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T05:52:34.488-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T05:57:26.611-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:02:26.611-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:02:34.489-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T06:02:34.489-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T06:02:34.490-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T06:07:26.612-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:12:26.613-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:12:34.491-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T06:12:34.491-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T06:12:34.492-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T06:17:26.614-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:22:26.614-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:22:34.493-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T06:22:34.493-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T06:22:34.495-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T06:27:26.615-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:32:26.615-04:00  INFO 1844445 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:32:34.496-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Getting transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
2026-03-16T06:32:34.496-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : No need to create transaction for [org.springframework.data.jpa.repository.support.SimpleJpaRepository.findExpiredOrResult]: This method is not transactional.
2026-03-16T06:32:34.498-04:00 TRACE 1844445 --- [   scheduling-1] o.s.t.i.TransactionInterceptor           : Completing transaction for [coreservice.challenge.service.serviceimpl.ChallengeServiceImpl.checkChallengesIfExpired]
   : Resolving eureka endpoints via configuration
2026-03-13T03:59:31.971-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:04:31.972-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:09:31.973-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:14:31.974-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:19:31.974-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:24:31.974-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:29:31.975-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:34:31.975-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:39:31.976-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:44:31.977-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:49:31.977-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:54:31.978-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T04:59:31.978-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:04:31.979-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:09:31.981-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:14:31.982-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:19:31.982-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:24:31.983-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:29:31.983-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:34:31.984-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:39:31.985-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:44:31.986-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:49:31.986-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:54:31.987-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T05:59:31.988-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:04:31.988-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:09:31.989-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:14:31.989-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:19:31.990-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:24:31.990-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:29:31.991-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:34:31.991-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:39:31.992-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:44:31.993-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:49:31.993-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:54:31.994-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T06:59:31.995-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:04:31.996-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:09:31.996-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:14:31.997-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:19:31.997-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:24:31.998-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:29:31.998-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:34:31.999-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:39:31.999-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:44:32.000-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:49:32.004-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:54:32.004-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T07:59:32.005-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:04:32.006-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:09:32.007-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:14:32.007-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:19:32.008-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:24:32.008-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:29:32.009-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:34:32.009-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:39:32.010-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:44:32.011-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:49:32.013-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:54:32.013-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T08:59:32.014-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:04:32.015-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:09:32.015-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:14:32.016-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:19:32.016-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:24:32.017-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:29:32.017-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:34:32.018-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:39:32.018-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:44:32.019-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:49:32.019-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:54:32.020-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T09:59:32.021-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:04:32.021-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:09:32.022-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:14:32.022-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:19:32.023-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:24:32.023-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:29:32.029-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:34:32.030-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:39:32.030-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:44:32.031-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:49:32.032-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:54:32.032-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T10:59:32.033-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:04:32.033-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:09:32.034-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:14:32.034-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:19:32.035-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:24:32.035-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:29:32.036-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:34:32.036-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:39:32.037-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:44:32.038-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:49:32.038-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:54:32.039-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T11:59:32.039-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:04:32.040-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:09:32.040-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:14:32.041-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:19:32.041-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:24:32.042-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:29:32.042-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:34:32.042-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:39:32.043-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:44:32.043-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:49:32.044-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:54:32.044-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T12:59:32.045-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:04:32.045-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:09:32.046-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:14:32.046-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:19:32.047-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:24:32.048-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:29:32.048-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:34:32.049-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:39:32.049-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:44:32.050-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:49:32.050-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:54:32.051-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T13:59:32.051-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:04:32.052-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:09:32.053-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:14:32.054-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:19:32.055-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:24:32.055-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:29:32.056-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:34:32.056-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:39:32.057-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:44:32.057-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:49:32.058-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:54:32.058-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T14:59:32.059-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:04:32.059-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:09:32.060-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:14:32.060-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:19:32.061-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:24:32.061-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:29:32.062-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:34:32.062-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:39:32.063-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:44:32.063-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:49:32.064-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:54:32.064-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T15:59:32.064-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:04:32.065-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:09:32.065-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:14:32.066-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:19:32.066-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:24:32.067-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:29:32.067-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:34:32.068-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:39:32.068-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:44:32.069-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:49:32.069-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:54:32.070-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T16:59:32.070-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:04:32.071-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:09:32.071-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:14:32.072-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:19:32.073-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:24:32.073-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:29:32.074-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:34:32.074-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:39:32.075-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:44:32.075-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:49:32.076-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:54:32.076-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T17:59:32.077-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:04:32.077-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:09:32.078-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:14:32.078-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:19:32.079-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:24:32.080-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:29:32.081-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:34:32.081-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:39:32.082-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:44:32.082-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:49:32.082-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:54:32.083-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T18:59:32.083-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:04:32.084-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:09:32.084-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:14:32.085-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:19:32.086-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:24:32.086-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:29:32.087-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:34:32.087-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:39:32.088-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:44:32.088-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:49:32.088-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:54:32.089-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T19:59:32.090-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:04:32.090-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:08:49.789-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [961478d6-844]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:08:51.367-04:00  WARN 1427025 --- [or-http-epoll-4] r.n.http.server.HttpServerOperations     : [195baabc, L:/194.164.150.179:9090 - R:/162.142.125.126:2468] Decoding failed: REQUEST(decodeResult: failure(java.lang.IllegalStateException: Unexpected request [PRI * HTTP/2.0]), version: HTTP/2.0)
PRI * HTTP/2.0
2026-03-13T20:09:12.262-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-845]  500 Server Error for HTTP GET "/api/v1/targets"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/targets" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:12.705-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-846]  500 Server Error for HTTP GET "/api/v1/targets"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/targets" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:13.178-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-847]  500 Server Error for HTTP GET "/api/v1/label/version/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/version/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:13.834-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-848]  500 Server Error for HTTP GET "/api/v1/label/version/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/version/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:14.382-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-849]  500 Server Error for HTTP GET "/api/v1/label/goversion/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/goversion/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:14.942-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-850]  500 Server Error for HTTP GET "/api/v1/label/goversion/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/goversion/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:16.361-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-851]  500 Server Error for HTTP GET "/api/v1/query?query=prometheus_build_info"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/query?query=prometheus_build_info" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:18.018-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-852]  500 Server Error for HTTP GET "/api/v1/query?query=prometheus_build_info"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/query?query=prometheus_build_info" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:18.771-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-853]  500 Server Error for HTTP GET "/api/v1/labels"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/labels" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:19.106-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-854]  500 Server Error for HTTP GET "/api/v1/labels"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/labels" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:19.453-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-855]  500 Server Error for HTTP GET "/api/v1/label/__name__/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/__name__/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:19.956-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-856]  500 Server Error for HTTP GET "/api/v1/label/__name__/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/__name__/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:20.387-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-857]  500 Server Error for HTTP GET "/api/v1/status/config"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/status/config" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:20.838-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0b202822-858]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:30.040-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [3cbc5210-859]  500 Server Error for HTTP GET "/security.txt"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/security.txt" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-13T20:09:32.091-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:14:32.092-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:19:32.092-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:24:32.092-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:29:32.093-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:34:32.093-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:39:32.094-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:44:32.094-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:49:32.095-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:54:32.095-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T20:59:32.096-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:04:32.096-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:09:32.096-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:14:32.097-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:19:32.098-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:24:32.098-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:29:32.099-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:34:32.099-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:39:32.100-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:44:32.100-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:49:32.101-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:54:32.101-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T21:59:32.102-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:04:32.102-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:09:32.103-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:14:32.103-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:19:32.104-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:24:32.104-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:29:32.105-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:34:32.105-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:39:32.106-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:44:32.106-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:49:32.107-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:54:32.107-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T22:59:32.108-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:04:32.108-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:09:32.109-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:14:32.109-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:19:32.109-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:24:32.110-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:29:32.111-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:34:32.111-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:39:32.112-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:44:32.112-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:49:32.113-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:54:32.114-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-13T23:59:32.114-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:04:32.115-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:09:32.115-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:14:32.115-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:19:32.116-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:24:32.116-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:29:32.117-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:34:32.118-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:39:32.119-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:44:32.119-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:49:32.120-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:54:32.120-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T00:59:32.121-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:04:32.122-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:09:32.122-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:14:32.123-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:19:32.123-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:24:32.123-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:29:32.124-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:34:32.125-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:39:32.125-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:44:32.125-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:49:32.126-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:54:32.127-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T01:59:32.127-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:04:32.128-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:09:32.129-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:14:32.130-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:19:32.131-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:24:32.131-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:29:32.132-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:34:32.132-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:39:32.133-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:44:32.134-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:49:32.134-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:54:32.134-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T02:59:32.135-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:04:32.136-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:09:32.136-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:14:32.137-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:19:32.137-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:24:32.138-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:29:32.138-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:34:32.139-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:39:32.139-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:44:32.140-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:49:32.140-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:54:32.140-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T03:59:32.141-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:04:32.142-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:09:32.142-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:14:32.143-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:19:32.144-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:24:32.144-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:29:32.145-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:34:32.145-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:39:32.146-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:44:32.146-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:49:32.147-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:54:32.148-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T04:59:32.148-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:04:32.148-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:09:32.149-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:14:32.149-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:19:32.150-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:24:32.150-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:29:32.151-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:34:32.151-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:39:32.152-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:44:32.153-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:49:32.153-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:54:32.153-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T05:59:32.154-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:04:32.155-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:09:32.155-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:14:32.156-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:19:32.156-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:24:32.157-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:29:32.157-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:34:32.158-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:39:32.159-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:44:32.159-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:49:32.159-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:54:32.160-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T06:59:32.161-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:04:32.161-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:09:32.162-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:14:32.162-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:19:32.163-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:24:32.163-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:29:32.164-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:34:32.165-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:39:32.165-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:44:32.166-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:49:32.166-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:54:32.167-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T07:59:32.167-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:04:32.168-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:09:32.169-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:14:32.169-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:19:32.170-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:24:32.171-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:29:32.171-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:34:32.172-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:39:32.172-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:44:32.173-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:49:32.173-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:54:32.174-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T08:59:32.175-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:04:32.175-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:09:32.176-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:14:32.176-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:19:32.177-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:24:32.177-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:29:32.178-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:34:32.178-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:39:32.179-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:44:32.179-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:49:32.180-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:54:32.181-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T09:59:32.181-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:04:32.182-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:09:32.182-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:14:32.183-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:19:32.183-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:24:32.184-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:29:32.184-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:34:32.185-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:39:32.185-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:44:32.186-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:49:32.187-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:54:32.187-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T10:59:32.188-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:04:32.188-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:09:32.189-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:14:32.189-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:19:32.190-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:24:32.191-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:29:32.191-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:34:32.191-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:39:32.192-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:44:32.193-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:49:32.193-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:54:32.194-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T11:59:32.194-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:04:32.195-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:09:32.195-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:14:32.196-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:19:32.197-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:24:32.197-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:29:32.198-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:34:32.198-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:39:32.199-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:44:32.200-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:49:32.201-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:54:32.201-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T12:59:32.203-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:04:32.203-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:09:32.204-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:14:32.204-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:19:32.205-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:24:32.206-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:29:32.206-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:34:32.207-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:39:32.207-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:44:32.208-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:49:32.208-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:54:32.209-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T13:59:32.209-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:04:32.210-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:09:32.210-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:14:32.211-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:19:32.211-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:24:32.212-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:29:32.213-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:34:32.213-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:39:32.214-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:44:32.214-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:49:32.215-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:54:32.216-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T14:59:32.216-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:04:32.217-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:09:32.217-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:14:32.218-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:19:32.218-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:24:32.219-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:29:32.219-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:34:32.220-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:39:32.220-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:44:32.221-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:49:32.221-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:54:32.221-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T15:59:32.222-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:04:32.223-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:08:05.933-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [444c38b1-860]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T16:08:07.808-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [91876175-861]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T16:09:32.223-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:12:14.978-04:00 ERROR 1427025 --- [or-http-epoll-7] a.w.r.e.AbstractErrorWebExceptionHandler : [feccd563-862]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T16:13:11.840-04:00 ERROR 1427025 --- [or-http-epoll-7] a.w.r.e.AbstractErrorWebExceptionHandler : [779e7802-863]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T16:14:32.223-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:19:32.224-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:24:32.224-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:29:32.225-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:34:32.225-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:39:32.226-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:44:32.227-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:49:32.227-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:54:32.228-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T16:59:32.228-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:04:32.229-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:09:32.230-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:14:32.230-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:19:32.231-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:24:32.231-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:29:32.232-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:34:32.232-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:39:32.233-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:44:32.233-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:49:32.234-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:54:32.234-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T17:59:32.235-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:04:32.235-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:09:32.236-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:14:32.237-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:19:32.237-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:24:32.238-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:29:32.238-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:34:32.239-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:39:32.239-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:44:32.239-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:49:32.240-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:54:32.241-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T18:59:32.241-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:04:32.242-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:09:32.242-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:14:32.243-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:19:32.244-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:24:32.244-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:29:32.245-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:34:32.245-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:39:32.246-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:44:32.246-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:49:32.246-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:54:32.247-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T19:59:32.248-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:04:32.248-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:09:32.249-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:14:32.249-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:19:32.250-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:24:32.250-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:29:32.251-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:34:32.252-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:39:32.252-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:44:32.253-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:49:32.253-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:54:32.254-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T20:59:32.254-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:04:07.293-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [d2a4d4d3-864]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:04:10.536-04:00  WARN 1427025 --- [or-http-epoll-3] r.n.http.server.HttpServerOperations     : [e2c845e0, L:/194.164.150.179:9090 - R:/167.94.138.53:45836] Decoding failed: REQUEST(decodeResult: failure(java.lang.IllegalStateException: Unexpected request [PRI * HTTP/2.0]), version: HTTP/2.0)
PRI * HTTP/2.0
2026-03-14T21:04:32.255-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:04:36.431-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [bd58e674-865]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:04:41.646-04:00  WARN 1427025 --- [or-http-epoll-7] r.n.http.server.HttpServerOperations     : [fdbd0d44, L:/194.164.150.179:9090 - R:/167.94.138.175:21134] Decoding failed: REQUEST(decodeResult: failure(java.lang.IllegalStateException: Unexpected request [PRI * HTTP/2.0]), version: HTTP/2.0)
PRI * HTTP/2.0
2026-03-14T21:05:34.523-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40183aef-866]  500 Server Error for HTTP GET "/api/v1/targets"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/targets" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:05:36.212-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40183aef-867]  500 Server Error for HTTP GET "/api/v1/targets"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/targets" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:05:37.499-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40183aef-868]  500 Server Error for HTTP GET "/api/v1/label/version/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/version/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:05:39.024-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40183aef-869]  500 Server Error for HTTP GET "/api/v1/label/version/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/version/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:05:41.650-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40183aef-870]  500 Server Error for HTTP GET "/api/v1/label/goversion/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/goversion/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:05:44.159-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40183aef-871]  500 Server Error for HTTP GET "/api/v1/label/goversion/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/goversion/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:05:45.291-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40183aef-872]  500 Server Error for HTTP GET "/api/v1/query?query=prometheus_build_info"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/query?query=prometheus_build_info" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:05:45.801-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40183aef-873]  500 Server Error for HTTP GET "/api/v1/query?query=prometheus_build_info"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/query?query=prometheus_build_info" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:05:46.281-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40183aef-874]  500 Server Error for HTTP GET "/api/v1/labels"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/labels" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:06:05.446-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [098b6d63-875]  500 Server Error for HTTP GET "/sitemap.xml"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/sitemap.xml" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:06:22.987-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40d3dfe6-876]  500 Server Error for HTTP GET "/api/v1/targets"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/targets" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:06:24.269-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40d3dfe6-877]  500 Server Error for HTTP GET "/api/v1/targets"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/targets" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:06:26.091-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40d3dfe6-878]  500 Server Error for HTTP GET "/api/v1/label/version/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/version/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:06:27.799-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [40d3dfe6-879]  500 Server Error for HTTP GET "/api/v1/label/version/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/version/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:07:03.576-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [0f99d924-880]  500 Server Error for HTTP GET "/.well-known/security.txt"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/.well-known/security.txt" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T21:09:32.255-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:14:32.256-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:19:32.256-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:24:32.257-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:29:32.258-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:34:32.258-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:39:32.259-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:44:32.260-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:49:32.260-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:54:32.261-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T21:59:32.261-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:04:32.262-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:09:32.262-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:14:32.263-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:19:32.264-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:24:32.264-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:29:32.264-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:32:44.361-04:00 ERROR 1427025 --- [or-http-epoll-4] a.w.r.e.AbstractErrorWebExceptionHandler : [a106e0ce-881]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T22:32:44.548-04:00 ERROR 1427025 --- [or-http-epoll-4] a.w.r.e.AbstractErrorWebExceptionHandler : [a106e0ce-882]  500 Server Error for HTTP GET "/favicon.ico"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/favicon.ico" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-14T22:34:32.265-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:39:32.266-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:44:32.266-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:49:32.267-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:54:32.267-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T22:59:32.268-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:04:32.269-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:09:32.269-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:14:32.270-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:19:32.270-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:24:32.271-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:29:32.272-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:34:32.272-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:39:32.273-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:44:32.273-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:49:32.274-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:54:32.274-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-14T23:59:32.275-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:04:32.276-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:09:32.276-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:14:32.276-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:19:32.277-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:24:32.278-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:29:32.278-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:34:32.279-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:39:32.279-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:44:32.280-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:49:32.280-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:54:32.281-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T00:59:32.281-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:04:32.282-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:09:32.283-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:14:32.283-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:19:32.284-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:24:32.284-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:29:32.285-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:34:32.286-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:39:32.287-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:44:32.287-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:49:32.288-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:54:32.288-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T01:59:32.289-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:04:32.290-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:09:32.290-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:14:32.291-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:19:32.292-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:24:32.292-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:29:32.293-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:34:32.293-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:39:32.294-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:44:32.295-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:49:32.295-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:54:32.296-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T02:59:32.297-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:04:32.297-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:09:32.298-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:14:32.298-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:19:32.299-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:24:32.300-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:29:32.300-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:34:32.301-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:39:32.301-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:44:32.302-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:49:32.302-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:54:32.303-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T03:59:32.303-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:04:32.304-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:09:32.304-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:14:32.305-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:19:32.305-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:24:32.306-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:29:32.307-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:34:32.307-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:39:32.308-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:44:32.308-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:49:32.308-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:54:32.309-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T04:59:32.310-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:04:32.310-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:09:32.311-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:14:32.311-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:19:32.311-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:24:32.312-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:29:32.313-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:34:32.314-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:39:32.314-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:44:32.315-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:49:32.316-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:54:32.316-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T05:59:32.317-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:04:32.317-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:09:32.318-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:14:32.318-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:19:32.319-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:24:32.319-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:29:32.320-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:34:32.321-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:39:32.321-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:44:32.321-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:49:32.322-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:54:32.322-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T06:59:32.323-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:04:32.325-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:09:32.325-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:14:32.326-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:19:32.326-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:24:32.327-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:29:32.328-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:34:32.328-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:39:32.329-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:44:32.329-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:49:32.329-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:54:32.330-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T07:59:32.330-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:04:32.331-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:09:32.332-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:14:32.332-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:19:32.333-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:24:32.333-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:29:32.334-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:34:32.335-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:39:32.335-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:44:32.336-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:49:32.337-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:54:32.337-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T08:59:32.338-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:04:32.339-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:09:32.340-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:14:32.340-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:19:32.340-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:24:32.341-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:29:32.341-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:34:32.342-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:39:32.342-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:44:32.343-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:49:32.344-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:54:32.344-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T09:59:32.344-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:04:32.345-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:09:32.345-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:14:32.346-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:19:32.347-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:24:32.347-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:29:32.348-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:34:32.348-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:39:32.349-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:44:32.349-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:49:32.349-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:54:32.350-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T10:59:32.350-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:04:32.351-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:09:32.351-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:14:32.352-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:19:32.353-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:24:32.354-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:29:32.354-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:34:32.355-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:39:32.355-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:44:32.356-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:49:32.356-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:54:32.357-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T11:59:32.358-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:04:32.358-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:09:32.358-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:14:32.359-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:19:32.360-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:24:32.360-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:29:32.361-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:34:32.361-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:39:32.362-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:44:32.362-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:49:32.363-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:54:32.363-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T12:59:32.364-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:04:32.364-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:09:32.365-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:14:32.366-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:19:32.366-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:24:32.367-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:29:32.367-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:34:32.367-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:39:32.368-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:44:32.368-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:49:32.369-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:54:32.369-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T13:59:32.370-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:04:32.370-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:09:32.371-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:14:32.371-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:19:32.372-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:24:32.372-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:29:32.373-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:34:32.373-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:39:32.373-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:44:32.374-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:49:32.374-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:54:32.375-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T14:59:32.375-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:04:32.376-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:09:32.377-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:14:32.377-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:19:32.377-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:24:32.378-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:29:32.378-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:34:32.379-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:39:32.379-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:44:32.380-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:49:32.380-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:54:32.380-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T15:59:32.381-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:04:32.381-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:09:32.382-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:14:32.383-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:19:32.383-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:24:32.383-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:29:32.384-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:34:32.384-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:39:32.385-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:44:32.386-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:49:32.386-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:54:32.386-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T16:59:32.387-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:04:32.387-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:09:32.387-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:14:32.388-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:19:32.388-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:24:32.389-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:29:32.390-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:34:32.390-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:39:32.390-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:44:32.391-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:49:32.392-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:54:32.392-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T17:59:32.392-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:04:32.393-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:09:32.393-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:14:32.394-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:19:32.394-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:24:32.395-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:29:32.395-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:34:32.396-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:39:32.396-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:44:32.397-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:49:32.397-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:54:32.397-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T18:59:32.398-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:00:04.498-04:00 ERROR 1427025 --- [or-http-epoll-3] a.w.r.e.AbstractErrorWebExceptionHandler : [0a77eca3-883]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-15T19:04:32.399-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:09:32.399-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:14:32.399-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:19:32.400-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:24:32.400-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:29:32.401-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:34:32.401-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:39:32.402-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:44:32.402-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:49:32.403-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:54:32.403-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T19:59:32.404-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:04:32.404-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:09:32.405-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:14:32.406-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:19:32.406-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:24:32.407-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:29:32.407-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:34:32.408-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:39:32.408-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:44:32.409-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:49:32.409-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:54:32.410-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T20:59:32.410-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:04:32.411-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:09:32.412-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:14:32.412-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:19:32.413-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:24:32.413-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:29:32.414-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:34:32.414-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:39:32.415-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:44:32.415-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:49:32.416-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:54:32.417-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T21:59:32.417-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:04:32.417-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:09:32.419-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:14:32.419-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:19:32.420-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:24:32.420-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:29:32.421-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:34:32.421-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:39:32.422-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:44:32.422-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:49:32.423-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:54:32.423-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T22:59:32.424-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:04:32.424-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:09:32.425-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:14:32.426-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:19:32.426-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:24:32.427-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:29:32.427-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:34:32.428-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:39:32.428-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:44:32.429-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:49:32.430-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:54:32.430-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-15T23:59:32.431-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:04:32.431-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:09:32.432-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:14:32.432-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:19:32.433-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:24:32.434-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:29:32.434-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:34:32.434-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:39:32.435-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:44:32.436-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:49:32.436-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:54:32.437-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T00:59:32.460-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:04:32.461-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:09:32.461-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:14:32.462-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:19:32.462-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:24:32.463-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:29:32.464-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:32:35.697-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [ec290822-884]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:32:37.221-04:00  WARN 1427025 --- [or-http-epoll-3] r.n.http.server.HttpServerOperations     : [0a2d7dcf, L:/194.164.150.179:9090 - R:/162.142.125.47:8278] Decoding failed: REQUEST(decodeResult: failure(java.lang.IllegalStateException: Unexpected request [PRI * HTTP/2.0]), version: HTTP/2.0)
PRI * HTTP/2.0
2026-03-16T01:33:05.423-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-885]  500 Server Error for HTTP GET "/api/v1/targets"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/targets" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:05.910-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-886]  500 Server Error for HTTP GET "/api/v1/targets"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/targets" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:06.303-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-887]  500 Server Error for HTTP GET "/api/v1/label/version/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/version/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:06.921-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-888]  500 Server Error for HTTP GET "/api/v1/label/version/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/version/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:07.533-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-889]  500 Server Error for HTTP GET "/api/v1/label/goversion/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/goversion/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:08.343-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-890]  500 Server Error for HTTP GET "/api/v1/label/goversion/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/goversion/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:09.086-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-891]  500 Server Error for HTTP GET "/api/v1/query?query=prometheus_build_info"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/query?query=prometheus_build_info" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:09.755-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-892]  500 Server Error for HTTP GET "/api/v1/query?query=prometheus_build_info"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/query?query=prometheus_build_info" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:10.958-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-893]  500 Server Error for HTTP GET "/api/v1/labels"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/labels" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:12.073-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-894]  500 Server Error for HTTP GET "/api/v1/labels"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/labels" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:15.652-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-895]  500 Server Error for HTTP GET "/api/v1/label/__name__/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/__name__/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:16.786-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-896]  500 Server Error for HTTP GET "/api/v1/label/__name__/values"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/label/__name__/values" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:17.570-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-897]  500 Server Error for HTTP GET "/api/v1/status/config"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/api/v1/status/config" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:18.433-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [9c202db6-898]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:33:36.392-04:00 ERROR 1427025 --- [or-http-epoll-2] a.w.r.e.AbstractErrorWebExceptionHandler : [b7041de4-899]  500 Server Error for HTTP GET "/wiki"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/wiki" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:34:32.464-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:39:04.941-04:00 ERROR 1427025 --- [or-http-epoll-4] a.w.r.e.AbstractErrorWebExceptionHandler : [710c0a18-900]  500 Server Error for HTTP GET "/"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:39:09.060-04:00 ERROR 1427025 --- [or-http-epoll-4] a.w.r.e.AbstractErrorWebExceptionHandler : [411f80cd-901]  500 Server Error for HTTP GET "/favicon.ico"

org.springframework.web.reactive.function.client.WebClientResponseException$Forbidden: 403 Forbidden from GET http://ip-teamway.com:9070/api/v1/validateToken
	at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
	Suppressed: reactor.core.publisher.FluxOnAssembly$OnAssemblyException: 
Error has been observed at the following site(s):
	*__checkpoint ⇢ 403 FORBIDDEN from GET lb://authentication-service/api/v1/validateToken [DefaultWebClient]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.AuthorizationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.authentication.logout.LogoutWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.savedrequest.ServerRequestCacheWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.SecurityContextServerWebExchangeWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.context.ReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.web.cors.reactive.CorsWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.header.HttpHeaderWriterWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.config.web.server.ServerHttpSecurity$ServerWebExchangeReactorContextWebFilter [DefaultWebFilterChain]
	*__checkpoint ⇢ org.springframework.security.web.server.WebFilterChainProxy [DefaultWebFilterChain]
	*__checkpoint ⇢ HTTP GET "/favicon.ico" [ExceptionHandlingWebHandler]
Original Stack Trace:
		at org.springframework.web.reactive.function.client.WebClientResponseException.create(WebClientResponseException.java:313) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at org.springframework.web.reactive.function.client.DefaultClientResponse.lambda$createException$1(DefaultClientResponse.java:213) ~[spring-webflux-6.0.7.jar!/:6.0.7]
		at reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.java:106) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxOnErrorReturn$ReturnSubscriber.onNext(FluxOnErrorReturn.java:162) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2071) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxDefaultIfEmpty$DefaultIfEmptySubscriber.onComplete(FluxDefaultIfEmpty.java:134) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onComplete(FluxMapFuseable.java:152) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxContextWrite$ContextWriteSubscriber.onComplete(FluxContextWrite.java:126) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMapFuseable$MapFuseableConditionalSubscriber.onComplete(FluxMapFuseable.java:350) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxFilterFuseable$FilterFuseableConditionalSubscriber.onComplete(FluxFilterFuseable.java:391) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.Operators$BaseFluxToMonoOperator.completePossiblyEmpty(Operators.java:2072) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.MonoCollect$CollectSubscriber.onComplete(MonoCollect.java:145) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxPeek$PeekSubscriber.onComplete(FluxPeek.java:260) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.core.publisher.FluxMap$MapSubscriber.onComplete(FluxMap.java:144) ~[reactor-core-3.5.4.jar!/:3.5.4]
		at reactor.netty.channel.FluxReceive.onInboundComplete(FluxReceive.java:415) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.onInboundComplete(ChannelOperations.java:431) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperations.terminate(ChannelOperations.java:485) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at reactor.netty.http.client.HttpClientOperations.onInboundNext(HttpClientOperations.java:712) ~[reactor-netty-http-1.1.5.jar!/:1.1.5]
		at reactor.netty.channel.ChannelOperationsHandler.channelRead(ChannelOperationsHandler.java:113) ~[reactor-netty-core-1.1.5.jar!/:1.1.5]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler$DelegatingChannelHandlerContext.fireChannelRead(CombinedChannelDuplexHandler.java:436) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) ~[netty-codec-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.CombinedChannelDuplexHandler.channelRead(CombinedChannelDuplexHandler.java:251) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.AbstractEpollStreamChannel$EpollStreamUnsafe.epollInReady(AbstractEpollStreamChannel.java:800) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:499) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:397) ~[netty-transport-classes-epoll-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) ~[netty-common-4.1.90.Final.jar!/:4.1.90.Final]
		at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]

2026-03-16T01:39:32.465-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:44:32.465-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:49:32.466-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:54:32.466-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T01:59:32.467-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:04:32.468-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:09:32.468-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:14:32.469-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:19:32.469-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:24:32.470-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:29:32.470-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:34:32.471-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:39:32.471-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:44:32.472-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:49:32.473-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:54:32.474-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T02:59:32.475-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:04:32.475-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:09:32.476-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:14:32.476-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:19:32.477-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:24:32.477-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:29:32.478-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:34:32.478-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:39:32.479-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:44:32.479-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:49:32.480-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:54:32.480-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T03:59:32.481-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:04:32.481-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:09:32.482-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:14:32.483-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:19:32.483-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:24:32.484-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:29:32.484-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:34:32.485-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:39:32.486-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:44:32.486-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:49:32.487-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:54:32.487-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T04:59:32.488-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:04:32.488-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:09:32.489-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:14:32.489-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:19:32.490-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:24:32.490-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:29:32.490-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:34:32.492-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:39:32.492-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:44:32.493-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:49:32.493-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:54:32.494-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T05:59:32.494-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:04:32.495-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:09:32.495-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:14:32.495-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:19:32.496-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:24:32.497-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:29:32.498-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
2026-03-16T06:34:32.498-04:00  INFO 1427025 --- [trap-executor-0] c.n.d.s.r.aws.ConfigClusterResolver      : Resolving eureka endpoints via configuration
366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 21:53:47.168  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 21:54:47.169  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 21:55:47.169  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 21:56:47.169  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 21:57:47.169  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 21:58:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 21:59:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:00:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:01:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:02:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:03:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:04:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:05:43.947  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-10 22:05:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:06:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:07:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:08:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:09:47.170  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:10:47.171  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:11:47.171  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:12:47.171  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:13:47.171  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:14:47.172  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:15:47.172  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:16:47.172  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:17:47.172  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:18:47.173  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:19:47.173  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:20:43.947  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-10 22:20:47.173  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:21:47.173  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:22:47.174  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:23:47.174  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:24:47.174  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:25:47.174  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:26:47.174  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:27:47.174  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:28:47.174  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:29:47.174  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:30:47.175  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:31:47.175  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:32:47.175  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:33:47.175  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:34:47.176  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:35:43.947  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-10 22:35:47.176  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:36:47.176  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:37:47.176  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:38:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:39:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:40:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:41:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:42:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:43:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:44:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:45:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:46:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:47:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:48:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:49:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:50:43.947  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-10 22:50:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:51:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:52:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:53:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:54:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:55:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:56:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:57:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:58:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 22:59:47.177  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:00:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:01:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:02:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:03:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:04:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:05:43.947  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-10 23:05:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:06:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:07:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:08:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:09:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:10:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:11:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:12:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:13:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:14:47.178  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:15:47.179  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:16:47.179  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:17:47.179  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:18:47.179  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:19:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:20:43.947  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-10 23:20:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:21:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:22:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:23:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:24:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:25:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:26:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:27:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:28:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:29:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:30:47.180  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:31:47.181  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:32:47.181  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:33:47.181  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:34:47.181  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:35:43.947  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-10 23:35:47.182  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:36:47.182  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:37:47.182  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:38:47.182  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:39:47.183  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:40:47.183  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:41:47.183  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:42:47.183  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:43:47.184  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:44:47.184  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:45:47.184  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:46:47.184  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:47:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:48:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:49:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:50:43.948  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-10 23:50:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:51:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:52:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:53:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:54:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:55:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:56:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:57:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:58:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-10 23:59:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:00:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:01:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:02:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:03:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:04:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:05:43.948  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 00:05:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:06:47.185  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:07:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:08:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:09:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:10:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:11:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:12:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:13:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:14:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:15:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:16:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:17:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:18:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:19:47.186  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:20:43.949  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 00:20:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:21:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:22:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:23:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:24:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:25:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:26:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:27:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:28:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:29:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:30:47.187  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:31:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:32:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:33:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:34:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:35:43.949  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 00:35:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:36:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:37:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:38:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:39:47.189  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:40:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:41:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:42:47.188  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:43:47.189  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:44:47.189  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:45:47.189  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:46:47.189  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:47:47.190  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:48:47.190  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:49:47.190  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:50:43.949  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 00:50:47.190  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:51:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:52:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:53:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:54:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:55:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:56:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:57:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:58:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 00:59:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:00:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:01:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:02:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:03:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:04:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:05:43.949  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 01:05:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:06:47.191  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:07:47.192  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:08:47.192  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:09:47.192  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:10:47.192  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:11:47.193  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:12:47.193  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:13:47.193  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:14:47.193  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:15:47.194  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:16:47.194  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:17:47.194  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:18:47.194  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:19:47.194  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:20:43.949  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 01:20:47.194  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:21:47.194  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:22:47.194  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:23:47.194  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:24:47.195  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:25:47.195  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:26:47.195  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:27:47.195  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:28:47.196  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:29:47.196  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:30:47.196  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:31:47.196  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:32:47.197  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:33:47.197  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:34:47.197  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:35:43.949  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 01:35:47.197  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:36:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:37:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:38:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:39:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:40:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:41:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:42:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:43:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:44:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:45:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:46:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:47:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:48:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:49:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:50:43.949  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 01:50:47.198  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:51:47.199  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:52:47.199  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:53:47.199  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:54:47.199  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:55:47.200  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:56:47.200  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:57:47.200  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:58:47.200  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 01:59:47.201  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:00:47.201  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:01:47.201  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:02:47.202  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:03:47.202  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:04:47.202  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:05:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 02:05:47.203  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 1ms
2026-03-11 02:06:47.204  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:07:47.204  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:08:47.204  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:09:47.204  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:10:47.204  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:11:47.205  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:12:47.205  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:13:47.205  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:14:47.205  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:15:47.205  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:16:47.205  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:17:47.205  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:18:47.206  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:19:47.206  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:20:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 02:20:47.206  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:21:47.206  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:22:47.206  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:23:47.206  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:24:47.206  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:25:47.207  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:26:47.207  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:27:47.207  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:28:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:29:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:30:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:31:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:32:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:33:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:34:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:35:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 02:35:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:36:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:37:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:38:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:39:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:40:47.208  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:41:47.209  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:42:47.209  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:43:47.209  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:44:47.210  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:45:47.209  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:46:47.209  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:47:47.210  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:48:47.210  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:49:47.211  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:50:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 02:50:47.211  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:51:47.211  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:52:47.211  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:53:47.212  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:54:47.212  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:55:47.212  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:56:47.212  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:57:47.212  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:58:47.212  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 02:59:47.212  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:00:47.212  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:01:47.213  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:02:47.213  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:03:47.213  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:04:47.214  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:05:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 03:05:47.214  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:06:47.214  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:07:47.215  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:08:47.215  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:09:47.215  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:10:47.216  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:11:47.216  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:12:47.216  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:13:47.216  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:14:47.216  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:15:47.217  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:16:47.217  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:17:47.217  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:18:47.217  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:19:47.217  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:20:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 03:20:47.217  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:21:47.217  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:22:47.218  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:23:47.218  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:24:47.218  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:25:47.218  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:26:47.218  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:27:47.219  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:28:47.219  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:29:47.219  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:30:47.219  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:31:47.219  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:32:47.219  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:33:47.219  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:34:47.220  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:35:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 03:35:47.220  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:36:47.220  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:37:47.220  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:38:47.221  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:39:47.221  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:40:47.221  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:41:47.221  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:42:47.221  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:43:47.222  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:44:47.222  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:45:47.222  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:46:47.222  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:47:47.223  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:48:47.223  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:49:47.224  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:50:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 03:50:47.223  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:51:47.223  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:52:47.223  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:53:47.223  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:54:47.223  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:55:47.224  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:56:47.224  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:57:47.224  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:58:47.225  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 03:59:47.225  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:00:47.225  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:01:47.225  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:02:47.225  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:03:47.225  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:04:47.225  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:05:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 04:05:47.225  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:06:47.225  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:07:47.226  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:08:47.226  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:09:47.226  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:10:47.226  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:11:47.227  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:12:47.227  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:13:47.227  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:14:47.227  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:15:47.228  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:16:47.228  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:17:47.228  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:18:47.228  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:19:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:20:43.950  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 04:20:47.228  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:21:47.228  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:22:47.228  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:23:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:24:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:25:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:26:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:27:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:28:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:29:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:30:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:31:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:32:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:33:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:34:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:35:43.951  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 04:35:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:36:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:37:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:38:47.229  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:39:47.230  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:40:47.230  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:41:47.230  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:42:47.230  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:43:47.231  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:44:47.231  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:45:47.231  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:46:47.231  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:47:47.232  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:48:47.232  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:49:47.232  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:50:43.951  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 04:50:47.233  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:51:47.233  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:52:47.233  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:53:47.233  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:54:47.234  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:55:47.234  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:56:47.234  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:57:47.234  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:58:47.235  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 04:59:47.235  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:00:47.235  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:01:47.235  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:02:47.236  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:03:47.236  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:04:47.236  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:05:43.951  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 05:05:47.236  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:06:47.236  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:07:47.236  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:08:47.236  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:09:47.236  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:10:47.237  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:11:47.237  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:12:47.237  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:13:47.237  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:14:47.237  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:15:47.237  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:16:47.237  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:17:47.238  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:18:47.238  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:19:47.239  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 1ms
2026-03-11 05:20:43.952  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 05:20:47.240  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:21:47.240  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:22:47.240  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:23:47.240  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:24:47.240  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:25:47.240  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:26:47.240  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:27:47.241  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:28:47.241  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:29:47.241  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:30:47.241  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:31:47.242  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:32:47.242  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:33:47.242  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:34:47.243  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:35:43.952  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 05:35:47.243  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:36:47.243  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:37:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:38:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:39:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:40:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:41:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:42:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:43:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:44:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:45:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:46:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:47:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:48:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:49:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:50:43.952  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 05:50:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:51:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:52:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:53:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:54:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:55:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:56:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:57:47.244  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:58:47.245  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 05:59:47.245  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:00:47.245  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:01:47.245  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:02:47.246  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:03:47.246  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:04:47.246  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:05:43.952  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 06:05:47.246  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:06:47.246  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:07:47.246  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:08:47.246  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:09:47.246  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:10:47.247  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:11:47.247  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:12:47.247  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:13:47.247  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:14:47.248  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:15:47.248  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:16:47.248  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:17:47.248  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:18:47.249  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:19:47.249  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:20:43.952  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 06:20:47.249  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:21:47.249  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:22:47.249  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:23:47.249  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:24:47.249  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:25:47.250  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:26:47.250  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:27:47.250  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:28:47.250  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:29:47.251  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:30:47.251  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:31:47.251  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:32:47.251  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:33:47.252  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:34:47.252  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:35:43.952  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 06:35:47.252  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:36:47.252  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:37:47.252  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:38:47.252  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:39:47.252  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:40:47.252  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:41:47.253  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:42:47.253  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:43:47.253  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:44:47.253  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:45:47.253  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:46:47.253  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:47:47.253  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:48:47.254  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:49:47.254  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:50:43.953  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 06:50:47.254  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:51:47.254  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:52:47.254  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:53:47.254  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:54:47.254  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:55:47.255  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:56:47.255  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:57:47.255  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:58:47.255  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 06:59:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:00:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:01:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:02:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:03:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:04:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:05:43.953  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 07:05:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:06:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:07:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:08:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:09:47.256  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:10:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:11:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:12:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:13:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:14:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:15:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:16:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:17:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:18:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:19:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:20:43.953  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 07:20:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:21:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:22:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:23:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:24:47.257  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:25:47.258  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:26:47.258  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:27:47.258  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:28:47.258  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:29:47.259  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:30:47.259  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:31:47.259  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:32:47.259  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:33:47.259  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:34:47.259  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:35:43.954  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 07:35:47.259  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:36:47.260  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:37:47.260  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:38:47.260  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:39:47.260  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:40:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:41:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:42:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:43:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:44:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:45:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:46:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:47:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:48:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:49:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:50:43.953  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 07:50:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:51:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:52:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:53:47.261  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:54:47.262  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:55:47.262  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:56:47.262  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:57:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:58:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 07:59:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:00:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:01:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:02:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:03:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:04:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:05:43.953  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 08:05:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:06:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:07:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:08:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:09:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:10:47.263  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:11:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:12:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:13:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:14:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:15:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:16:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:17:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:18:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:19:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:20:43.954  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 08:20:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:21:47.264  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:22:47.265  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:23:47.265  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:24:47.265  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:25:47.266  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:26:47.266  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:27:47.266  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:28:47.266  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:29:47.266  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:30:47.266  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:31:47.266  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:32:47.266  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:33:47.266  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:34:47.267  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:35:43.954  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 08:35:47.267  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:36:47.267  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:37:47.268  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:38:47.268  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:39:47.268  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:40:47.268  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:41:47.268  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:42:47.269  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:43:47.269  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:44:47.269  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:45:47.269  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:46:47.269  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:47:47.269  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:48:47.269  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:49:47.269  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:50:43.954  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 08:50:47.270  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:51:47.270  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:52:47.270  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:53:47.271  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:54:47.271  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:55:47.272  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:56:47.272  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:57:47.272  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:58:47.272  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 08:59:47.272  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:00:47.272  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:01:47.272  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:02:47.273  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:03:47.273  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:04:47.273  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:05:43.955  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 09:05:47.274  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:06:47.274  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:07:47.274  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:08:47.274  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:09:47.274  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:10:47.274  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:11:47.274  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:12:47.274  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:13:47.274  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:14:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:15:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:16:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:17:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:18:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:19:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:20:43.955  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 09:20:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:21:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:22:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:23:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:24:47.275  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:25:47.276  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:26:47.276  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:27:47.276  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:28:47.276  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:29:47.277  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:30:47.277  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:31:47.277  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:32:47.277  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:33:47.277  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:34:47.277  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:35:43.955  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 09:35:47.277  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:36:47.278  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:37:47.278  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:38:47.278  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:39:47.278  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:40:47.279  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:41:47.279  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:42:47.279  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:43:47.279  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:44:47.279  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:45:47.279  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:46:47.279  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:47:47.280  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:48:47.280  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:49:47.280  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:50:43.956  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 09:50:47.280  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:51:47.281  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:52:47.281  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:53:47.281  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:54:47.281  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:55:47.281  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:56:47.281  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:57:47.281  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:58:47.282  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 09:59:47.282  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:00:47.282  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:01:47.282  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:02:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:03:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:04:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:05:43.956  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 10:05:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:06:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:07:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:08:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:09:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:10:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:11:47.283  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:12:47.284  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:13:47.284  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:14:47.284  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:15:47.284  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:16:47.284  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:17:47.284  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:18:47.284  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:19:47.284  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:20:43.956  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 10:20:47.284  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:21:47.285  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:22:47.285  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:23:47.285  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:24:47.285  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:25:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:26:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:27:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:28:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:29:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:30:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:31:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:32:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:33:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:34:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:35:43.957  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 10:35:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:36:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:37:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:38:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:39:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:40:47.286  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:41:47.287  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:42:47.287  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:43:47.287  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:44:47.287  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:45:47.288  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:46:47.288  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:47:47.288  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:48:47.288  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:49:47.289  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:50:43.956  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 10:50:47.289  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:51:47.289  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:52:47.289  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:53:47.290  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:54:47.290  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:55:47.290  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:56:47.291  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:57:47.291  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:58:47.291  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 10:59:47.291  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:00:47.291  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:01:47.291  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:02:47.291  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:03:47.291  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:04:47.292  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:05:43.956  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 11:05:47.292  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:06:47.292  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:07:47.292  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:08:47.293  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:09:47.293  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:10:47.293  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:11:47.293  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:12:47.293  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:13:47.293  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:14:47.293  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:15:47.294  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:16:47.294  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:17:47.294  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:18:47.294  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:19:47.295  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:20:43.956  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 11:20:47.295  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:21:47.295  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:22:47.295  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:23:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:24:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:25:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:26:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:27:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:28:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:29:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:30:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:31:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:32:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:33:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:34:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:35:43.956  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 11:35:47.296  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:36:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:37:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:38:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:39:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:40:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:41:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:42:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:43:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:44:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:45:47.297  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:46:47.298  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:47:47.298  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:48:47.298  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:49:47.298  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:50:43.956  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 11:50:47.299  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:51:47.299  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:52:47.299  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:53:47.299  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:54:47.300  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:55:47.300  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:56:47.300  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:57:47.300  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:58:47.301  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 11:59:47.301  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:00:47.301  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:01:47.301  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:02:47.302  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:03:47.302  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:04:47.302  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:05:43.957  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 12:05:47.303  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:06:47.303  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:07:47.303  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:08:47.303  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:09:47.304  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:10:47.304  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:11:47.304  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:12:47.304  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:13:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:14:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:15:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:16:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:17:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:18:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:19:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:20:43.956  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 12:20:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:21:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:22:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:23:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:24:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:25:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:26:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:27:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:28:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:29:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:30:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:31:47.305  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:32:47.306  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:33:47.306  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:34:47.306  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:35:43.957  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 12:35:47.306  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:36:47.307  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:37:47.307  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:38:47.307  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:39:47.307  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:40:47.307  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:41:47.307  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:42:47.307  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:43:47.307  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:44:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:45:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:46:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:47:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:48:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:49:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:50:43.957  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 12:50:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:51:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:52:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:53:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:54:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:55:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:56:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:57:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:58:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 12:59:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:00:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:01:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:02:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:03:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:04:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:05:43.957  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 13:05:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:06:47.308  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:07:47.309  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:08:47.309  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:09:47.309  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:10:47.309  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:11:47.309  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:12:47.309  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:13:47.309  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:14:47.310  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:15:47.310  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:16:47.310  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:17:47.310  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:18:47.311  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:19:47.311  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:20:43.957  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 13:20:47.311  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:21:47.311  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:22:47.312  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:23:47.312  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:24:47.312  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:25:47.312  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:26:47.313  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:27:47.313  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:28:47.313  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:29:47.313  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:30:47.314  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:31:47.314  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:32:47.314  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:33:47.314  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:34:47.315  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:35:43.957  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 13:35:47.315  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:36:47.315  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:37:47.315  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:38:47.316  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:39:47.316  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:40:47.316  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:41:47.316  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:42:47.316  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:43:47.317  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:44:47.317  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:45:47.317  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:46:47.317  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:47:47.318  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:48:47.318  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:49:47.318  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:50:43.957  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 13:50:47.318  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:51:47.319  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:52:47.319  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:53:47.319  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:54:47.319  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:55:47.320  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:56:47.320  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:57:47.320  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:58:47.320  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 13:59:47.321  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:00:47.321  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:01:47.321  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:02:47.321  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:03:47.321  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:04:47.321  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:05:43.958  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 14:05:47.321  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:06:47.322  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:07:47.322  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:08:47.322  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:09:47.322  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:10:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:11:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:12:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:13:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:14:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:15:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:16:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:17:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:18:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:19:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:20:43.958  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 14:20:47.323  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:21:47.324  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:22:47.324  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:23:47.324  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:24:47.324  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:25:47.325  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:26:47.325  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:27:47.325  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:28:47.325  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:29:47.326  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:30:47.326  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:31:47.326  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:32:47.326  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:33:47.327  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:34:47.327  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:35:43.958  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 14:35:47.327  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:36:47.327  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:37:47.328  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:38:47.328  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:39:47.328  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:40:47.328  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:41:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:42:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:43:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:44:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:45:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:46:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:47:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:48:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:49:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:50:43.959  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 14:50:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:51:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:52:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:53:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:54:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:55:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:56:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:57:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:58:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 14:59:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:00:47.329  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:01:47.330  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:02:47.330  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:03:47.330  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:04:47.330  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:05:43.959  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 15:05:47.331  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:06:47.331  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:07:47.331  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:08:47.331  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:09:47.332  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:10:47.332  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:11:47.332  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:12:47.332  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:13:47.332  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:14:47.332  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:15:47.332  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:16:47.333  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:17:47.333  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:18:47.333  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:19:47.333  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:20:43.959  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 15:20:47.334  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:21:47.334  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:22:47.334  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:23:47.334  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:24:47.335  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:25:47.335  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:26:47.335  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:27:47.335  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:28:47.336  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:29:47.336  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:30:47.336  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:31:47.336  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:32:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:33:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:34:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:35:43.960  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 15:35:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:36:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:37:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:38:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:39:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:40:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:41:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:42:47.337  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:43:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:44:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:45:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:46:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:47:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:48:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:49:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:50:43.960  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 15:50:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:51:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:52:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:53:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:54:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:55:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:56:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:57:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:58:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 15:59:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:00:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:01:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:02:47.338  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:03:47.339  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:04:47.339  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:05:43.960  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 16:05:47.339  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:06:47.339  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:07:47.340  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:08:47.340  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:09:47.340  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:10:47.340  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:11:47.341  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:12:47.341  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:13:47.341  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:14:47.341  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:15:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:16:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:17:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:18:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:19:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:20:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 16:20:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:21:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:22:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:23:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:24:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:25:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:26:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:27:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:28:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:29:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:30:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:31:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:32:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:33:47.342  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:34:47.343  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:35:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 16:35:47.343  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:36:47.343  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:37:47.343  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:38:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:39:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:40:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:41:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:42:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:43:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:44:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:45:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:46:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:47:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:48:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:49:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:50:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 16:50:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:51:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:52:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:53:47.345  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:54:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:55:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:56:47.344  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:57:47.345  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:58:47.345  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 16:59:47.345  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:00:47.345  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:01:47.346  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:02:47.346  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:03:47.346  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:04:47.346  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:05:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 17:05:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:06:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:07:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:08:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:09:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:10:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:11:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:12:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:13:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:14:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:15:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:16:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:17:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:18:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:19:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:20:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 17:20:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:21:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:22:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:23:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:24:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:25:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:26:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:27:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:28:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:29:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:30:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:31:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:32:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:33:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:34:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:35:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 17:35:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:36:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:37:47.347  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:38:47.348  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:39:47.348  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:40:47.348  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:41:47.348  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:42:47.349  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:43:47.349  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:44:47.349  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:45:47.349  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:46:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:47:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:48:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:49:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:50:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 17:50:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:51:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:52:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:53:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:54:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:55:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:56:47.350  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:57:47.351  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:58:47.351  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 17:59:47.351  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:00:47.351  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:01:47.351  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:02:47.351  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:03:47.351  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:04:47.352  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:05:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 18:05:47.352  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:06:47.352  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:07:47.352  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:08:47.353  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:09:47.353  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:10:47.353  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:11:47.353  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:12:47.353  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:13:47.353  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:14:47.353  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:15:47.353  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:16:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:17:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:18:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:19:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:20:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 18:20:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:21:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:22:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:23:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:24:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:25:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:26:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:27:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:28:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:29:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:30:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:31:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:32:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:33:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:34:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:35:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 18:35:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:36:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:37:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:38:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:39:47.354  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:40:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:41:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:42:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:43:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:44:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:45:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:46:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:47:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:48:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:49:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:50:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 18:50:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:51:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:52:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:53:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:54:47.355  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:55:47.356  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:56:47.356  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:57:47.356  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:58:47.356  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 18:59:47.357  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:00:47.357  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:01:47.357  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:02:47.357  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:03:47.358  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:04:47.358  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:05:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 19:05:47.358  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:06:47.358  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:07:47.359  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:08:47.359  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:09:47.359  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:10:47.359  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:11:47.360  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:12:47.360  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:13:47.360  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:14:47.361  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:15:47.360  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:16:47.360  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:17:47.360  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:18:47.360  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:19:47.360  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:20:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 19:20:47.360  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:21:47.361  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:22:47.361  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:23:47.361  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:24:47.361  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:25:47.362  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:26:47.362  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:27:47.362  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:28:47.362  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:29:47.363  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:30:47.363  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:31:47.363  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:32:47.363  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:33:47.363  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:34:47.363  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:35:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 19:35:47.363  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:36:47.363  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:37:47.363  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:38:47.364  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:39:47.364  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:40:47.364  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:41:47.364  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:42:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:43:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:44:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:45:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:46:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:47:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:48:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:49:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:50:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 19:50:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:51:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:52:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:53:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:54:47.365  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:55:47.366  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:56:47.366  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:57:47.366  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:58:47.366  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 19:59:47.367  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:00:47.367  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:01:47.367  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:02:47.367  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:03:47.368  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:04:47.368  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:05:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 20:05:47.368  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:06:47.368  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:07:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:08:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:09:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:10:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:11:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:12:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:13:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:14:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:15:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:16:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:17:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:18:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:19:47.369  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:20:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 20:20:47.370  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:21:47.370  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:22:47.370  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:23:47.370  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:24:47.370  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:25:47.370  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:26:47.370  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:27:47.370  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:28:47.370  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:29:47.371  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:30:47.371  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:31:47.371  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:32:47.371  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:33:47.371  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:34:47.372  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:35:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 20:35:47.372  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:36:47.372  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:37:47.372  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:38:47.372  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:39:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:40:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:41:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:42:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:43:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:44:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:45:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:46:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:47:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:48:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:49:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:50:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 20:50:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:51:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:52:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:53:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:54:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:55:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:56:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:57:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:58:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 20:59:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:00:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:01:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:02:47.373  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:03:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:04:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:05:43.961  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 21:05:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:06:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:07:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:08:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:09:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:10:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:11:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:12:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:13:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:14:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:15:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:16:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:17:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:18:47.374  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:19:47.375  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:20:43.962  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 21:20:47.375  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:21:47.375  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:22:47.375  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:23:47.375  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:24:47.376  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:25:47.376  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:26:47.376  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:27:47.376  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:28:47.376  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:29:47.376  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:30:47.376  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:31:47.376  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:32:47.376  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:33:47.377  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:34:47.377  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:35:43.962  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 21:35:47.377  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:36:47.377  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:37:47.377  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:38:47.378  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:39:47.378  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:40:47.378  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:41:47.378  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:42:47.379  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:43:47.379  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:44:47.379  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:45:47.379  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:46:47.379  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:47:47.379  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:48:47.379  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:49:47.379  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:50:43.962  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 21:50:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:51:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:52:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:53:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:54:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:55:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:56:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:57:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:58:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 21:59:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:00:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:01:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:02:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:03:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:04:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:05:43.963  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 22:05:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:06:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:07:47.380  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:08:47.381  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:09:47.381  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:10:47.381  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:11:47.381  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:12:47.381  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:13:47.382  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:14:47.382  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:15:47.382  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:16:47.382  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:17:47.382  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:18:47.382  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:19:47.382  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:20:43.963  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 22:20:47.383  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:21:47.383  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:22:47.383  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:23:47.383  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:24:47.383  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:25:47.384  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:26:47.384  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:27:47.384  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:28:47.384  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:29:47.384  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:30:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:31:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:32:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:33:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:34:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:35:43.963  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 22:35:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:36:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:37:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:38:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:39:47.385  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:40:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:41:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:42:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:43:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:44:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:45:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:46:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:47:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:48:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:49:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:50:43.964  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 22:50:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:51:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:52:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:53:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:54:47.386  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:55:47.387  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:56:47.387  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:57:47.387  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:58:47.387  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 22:59:47.387  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:00:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:01:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:02:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:03:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:04:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:05:43.963  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 23:05:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:06:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:07:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:08:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:09:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:10:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:11:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:12:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:13:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:14:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:15:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:16:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:17:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:18:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:19:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:20:43.964  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 23:20:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:21:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:22:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:23:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:24:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:25:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:26:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:27:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:28:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:29:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:30:47.388  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:31:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:32:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:33:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:34:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:35:43.964  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 23:35:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:36:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:37:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:38:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:39:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:40:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:41:47.389  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:42:47.390  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:43:47.390  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:44:47.390  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:45:47.390  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:46:47.390  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:47:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:48:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:49:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:50:43.965  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-11 23:50:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:51:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:52:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:53:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:54:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:55:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:56:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:57:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:58:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-11 23:59:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:00:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:01:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:02:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:03:47.392  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:04:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:05:43.965  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 00:05:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:06:47.391  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:07:47.392  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:08:47.392  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:09:47.392  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:10:47.392  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:11:47.392  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:12:47.393  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:13:47.393  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:14:47.393  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:15:47.393  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:16:47.393  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:17:47.393  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:18:47.393  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:19:47.393  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:20:43.965  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 00:20:47.393  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:21:47.394  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:22:47.394  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:23:47.394  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:24:47.394  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:25:47.395  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:26:47.395  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:27:47.395  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:28:47.395  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:29:47.396  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:30:47.396  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:31:47.396  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:32:47.396  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:33:47.396  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:34:47.396  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:35:43.966  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 00:35:47.396  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:36:47.396  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:37:47.397  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:38:47.397  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:39:47.397  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:40:47.397  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:41:47.398  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:42:47.398  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:43:47.398  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:44:47.398  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:45:47.399  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:46:47.399  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:47:47.399  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:48:47.399  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:49:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:50:43.966  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 00:50:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:51:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:52:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:53:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:54:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:55:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:56:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:57:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:58:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 00:59:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:00:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:01:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:02:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:03:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:04:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:05:43.966  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 01:05:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:06:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:07:47.400  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:08:47.401  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:09:47.401  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:10:47.401  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:11:47.401  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:12:47.402  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:13:47.402  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:14:47.402  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:15:47.402  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:16:47.402  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:17:47.403  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:18:47.403  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:19:47.403  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:20:43.967  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 01:20:47.403  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:21:47.403  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:22:47.403  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:23:47.403  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:24:47.403  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:25:47.403  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:26:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:27:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:28:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:29:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:30:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:31:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:32:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:33:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:34:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:35:43.967  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 01:35:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:36:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:37:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:38:47.404  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:39:47.405  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:40:47.405  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:41:47.405  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:42:47.405  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:43:47.405  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:44:47.405  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:45:47.405  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:46:47.405  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:47:47.405  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:48:47.406  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:49:47.406  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:50:43.967  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 01:50:47.406  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:51:47.406  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:52:47.407  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:53:47.407  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:54:47.407  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:55:47.407  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:56:47.407  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:57:47.407  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:58:47.407  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 01:59:47.407  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:00:47.408  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:01:47.408  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:02:47.408  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:03:47.408  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:04:47.408  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:05:43.968  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 02:05:47.408  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:06:47.408  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:07:47.408  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:08:47.409  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:09:47.409  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:10:47.409  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:11:47.409  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:12:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:13:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:14:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:15:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:16:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:17:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:18:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:19:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:20:43.968  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 02:20:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:21:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:22:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:23:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:24:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:25:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:26:47.411  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:27:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:28:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:29:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:30:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:31:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:32:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:33:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:34:47.411  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:35:43.969  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 02:35:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:36:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:37:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:38:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:39:47.410  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:40:47.411  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:41:47.411  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:42:47.411  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:43:47.412  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:44:47.412  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:45:47.412  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:46:47.413  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:47:47.412  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:48:47.412  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:49:47.412  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:50:43.968  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 02:50:47.412  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:51:47.412  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:52:47.413  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:53:47.413  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:54:47.414  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:55:47.414  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:56:47.414  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:57:47.414  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:58:47.414  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 02:59:47.415  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:00:47.415  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:01:47.415  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:02:47.415  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:03:47.415  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:04:47.416  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:05:43.968  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 03:05:47.416  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:06:47.417  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:07:47.416  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:08:47.416  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:09:47.416  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:10:47.417  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:11:47.417  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:12:47.417  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:13:47.417  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:14:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:15:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:16:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:17:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:18:47.419  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:19:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:20:43.969  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 03:20:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:21:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:22:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:23:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:24:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:25:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:26:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:27:47.418  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:28:47.419  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:29:47.419  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:30:47.419  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:31:47.419  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:32:47.420  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:33:47.420  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:34:47.420  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:35:43.968  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 03:35:47.420  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:36:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:37:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:38:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:39:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:40:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:41:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:42:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:43:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:44:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:45:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:46:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:47:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:48:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:49:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:50:43.969  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 03:50:47.421  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:51:47.422  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:52:47.422  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:53:47.422  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:54:47.422  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:55:47.423  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:56:47.423  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:57:47.423  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:58:47.423  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 03:59:47.424  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:00:47.424  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:01:47.424  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:02:47.424  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:03:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:04:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:05:43.969  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 04:05:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:06:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:07:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:08:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:09:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:10:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:11:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:12:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:13:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:14:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:15:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:16:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:17:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:18:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:19:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:20:43.969  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 04:20:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:21:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:22:47.425  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:23:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:24:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:25:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:26:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:27:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:28:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:29:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:30:47.426  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:31:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:32:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:33:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:34:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:35:43.970  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 04:35:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:36:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:37:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:38:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:39:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:40:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:41:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:42:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:43:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:44:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:45:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:46:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:47:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:48:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:49:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:50:43.969  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 04:50:47.428  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:51:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:52:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:53:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:54:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:55:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:56:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:57:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:58:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 04:59:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:00:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:01:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:02:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:03:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:04:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:05:43.969  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 05:05:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:06:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:07:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:08:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:09:47.427  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:10:47.428  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:11:47.428  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:12:47.428  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:13:47.428  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:14:47.429  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:15:47.429  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:16:47.429  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:17:47.429  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:18:47.430  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:19:47.430  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:20:43.969  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 05:20:47.430  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:21:47.430  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:22:47.431  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:23:47.431  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:24:47.431  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:25:47.431  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:26:47.431  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:27:47.431  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:28:47.431  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:29:47.431  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:30:47.431  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:31:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:32:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:33:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:34:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:35:43.969  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 05:35:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:36:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:37:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:38:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:39:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:40:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:41:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:42:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:43:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:44:47.432  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:45:47.433  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:46:47.433  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:47:47.433  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:48:47.434  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:49:47.434  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:50:43.970  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 05:50:47.435  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:51:47.435  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:52:47.435  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:53:47.436  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:54:47.436  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:55:47.436  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:56:47.436  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:57:47.437  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:58:47.437  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 05:59:47.437  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:00:47.437  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:01:47.438  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:02:47.438  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:03:47.438  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:04:47.438  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:05:43.970  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 06:05:47.439  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:06:47.439  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:07:47.439  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:08:47.440  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:09:47.440  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:10:47.440  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:11:47.440  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:12:47.441  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:13:47.441  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:14:47.441  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:15:47.442  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:16:47.442  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:17:47.442  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:18:47.442  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:19:47.443  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:20:43.970  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 06:20:47.443  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:21:47.443  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:22:47.443  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:23:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:24:47.443  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:25:47.443  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:26:47.443  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:27:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:28:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:29:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:30:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:31:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:32:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:33:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:34:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:35:43.970  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 06:35:47.445  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:36:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:37:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:38:47.444  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:39:47.445  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:40:47.445  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:41:47.445  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:42:47.445  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:43:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:44:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:45:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:46:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:47:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:48:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:49:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:50:43.970  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 06:50:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:51:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:52:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:53:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:54:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:55:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:56:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:57:47.446  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:58:47.447  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 06:59:47.447  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:00:47.447  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:01:47.447  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:02:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:03:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:04:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:05:43.970  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 07:05:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:06:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:07:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:08:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:09:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:10:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:11:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:12:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:13:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:14:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:15:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:16:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:17:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:18:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:19:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:20:43.971  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 07:20:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:21:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:22:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:23:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:24:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:25:47.448  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:26:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:27:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:28:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:29:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:30:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:31:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:32:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:33:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:34:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:35:43.971  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 07:35:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:36:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:37:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:38:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:39:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:40:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:41:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:42:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:43:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:44:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:45:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:46:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:47:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:48:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:49:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:50:43.971  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 07:50:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:51:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:52:47.449  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:53:47.450  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:54:47.450  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:55:47.450  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:56:47.451  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:57:47.450  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:58:47.450  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 07:59:47.450  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:00:47.451  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:01:47.451  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:02:47.451  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:03:47.451  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:04:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:05:43.972  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 08:05:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:06:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:07:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:08:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:09:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:10:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:11:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:12:47.453  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:13:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:14:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:15:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:16:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:17:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:18:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:19:47.452  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:20:43.972  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 08:20:47.453  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:21:47.453  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:22:47.453  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:23:47.453  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:24:47.453  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:25:47.453  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:26:47.453  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:27:47.454  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:28:47.454  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:29:47.454  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:30:47.454  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:31:47.454  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:32:47.455  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:33:47.454  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:34:47.454  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:35:43.972  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 08:35:47.455  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:36:47.455  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:37:47.455  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:38:47.455  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:39:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:40:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:41:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:42:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:43:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:44:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:45:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:46:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:47:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:48:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:49:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:50:43.972  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 08:50:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:51:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:52:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:53:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:54:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:55:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:56:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:57:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:58:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 08:59:47.456  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:00:47.457  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:01:47.457  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:02:47.457  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:03:47.457  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:04:47.457  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:05:43.972  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 09:05:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:06:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:07:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:08:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:09:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:10:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:11:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:12:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:13:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:14:47.458  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:15:47.459  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:16:47.459  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:17:47.459  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:18:47.459  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:19:47.459  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:20:43.973  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 09:20:47.459  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:21:47.459  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:22:47.459  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:23:47.460  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:24:47.460  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:25:47.460  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:26:47.460  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:27:47.460  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:28:47.460  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:29:47.460  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:30:47.460  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:31:47.460  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:32:47.461  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:33:47.461  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:34:47.461  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:35:43.973  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 09:35:47.461  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:36:47.462  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:37:47.462  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:38:47.462  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:39:47.462  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:40:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:41:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:42:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:43:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:44:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:45:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:46:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:47:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:48:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:49:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:50:43.973  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 09:50:47.463  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:51:47.464  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:52:47.464  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:53:47.464  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:54:47.464  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:55:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:56:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:57:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:58:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 09:59:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:00:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:01:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:02:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:03:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:04:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:05:43.974  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 10:05:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:06:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:07:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:08:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:09:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:10:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:11:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:12:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:13:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:14:47.466  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:15:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:16:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:17:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:18:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:19:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:20:43.974  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 10:20:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:21:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:22:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:23:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:24:47.465  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:25:47.466  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:26:47.466  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:27:47.466  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:28:47.466  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:29:47.467  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:30:47.467  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:31:47.467  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:32:47.467  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:33:47.468  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:34:47.468  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:35:43.974  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 10:35:47.468  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:36:47.468  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:37:47.469  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:38:47.469  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:39:47.469  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:40:47.469  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:41:47.470  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:42:47.470  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:43:47.470  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:44:47.470  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:45:47.471  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:46:47.471  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:47:47.471  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:48:47.471  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:49:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:50:43.975  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 10:50:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:51:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:52:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:53:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:54:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:55:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:56:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:57:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:58:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 10:59:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:00:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:01:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:02:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:03:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:04:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:05:43.974  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 11:05:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:06:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:07:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:08:47.472  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:09:47.473  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:10:47.473  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:11:47.473  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:12:47.473  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:13:47.474  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:14:47.474  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:15:47.474  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:16:47.474  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:17:47.475  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:18:47.475  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:19:47.475  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:20:43.974  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 11:20:47.475  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:21:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:22:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:23:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:24:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:25:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:26:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:27:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:28:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:29:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:30:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:31:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:32:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:33:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:34:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:35:43.974  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 11:35:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:36:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:37:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:38:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:39:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:40:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:41:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:42:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:43:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:44:47.477  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:45:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:46:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:47:47.476  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:48:47.477  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:49:47.477  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:50:43.974  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 11:50:47.477  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:51:47.477  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:52:47.478  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:53:47.478  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:54:47.478  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:55:47.478  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:56:47.479  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:57:47.479  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:58:47.479  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 11:59:47.479  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:00:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:01:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:02:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:03:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:04:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:05:43.974  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 12:05:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:06:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:07:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:08:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:09:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:10:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:11:47.480  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:12:47.481  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:13:47.481  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:14:47.481  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:15:47.481  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:16:47.481  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:17:47.481  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:18:47.481  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:19:47.481  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:20:43.974  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 12:20:47.482  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:21:47.482  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:22:47.482  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:23:47.482  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:24:47.483  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:25:47.483  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:26:47.483  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:27:47.483  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:28:47.483  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:29:47.483  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:30:47.483  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:31:47.484  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:32:47.484  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:33:47.484  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:34:47.484  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:35:43.975  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 12:35:47.485  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:36:47.485  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:37:47.485  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:38:47.485  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:39:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:40:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:41:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:42:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:43:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:44:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:45:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:46:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:47:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:48:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:49:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:50:43.975  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 12:50:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:51:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:52:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:53:47.486  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:54:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:55:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:56:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:57:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:58:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 12:59:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:00:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:01:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:02:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:03:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:04:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:05:43.975  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 13:05:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:06:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:07:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:08:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:09:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:10:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:11:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:12:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:13:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:14:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:15:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:16:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:17:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:18:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:19:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:20:43.976  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 13:20:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:21:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:22:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:23:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:24:47.487  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:25:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:26:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:27:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:28:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:29:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:30:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:31:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:32:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:33:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:34:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:35:43.976  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 13:35:47.488  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:36:47.489  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:37:47.489  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:38:47.489  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:39:47.489  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:40:47.490  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:41:47.490  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:42:47.490  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:43:47.490  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:44:47.491  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:45:47.491  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:46:47.491  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:47:47.491  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:48:47.492  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:49:47.492  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:50:43.976  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 13:50:47.492  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:51:47.492  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:52:47.493  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:53:47.493  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:54:47.493  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:55:47.493  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:56:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:57:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:58:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 13:59:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:00:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:01:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:02:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:03:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:04:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:05:43.976  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 14:05:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:06:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:07:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:08:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:09:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:10:47.494  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:11:47.495  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:12:47.495  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:13:47.495  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:14:47.495  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:15:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:16:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:17:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:18:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:19:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:20:43.976  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 14:20:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:21:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:22:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:23:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:24:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:25:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:26:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:27:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:28:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:29:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:30:47.496  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:31:47.497  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:32:47.497  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:33:47.497  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:34:47.497  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:35:43.976  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 14:35:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:36:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:37:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:38:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:39:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:40:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:41:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:42:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:43:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:44:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:45:47.498  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:46:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:47:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:48:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:49:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:50:43.977  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 14:50:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:51:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:52:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:53:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:54:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:55:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:56:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:57:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:58:47.499  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 14:59:47.500  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:00:47.500  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:01:47.500  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:02:47.500  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:03:47.501  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:04:47.501  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:05:43.977  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 15:05:47.501  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:06:47.501  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:07:47.502  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:08:47.502  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:09:47.502  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:10:47.502  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:11:47.503  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:12:47.503  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:13:47.503  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:14:47.503  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:15:47.504  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:16:47.504  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:17:47.504  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:18:47.504  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:19:47.505  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:20:43.977  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 15:20:47.505  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:21:47.505  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:22:47.505  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:23:47.505  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:24:47.505  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:25:47.505  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:26:47.505  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:27:47.506  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:28:47.506  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:29:47.506  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:30:47.506  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:31:47.507  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:32:47.507  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:33:47.507  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:34:47.507  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:35:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 15:35:47.507  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:36:47.507  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:37:47.507  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:38:47.507  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:39:47.507  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:40:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:41:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:42:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:43:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:44:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:45:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:46:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:47:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:48:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:49:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:50:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 15:50:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:51:47.508  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:52:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:53:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:54:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:55:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:56:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:57:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:58:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 15:59:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:00:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:01:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:02:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:03:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:04:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:05:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 16:05:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:06:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:07:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:08:47.509  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:09:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:10:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:11:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:12:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:13:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:14:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:15:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:16:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:17:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:18:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:19:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:20:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 16:20:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:21:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:22:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:23:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:24:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:25:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:26:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:27:47.510  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:28:47.511  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:29:47.511  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:30:47.511  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:31:47.511  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:32:47.511  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:33:47.511  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:34:47.511  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:35:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 16:35:47.511  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:36:47.512  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:37:47.512  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:38:47.512  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:39:47.512  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:40:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:41:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:42:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:43:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:44:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:45:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:46:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:47:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:48:47.514  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:49:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:50:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 16:50:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:51:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:52:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:53:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:54:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:55:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:56:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:57:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:58:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 16:59:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:00:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:01:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:02:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:03:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:04:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:05:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 17:05:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:06:47.513  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:07:47.514  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:08:47.514  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:09:47.514  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:10:47.514  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:11:47.514  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:12:47.514  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:13:47.514  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:14:47.514  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:15:47.515  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:16:47.515  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:17:47.515  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:18:47.515  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:19:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:20:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 17:20:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:21:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:22:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:23:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:24:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:25:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:26:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:27:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:28:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:29:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:30:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:31:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:32:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:33:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:34:47.516  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:35:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 17:35:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:36:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:37:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:38:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:39:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:40:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:41:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:42:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:43:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:44:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:45:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:46:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:47:47.517  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:48:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:49:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:50:43.978  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 17:50:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:51:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:52:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:53:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:54:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:55:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:56:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:57:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:58:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 17:59:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:00:47.518  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:01:47.519  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:02:47.519  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:03:47.519  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:04:47.519  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:05:43.979  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 18:05:47.519  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:06:47.519  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:07:47.519  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:08:47.519  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:09:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:10:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:11:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:12:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:13:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:14:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:15:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:16:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:17:47.521  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:18:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:19:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:20:43.979  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 18:20:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:21:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:22:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:23:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:24:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:25:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:26:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:27:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:28:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:29:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:30:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:31:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:32:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:33:47.520  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:34:47.521  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:35:43.979  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 18:35:47.521  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:36:47.521  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:37:47.521  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:38:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:39:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:40:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:41:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:42:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:43:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:44:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:45:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:46:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:47:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:48:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:49:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:50:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 18:50:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:51:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:52:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:53:47.522  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:54:47.523  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:55:47.523  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:56:47.523  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:57:47.523  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:58:47.524  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 18:59:47.524  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:00:47.524  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:01:47.524  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:02:47.525  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:03:47.525  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:04:47.525  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:05:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 19:05:47.525  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:06:47.526  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:07:47.526  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:08:47.526  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:09:47.526  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:10:47.526  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:11:47.526  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:12:47.526  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:13:47.526  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:14:47.527  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:15:47.527  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:16:47.527  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:17:47.527  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:18:47.528  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:19:47.528  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:20:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 19:20:47.528  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:21:47.528  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:22:47.529  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:23:47.529  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:24:47.529  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:25:47.529  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:26:47.530  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:27:47.530  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:28:47.530  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:29:47.530  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:30:47.531  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:31:47.531  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:32:47.531  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:33:47.531  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:34:47.532  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:35:43.981  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 19:35:47.532  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:36:47.532  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:37:47.532  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:38:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:39:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:40:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:41:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:42:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:43:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:44:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:45:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:46:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:47:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:48:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:49:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:50:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 19:50:47.533  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:51:47.534  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:52:47.534  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:53:47.534  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:54:47.534  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:55:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:56:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:57:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:58:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 19:59:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:00:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:01:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:02:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:03:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:04:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:05:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 20:05:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:06:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:07:47.535  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:08:47.536  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:09:47.536  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:10:47.536  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:11:47.536  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:12:47.537  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:13:47.537  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:14:47.537  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:15:47.537  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:16:47.538  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:17:47.538  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:18:47.538  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:19:47.538  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:20:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 20:20:47.539  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:21:47.539  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:22:47.539  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:23:47.539  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:24:47.540  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:25:47.540  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:26:47.540  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:27:47.540  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:28:47.540  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:29:47.540  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:30:47.540  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:31:47.540  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:32:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:33:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:34:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:35:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 20:35:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:36:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:37:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:38:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:39:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:40:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:41:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:42:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:43:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:44:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:45:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:46:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:47:47.541  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:48:47.542  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:49:47.542  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:50:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 20:50:47.542  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:51:47.542  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:52:47.542  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:53:47.542  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:54:47.542  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:55:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:56:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:57:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:58:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 20:59:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:00:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:01:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:02:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:03:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:04:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:05:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 21:05:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:06:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:07:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:08:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:09:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:10:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:11:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:12:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:13:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:14:47.543  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:15:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:16:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:17:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:18:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:19:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:20:43.981  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 21:20:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:21:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:22:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:23:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:24:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:25:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:26:47.544  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:27:47.545  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:28:47.545  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:29:47.545  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:30:47.545  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:31:47.546  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:32:47.546  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:33:47.546  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:34:47.546  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:35:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 21:35:47.547  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:36:47.547  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:37:47.547  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:38:47.547  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:39:47.547  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:40:47.548  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:41:47.548  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:42:47.548  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:43:47.548  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:44:47.549  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:45:47.549  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:46:47.549  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:47:47.549  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:48:47.550  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:49:47.550  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:50:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 21:50:47.550  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:51:47.550  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:52:47.551  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:53:47.551  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:54:47.551  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:55:47.551  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:56:47.551  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:57:47.551  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:58:47.551  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 21:59:47.551  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:00:47.552  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:01:47.552  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:02:47.552  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:03:47.552  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:04:47.553  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:05:43.981  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 22:05:47.553  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:06:47.553  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:07:47.553  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:08:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:09:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:10:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:11:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:12:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:13:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:14:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:15:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:16:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:17:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:18:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:19:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:20:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 22:20:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:21:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:22:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:23:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:24:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:25:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:26:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:27:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:28:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:29:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:30:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:31:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:32:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:33:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:34:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:35:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 22:35:47.554  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:36:47.555  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:37:47.555  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:38:47.555  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:39:47.555  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:40:47.556  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:41:47.556  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:42:47.556  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:43:47.556  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:44:47.557  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:45:47.557  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:46:47.557  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:47:47.557  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:48:47.557  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:49:47.557  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:50:43.981  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 22:50:47.557  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:51:47.557  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:52:47.558  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:53:47.558  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:54:47.558  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:55:47.558  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:56:47.559  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:57:47.559  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:58:47.559  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 22:59:47.559  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:00:47.559  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:01:47.559  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:02:47.560  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:03:47.560  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:04:47.560  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:05:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 23:05:47.561  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:06:47.561  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:07:47.561  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:08:47.561  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:09:47.561  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:10:47.561  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:11:47.562  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:12:47.562  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:13:47.562  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:14:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:15:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:16:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:17:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:18:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:19:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:20:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 23:20:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:21:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:22:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:23:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:24:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:25:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:26:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:27:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:28:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:29:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:30:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:31:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:32:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:33:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:34:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:35:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 23:35:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:36:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:37:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:38:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:39:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:40:47.563  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:41:47.564  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:42:47.564  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:43:47.564  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:44:47.564  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:45:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:46:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:47:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:48:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:49:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:50:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-12 23:50:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:51:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:52:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:53:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:54:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:55:47.565  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:56:47.566  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:57:47.566  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:58:47.566  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-12 23:59:47.566  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:00:47.567  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:01:47.567  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:02:47.568  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:03:47.568  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:04:47.568  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:05:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 00:05:47.568  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:06:47.569  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:07:47.569  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:08:47.569  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:09:47.569  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:10:47.570  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:11:47.570  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:12:47.570  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:13:47.570  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:14:47.570  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:15:47.570  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:16:47.570  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:17:47.570  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:18:47.571  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:19:47.571  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:20:43.980  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 00:20:47.571  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:21:47.571  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:22:47.572  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:23:47.572  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:24:47.572  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:25:47.572  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:26:47.573  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:27:47.573  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:28:47.573  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:29:47.573  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:30:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:31:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:32:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:33:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:34:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:35:43.981  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 00:35:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:36:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:37:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:38:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:39:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:40:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:41:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:42:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:43:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:44:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:45:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:46:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:47:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:48:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:49:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:50:43.981  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 00:50:47.574  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:51:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:52:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:53:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:54:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:55:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:56:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:57:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:58:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 00:59:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:00:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:01:47.575  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:02:47.576  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:03:47.576  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:04:47.576  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:05:43.981  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 01:05:47.576  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:06:47.576  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:07:47.576  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:08:47.576  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:09:47.576  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:10:47.577  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:11:47.577  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:12:47.577  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:13:47.577  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:14:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:15:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:16:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:17:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:18:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:19:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:20:43.982  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 01:20:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:21:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:22:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:23:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:24:47.578  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:25:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:26:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:27:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:28:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:29:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:30:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:31:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:32:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:33:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:34:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:35:43.982  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 01:35:47.579  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:36:47.580  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:37:47.580  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:38:47.580  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:39:47.580  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:40:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:41:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:42:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:43:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:44:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:45:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:46:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:47:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:48:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:49:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:50:43.982  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 01:50:47.581  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:51:47.582  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:52:47.582  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:53:47.582  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:54:47.582  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:55:47.582  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:56:47.582  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:57:47.583  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:58:47.583  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 01:59:47.583  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:00:47.583  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:01:47.584  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:02:47.584  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:03:47.584  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:04:47.584  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:05:43.983  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 02:05:47.585  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:06:47.585  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:07:47.585  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:08:47.586  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:09:47.586  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:10:47.586  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:11:47.587  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:12:47.587  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:13:47.587  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:14:47.587  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:15:47.587  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:16:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:17:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:18:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:19:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:20:43.983  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 02:20:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:21:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:22:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:23:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:24:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:25:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:26:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:27:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:28:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:29:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:30:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:31:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:32:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:33:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:34:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:35:43.983  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 02:35:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:36:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:37:47.588  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:38:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:39:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:40:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:41:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:42:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:43:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:44:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:45:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:46:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:47:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:48:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:49:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:50:43.984  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 02:50:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:51:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:52:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:53:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:54:47.589  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:55:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:56:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:57:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:58:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 02:59:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:00:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:01:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:02:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:03:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:04:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:05:43.984  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 03:05:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:06:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:07:47.590  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:08:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:09:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:10:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:11:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:12:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:13:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:14:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:15:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:16:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:17:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:18:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:19:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:20:43.984  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 03:20:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:21:47.591  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:22:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:23:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:24:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:25:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:26:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:27:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:28:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:29:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:30:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:31:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:32:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:33:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:34:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:35:43.984  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 03:35:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:36:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:37:47.592  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:38:47.593  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:39:47.593  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:40:47.593  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:41:47.593  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:42:47.593  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:43:47.593  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:44:47.593  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:45:47.593  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:46:47.593  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:47:47.594  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:48:47.594  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:49:47.594  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:50:43.984  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 03:50:47.594  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:51:47.594  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:52:47.594  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:53:47.594  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:54:47.594  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:55:47.595  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:56:47.595  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:57:47.595  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:58:47.595  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 03:59:47.596  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:00:47.596  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:01:47.596  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:02:47.596  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:03:47.596  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:04:47.596  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:05:43.985  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 04:05:47.596  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:06:47.597  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:07:47.597  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:08:47.597  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:09:47.597  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:10:47.598  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:11:47.598  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:12:47.598  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:13:47.598  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:14:47.598  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:15:47.598  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:16:47.598  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:17:47.598  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:18:47.598  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:19:47.599  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:20:43.985  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 04:20:47.599  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:21:47.599  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:22:47.599  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:23:47.600  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:24:47.600  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:25:47.600  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:26:47.600  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:27:47.601  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:28:47.601  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:29:47.601  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:30:47.601  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:31:47.601  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:32:47.601  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:33:47.601  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:34:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:35:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 04:35:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:36:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:37:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:38:47.603  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:39:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:40:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:41:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:42:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:43:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:44:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:45:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:46:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:47:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:48:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:49:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:50:43.985  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 04:50:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:51:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:52:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:53:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:54:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:55:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:56:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:57:47.602  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:58:47.603  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 04:59:47.603  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:00:47.603  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:01:47.603  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:02:47.603  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:03:47.603  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:04:47.603  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:05:43.985  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 05:05:47.603  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:06:47.604  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:07:47.604  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:08:47.604  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:09:47.605  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:10:47.605  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:11:47.605  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:12:47.605  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:13:47.606  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:14:47.606  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:15:47.606  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:16:47.606  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:17:47.606  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:18:47.607  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:19:47.607  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:20:43.985  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 05:20:47.607  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:21:47.607  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:22:47.607  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:23:47.608  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:24:47.608  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:25:47.608  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:26:47.608  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:27:47.608  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:28:47.608  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:29:47.608  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:30:47.609  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:31:47.609  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:32:47.609  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:33:47.609  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:34:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:35:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 05:35:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:36:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:37:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:38:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:39:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:40:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:41:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:42:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:43:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:44:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:45:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:46:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:47:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:48:47.610  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:49:47.611  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:50:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 05:50:47.611  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:51:47.611  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:52:47.611  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:53:47.612  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:54:47.612  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:55:47.613  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:56:47.613  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:57:47.613  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:58:47.613  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 05:59:47.613  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:00:47.613  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:01:47.614  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:02:47.614  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:03:47.615  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:04:47.615  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:05:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 06:05:47.615  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:06:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:07:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:08:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:09:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:10:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:11:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:12:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:13:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:14:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:15:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:16:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:17:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:18:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:19:47.616  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:20:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 06:20:47.617  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:21:47.617  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:22:47.617  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:23:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:24:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:25:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:26:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:27:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:28:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:29:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:30:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:31:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:32:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:33:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:34:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:35:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 06:35:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:36:47.618  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:37:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:38:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:39:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:40:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:41:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:42:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:43:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:44:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:45:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:46:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:47:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:48:47.619  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:49:47.620  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:50:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 06:50:47.620  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:51:47.620  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:52:47.620  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:53:47.620  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:54:47.620  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:55:47.620  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:56:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:57:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:58:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 06:59:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:00:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:01:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:02:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:03:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:04:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:05:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 07:05:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:06:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:07:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:08:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:09:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:10:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:11:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:12:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:13:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:14:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:15:47.621  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:16:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:17:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:18:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:19:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:20:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 07:20:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:21:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:22:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:23:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:24:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:25:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:26:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:27:47.622  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:28:47.623  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:29:47.623  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:30:47.623  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:31:47.623  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:32:47.624  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:33:47.624  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:34:47.624  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:35:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 07:35:47.624  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:36:47.625  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:37:47.625  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:38:47.625  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:39:47.625  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:40:47.626  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:41:47.626  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:42:47.626  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:43:47.626  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:44:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:45:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:46:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:47:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:48:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:49:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:50:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 07:50:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:51:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:52:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:53:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:54:47.627  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:55:47.628  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:56:47.628  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:57:47.628  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:58:47.628  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 07:59:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:00:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:01:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:02:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:03:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:04:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:05:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 08:05:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:06:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:07:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:08:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:09:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:10:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:11:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:12:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:13:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:14:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:15:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:16:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:17:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:18:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:19:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:20:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 08:20:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:21:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:22:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:23:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:24:47.629  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:25:47.630  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:26:47.630  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:27:47.630  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:28:47.630  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:29:47.630  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:30:47.630  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:31:47.630  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:32:47.631  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:33:47.631  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:34:47.631  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:35:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 08:35:47.631  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:36:47.632  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:37:47.632  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:38:47.632  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:39:47.633  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:40:47.633  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:41:47.633  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:42:47.633  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:43:47.633  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:44:47.633  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:45:47.634  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:46:47.634  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:47:47.634  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:48:47.634  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:49:47.635  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:50:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 08:50:47.635  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:51:47.635  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:52:47.635  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:53:47.635  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:54:47.635  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:55:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:56:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:57:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:58:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 08:59:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:00:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:01:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:02:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:03:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:04:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:05:43.986  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 09:05:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:06:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:07:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:08:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:09:47.636  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:10:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:11:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:12:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:13:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:14:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:15:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:16:47.638  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:17:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:18:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:19:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:20:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 09:20:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:21:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:22:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:23:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:24:47.637  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:25:47.638  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:26:47.638  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:27:47.638  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:28:47.638  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:29:47.638  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:30:47.638  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:31:47.638  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:32:47.638  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:33:47.639  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:34:47.639  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:35:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 09:35:47.639  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:36:47.639  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:37:47.640  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:38:47.640  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:39:47.640  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:40:47.640  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:41:47.641  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:42:47.641  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:43:47.641  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:44:47.641  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:45:47.642  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:46:47.642  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:47:47.642  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:48:47.642  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:49:47.642  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:50:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 09:50:47.642  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:51:47.642  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:52:47.642  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:53:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:54:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:55:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:56:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:57:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:58:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 09:59:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:00:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:01:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:02:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:03:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:04:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:05:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 10:05:47.643  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:06:47.644  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:07:47.645  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:08:47.645  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:09:47.645  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:10:47.645  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:11:47.646  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:12:47.645  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:13:47.645  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:14:47.645  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:15:47.646  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:16:47.646  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:17:47.646  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:18:47.646  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:19:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:20:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 10:20:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:21:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:22:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:23:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:24:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:25:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:26:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:27:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:28:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:29:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:30:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:31:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:32:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:33:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:34:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:35:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 10:35:47.647  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:36:47.648  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:37:47.648  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:38:47.648  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:39:47.648  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:40:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:41:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:42:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:43:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:44:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:45:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:46:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:47:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:48:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:49:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:50:43.988  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 10:50:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:51:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:52:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:53:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:54:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:55:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:56:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:57:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:58:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 10:59:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:00:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:01:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:02:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:03:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:04:47.650  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:05:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 11:05:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:06:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:07:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:08:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:09:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:10:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:11:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:12:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:13:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:14:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:15:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:16:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:17:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:18:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:19:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:20:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 11:20:47.650  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:21:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:22:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:23:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:24:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:25:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:26:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:27:47.649  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:28:47.650  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:29:47.650  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:30:47.650  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:31:47.650  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:32:47.651  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:33:47.650  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:34:47.650  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:35:43.987  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 11:35:47.650  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:36:47.651  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:37:47.651  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:38:47.651  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:39:47.651  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:40:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:41:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:42:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:43:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:44:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:45:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:46:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:47:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:48:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:49:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:50:43.988  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 11:50:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:51:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:52:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:53:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:54:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:55:47.652  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:56:47.653  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:57:47.653  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:58:47.653  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 11:59:47.653  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:00:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:01:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:02:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:03:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:04:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:05:43.988  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 12:05:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:06:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:07:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:08:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:09:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:10:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:11:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:12:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:13:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:14:47.654  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:15:47.655  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:16:47.655  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:17:47.655  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:18:47.655  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:19:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:20:43.988  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 12:20:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:21:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:22:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:23:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:24:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:25:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:26:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:27:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:28:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:29:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:30:47.656  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:31:47.657  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:32:47.657  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:33:47.657  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:34:47.657  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:35:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 12:35:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:36:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:37:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:38:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:39:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:40:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:41:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:42:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:43:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:44:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:45:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:46:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:47:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:48:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:49:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:50:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 12:50:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:51:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:52:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:53:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:54:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:55:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:56:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:57:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:58:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 12:59:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:00:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:01:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:02:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:03:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:04:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:05:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 13:05:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:06:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:07:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:08:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:09:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:10:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:11:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:12:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:13:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:14:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:15:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:16:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:17:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:18:47.659  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:19:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:20:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 13:20:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:21:47.658  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:22:47.659  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:23:47.659  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:24:47.659  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:25:47.659  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:26:47.659  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:27:47.659  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:28:47.659  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:29:47.659  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:30:47.660  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:31:47.660  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:32:47.660  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:33:47.660  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:34:47.661  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:35:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 13:35:47.661  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:36:47.661  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:37:47.661  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:38:47.662  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:39:47.662  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:40:47.662  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:41:47.662  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:42:47.662  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:43:47.662  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:44:47.662  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:45:47.662  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:46:47.663  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:47:47.663  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:48:47.663  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:49:47.663  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:50:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 13:50:47.663  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:51:47.663  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:52:47.663  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:53:47.664  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:54:47.664  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:55:47.664  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:56:47.664  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:57:47.665  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:58:47.665  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 13:59:47.665  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:00:47.665  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:01:47.665  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:02:47.665  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:03:47.665  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:04:47.665  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:05:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 14:05:47.665  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:06:47.666  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:07:47.666  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:08:47.666  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:09:47.666  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:10:47.666  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:11:47.666  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:12:47.666  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:13:47.667  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:14:47.667  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:15:47.667  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:16:47.667  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:17:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:18:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:19:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:20:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 14:20:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:21:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:22:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:23:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:24:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:25:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:26:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:27:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:28:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:29:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:30:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:31:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:32:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:33:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:34:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:35:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 14:35:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:36:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:37:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:38:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:39:47.668  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:40:47.669  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:41:47.669  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:42:47.669  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:43:47.669  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:44:47.670  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:45:47.670  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:46:47.670  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:47:47.670  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:48:47.670  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:49:47.670  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:50:43.989  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 14:50:47.670  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:51:47.670  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:52:47.671  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:53:47.671  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:54:47.671  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:55:47.671  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:56:47.671  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:57:47.671  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:58:47.671  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 14:59:47.671  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:00:47.672  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:01:47.672  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:02:47.672  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:03:47.672  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:04:47.673  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:05:43.990  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 15:05:47.673  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:06:47.673  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:07:47.673  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:08:47.673  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:09:47.673  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:10:47.673  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:11:47.673  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:12:47.674  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:13:47.674  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:14:47.674  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:15:47.674  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:16:47.675  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:17:47.675  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:18:47.675  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:19:47.675  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:20:43.990  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 15:20:47.676  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:21:47.676  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:22:47.676  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:23:47.676  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:24:47.677  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:25:47.677  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:26:47.677  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:27:47.677  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:28:47.678  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:29:47.678  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:30:47.678  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:31:47.678  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:32:47.679  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:33:47.679  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:34:47.679  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:35:43.990  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 15:35:47.679  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:36:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:37:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:38:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:39:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:40:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:41:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:42:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:43:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:44:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:45:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:46:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:47:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:48:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:49:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:50:43.990  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 15:50:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:51:47.680  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:52:47.681  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:53:47.681  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:54:47.681  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:55:47.681  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:56:47.681  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:57:47.681  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:58:47.681  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 15:59:47.682  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:00:47.682  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:01:47.682  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:02:47.682  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:03:47.683  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:04:47.683  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:05:43.990  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 16:05:47.683  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:06:47.683  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:07:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:08:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:09:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:10:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:11:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:12:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:13:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:14:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:15:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:16:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:17:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:18:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:19:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:20:43.990  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 16:20:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:21:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:22:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:23:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:24:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:25:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:26:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:27:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:28:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:29:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:30:47.684  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:31:47.685  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:32:47.685  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:33:47.685  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:34:47.685  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:35:43.990  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 16:35:47.685  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:36:47.686  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:37:47.686  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:38:47.686  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:39:47.686  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:40:47.686  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:41:47.686  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:42:47.686  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:43:47.687  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:44:47.687  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:45:47.687  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:46:47.687  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:47:47.687  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:48:47.687  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:49:47.687  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:50:43.990  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 16:50:47.687  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:51:47.687  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:52:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:53:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:54:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:55:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:56:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:57:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:58:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 16:59:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:00:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:01:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:02:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:03:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:04:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:05:43.990  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 17:05:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:06:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:07:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:08:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:09:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:10:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:11:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:12:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:13:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:14:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:15:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:16:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:17:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:18:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:19:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:20:43.991  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 17:20:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:21:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:22:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:23:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:24:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:25:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:26:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:27:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:28:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:29:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:30:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:31:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:32:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:33:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:34:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:35:43.991  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 17:35:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:36:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:37:47.688  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:38:47.689  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:39:47.689  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:40:47.689  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:41:47.689  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:42:47.689  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:43:47.689  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:44:47.689  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:45:47.689  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:46:47.690  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:47:47.690  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:48:47.690  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:49:47.690  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:50:43.991  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 17:50:47.691  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:51:47.691  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:52:47.691  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:53:47.691  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:54:47.692  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:55:47.692  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:56:47.692  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:57:47.692  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:58:47.693  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 17:59:47.693  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:00:47.693  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:01:47.693  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:02:47.694  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:03:47.694  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:04:47.694  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:05:43.991  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 18:05:47.694  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:06:47.695  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:07:47.695  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:08:47.695  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:09:47.695  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:10:47.696  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:11:47.695  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:12:47.695  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:13:47.695  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:14:47.696  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:15:47.696  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:16:47.696  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:17:47.696  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:18:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:19:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:20:43.991  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 18:20:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:21:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:22:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:23:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:24:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:25:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:26:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:27:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:28:47.697  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:29:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:30:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:31:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:32:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:33:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:34:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:35:43.991  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 18:35:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:36:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:37:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:38:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:39:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:40:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:41:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:42:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:43:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:44:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:45:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:46:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:47:47.698  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:48:47.699  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:49:47.699  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:50:43.991  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 18:50:47.699  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:51:47.699  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:52:47.699  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:53:47.699  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:54:47.699  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:55:47.700  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:56:47.700  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:57:47.700  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:58:47.700  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 18:59:47.701  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:00:47.701  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:01:47.701  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:02:47.701  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:03:47.702  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:04:47.702  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:05:43.992  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 19:05:47.702  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:06:47.702  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:07:47.702  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:08:47.702  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:09:47.702  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:10:47.703  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:11:47.703  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:12:47.703  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:13:47.703  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:14:47.704  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:15:47.704  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:16:47.704  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:17:47.704  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:18:47.705  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:19:47.705  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:20:43.992  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 19:20:47.705  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:21:47.705  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:22:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:23:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:24:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:25:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:26:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:27:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:28:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:29:47.707  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:30:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:31:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:32:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:33:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:34:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:35:43.992  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 19:35:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:36:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:37:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:38:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:39:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:40:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:41:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:42:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:43:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:44:47.706  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:45:47.707  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:46:47.707  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:47:47.707  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:48:47.707  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:49:47.708  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:50:43.993  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 19:50:47.708  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:51:47.708  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:52:47.708  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:53:47.708  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:54:47.708  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:55:47.708  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:56:47.709  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:57:47.709  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:58:47.709  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 19:59:47.709  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:00:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:01:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:02:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:03:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:04:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:05:43.993  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 20:05:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:06:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:07:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:08:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:09:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:10:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:11:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:12:47.710  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:13:47.711  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:14:47.711  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:15:47.711  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:16:47.712  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:17:47.712  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:18:47.712  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:19:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:20:43.993  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 20:20:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:21:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:22:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:23:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:24:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:25:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:26:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:27:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:28:47.713  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:29:47.714  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:30:47.714  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:31:47.714  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:32:47.714  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:33:47.714  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:34:47.714  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:35:43.994  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 20:35:47.714  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:36:47.714  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:37:47.714  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:38:47.715  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:39:47.715  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:40:47.715  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:41:47.715  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:42:47.716  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:43:47.716  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:44:47.716  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:45:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:46:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:47:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:48:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:49:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:50:43.993  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 20:50:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:51:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:52:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:53:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:54:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:55:47.717  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:56:47.718  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:57:47.718  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:58:47.718  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 20:59:47.719  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:00:47.719  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:01:47.719  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:02:47.719  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:03:47.719  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:04:47.719  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:05:43.993  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 21:05:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:06:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:07:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:08:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:09:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:10:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:11:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:12:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:13:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:14:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:15:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:16:47.720  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:17:47.721  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:18:47.721  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:19:47.721  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:20:43.993  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 21:20:47.721  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:21:47.721  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:22:47.721  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:23:47.721  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:24:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:25:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:26:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:27:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:28:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:29:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:30:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:31:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:32:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:33:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:34:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:35:43.993  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 21:35:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:36:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:37:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:38:47.722  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:39:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:40:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:41:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:42:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:43:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:44:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:45:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:46:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:47:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:48:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:49:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:50:43.993  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 21:50:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:51:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:52:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:53:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:54:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:55:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:56:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:57:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:58:47.724  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 21:59:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:00:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:01:47.723  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:02:47.724  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:03:47.724  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:04:47.724  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:05:43.993  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 22:05:47.724  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:06:47.725  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:07:47.725  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:08:47.725  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:09:47.725  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:10:47.726  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:11:47.726  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:12:47.726  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:13:47.726  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:14:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:15:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:16:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:17:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:18:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:19:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:20:43.994  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 22:20:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:21:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:22:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:23:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:24:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:25:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:26:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:27:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:28:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:29:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:30:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:31:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:32:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:33:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:34:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:35:43.994  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 22:35:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:36:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:37:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:38:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:39:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:40:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:41:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:42:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:43:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:44:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:45:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:46:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:47:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:48:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:49:47.727  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:50:43.994  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 22:50:47.728  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:51:47.728  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:52:47.728  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:53:47.728  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:54:47.729  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:55:47.729  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:56:47.729  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:57:47.729  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:58:47.730  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 22:59:47.730  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:00:47.730  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:01:47.730  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:02:47.731  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:03:47.731  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:04:47.731  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:05:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 23:05:47.731  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:06:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:07:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:08:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:09:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:10:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:11:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:12:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:13:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:14:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:15:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:16:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:17:47.732  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:18:47.733  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:19:47.733  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:20:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 23:20:47.733  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:21:47.733  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:22:47.733  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:23:47.733  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:24:47.733  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:25:47.734  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:26:47.734  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:27:47.735  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:28:47.734  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:29:47.734  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:30:47.735  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:31:47.735  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:32:47.735  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:33:47.735  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:34:47.735  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:35:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 23:35:47.735  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:36:47.736  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:37:47.736  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:38:47.736  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:39:47.737  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:40:47.737  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:41:47.737  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:42:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:43:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:44:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:45:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:46:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:47:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:48:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:49:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:50:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-13 23:50:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:51:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:52:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:53:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:54:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:55:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:56:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:57:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:58:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-13 23:59:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:00:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:01:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:02:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:03:47.738  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:04:47.739  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:05:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 00:05:47.739  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:06:47.739  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:07:47.739  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:08:47.740  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:09:47.740  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:10:47.740  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:11:47.740  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:12:47.740  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:13:47.740  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:14:47.740  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:15:47.741  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:16:47.741  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:17:47.741  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:18:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:19:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:20:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 00:20:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:21:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:22:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:23:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:24:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:25:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:26:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:27:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:28:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:29:47.742  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:30:47.743  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:31:47.743  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:32:47.743  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:33:47.743  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:34:47.744  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:35:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 00:35:47.744  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:36:47.744  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:37:47.744  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:38:47.745  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:39:47.745  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:40:47.745  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:41:47.745  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:42:47.746  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:43:47.746  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:44:47.746  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:45:47.746  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:46:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:47:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:48:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:49:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:50:43.996  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 00:50:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:51:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:52:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:53:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:54:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:55:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:56:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:57:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:58:47.747  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 00:59:47.748  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:00:47.748  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:01:47.748  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:02:47.748  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:03:47.748  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:04:47.748  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:05:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 01:05:47.748  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:06:47.749  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:07:47.749  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:08:47.749  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:09:47.749  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:10:47.749  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:11:47.749  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:12:47.749  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:13:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:14:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:15:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:16:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:17:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:18:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:19:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:20:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 01:20:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:21:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:22:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:23:47.750  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:24:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:25:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:26:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:27:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:28:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:29:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:30:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:31:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:32:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:33:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:34:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:35:43.996  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 01:35:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:36:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:37:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:38:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:39:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:40:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:41:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:42:47.751  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:43:47.752  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:44:47.752  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:45:47.752  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:46:47.752  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:47:47.753  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:48:47.753  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:49:47.753  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:50:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 01:50:47.753  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:51:47.754  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:52:47.754  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:53:47.754  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:54:47.754  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:55:47.754  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:56:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:57:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:58:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 01:59:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:00:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:01:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:02:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:03:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:04:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:05:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 02:05:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:06:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:07:47.755  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:08:47.756  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:09:47.756  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:10:47.757  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:11:47.757  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:12:47.758  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:13:47.758  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:14:47.758  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:15:47.758  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:16:47.758  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:17:47.758  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:18:47.759  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:19:47.759  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:20:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 02:20:47.759  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:21:47.760  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:22:47.760  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:23:47.760  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:24:47.760  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:25:47.760  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:26:47.761  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:27:47.761  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:28:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:29:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:30:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:31:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:32:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:33:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:34:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:35:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 02:35:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:36:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:37:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:38:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:39:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:40:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:41:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:42:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:43:47.762  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:44:47.763  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:45:47.763  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:46:47.763  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:47:47.764  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:48:47.764  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:49:47.764  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:50:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 02:50:47.765  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:51:47.765  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:52:47.765  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:53:47.765  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:54:47.765  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:55:47.766  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:56:47.766  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:57:47.766  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:58:47.766  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 02:59:47.766  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:00:47.766  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:01:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:02:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:03:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:04:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:05:43.996  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 03:05:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:06:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:07:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:08:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:09:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:10:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:11:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:12:47.767  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:13:47.768  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:14:47.768  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:15:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:16:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:17:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:18:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:19:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:20:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 03:20:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:21:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:22:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:23:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:24:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:25:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:26:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:27:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:28:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:29:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:30:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:31:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:32:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:33:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:34:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:35:43.996  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 03:35:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:36:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:37:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:38:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:39:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:40:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:41:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:42:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:43:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:44:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:45:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:46:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:47:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:48:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:49:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:50:43.995  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 03:50:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:51:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:52:47.769  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:53:47.770  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:54:47.770  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:55:47.770  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:56:47.770  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:57:47.770  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:58:47.770  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 03:59:47.771  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:00:47.771  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:01:47.771  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:02:47.771  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:03:47.771  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:04:47.771  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:05:43.996  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 04:05:47.771  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:06:47.772  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:07:47.772  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:08:47.772  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:09:47.772  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:10:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:11:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:12:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:13:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:14:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:15:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:16:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:17:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:18:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:19:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:20:43.996  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 04:20:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:21:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:22:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:23:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:24:47.773  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:25:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:26:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:27:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:28:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:29:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:30:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:31:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:32:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:33:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:34:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:35:43.996  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 04:35:47.774  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:36:47.775  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:37:47.775  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:38:47.775  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:39:47.775  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:40:47.776  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:41:47.776  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:42:47.776  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:43:47.776  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:44:47.776  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:45:47.776  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:46:47.776  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:47:47.777  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:48:47.777  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:49:47.777  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:50:43.997  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 04:50:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:51:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:52:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:53:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:54:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:55:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:56:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:57:47.779  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:58:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 04:59:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:00:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:01:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:02:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:03:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:04:47.778  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:05:43.997  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 05:05:47.779  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:06:47.779  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:07:47.779  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:08:47.779  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:09:47.780  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:10:47.780  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:11:47.780  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:12:47.780  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:13:47.781  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:14:47.781  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:15:47.781  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:16:47.781  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:17:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:18:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:19:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:20:43.997  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 05:20:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:21:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:22:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:23:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:24:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:25:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:26:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:27:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:28:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:29:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:30:47.782  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:31:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:32:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:33:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:34:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:35:43.997  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 05:35:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:36:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:37:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:38:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:39:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:40:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:41:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:42:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:43:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:44:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:45:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:46:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:47:47.783  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:48:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:49:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:50:43.997  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 05:50:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:51:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:52:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:53:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:54:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:55:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:56:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:57:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:58:47.784  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 05:59:47.785  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:00:47.785  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:01:47.785  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:02:47.785  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:03:47.786  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:04:47.786  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:05:43.998  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 06:05:47.786  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:06:47.787  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:07:47.787  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:08:47.787  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:09:47.788  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:10:47.788  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:11:47.788  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:12:47.788  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:13:47.788  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:14:47.788  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:15:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:16:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:17:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:18:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:19:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:20:43.998  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 06:20:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:21:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:22:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:23:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:24:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:25:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:26:47.790  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:27:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:28:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:29:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:30:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:31:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:32:47.789  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:33:47.790  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:34:47.790  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:35:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 06:35:47.790  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:36:47.790  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:37:47.791  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:38:47.791  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:39:47.791  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:40:47.791  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:41:47.792  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:42:47.792  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:43:47.792  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:44:47.792  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:45:47.793  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:46:47.793  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:47:47.793  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:48:47.793  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:49:47.794  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:50:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 06:50:47.794  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:51:47.794  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:52:47.794  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:53:47.795  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:54:47.795  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:55:47.795  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:56:47.795  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:57:47.796  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:58:47.796  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 06:59:47.796  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:00:47.796  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:01:47.797  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:02:47.797  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:03:47.797  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:04:47.797  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:05:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 07:05:47.798  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:06:47.798  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:07:47.798  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:08:47.798  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:09:47.799  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:10:47.799  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:11:47.799  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:12:47.799  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:13:47.799  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:14:47.799  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:15:47.799  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:16:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:17:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:18:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:19:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:20:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 07:20:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:21:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:22:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:23:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:24:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:25:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:26:47.800  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:27:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:28:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:29:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:30:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:31:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:32:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:33:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:34:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:35:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 07:35:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:36:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:37:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:38:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:39:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:40:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:41:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:42:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:43:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:44:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:45:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:46:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:47:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:48:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:49:47.801  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:50:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 07:50:47.802  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:51:47.802  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:52:47.802  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:53:47.802  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:54:47.803  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:55:47.803  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:56:47.803  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:57:47.803  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:58:47.804  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 07:59:47.804  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:00:47.804  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:01:47.804  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:02:47.805  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:03:47.805  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:04:47.805  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:05:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 08:05:47.805  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:06:47.806  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:07:47.806  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:08:47.806  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:09:47.806  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:10:47.806  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:11:47.806  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:12:47.806  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:13:47.806  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:14:47.807  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:15:47.807  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:16:47.807  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:17:47.807  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:18:47.807  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:19:47.807  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:20:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 08:20:47.807  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:21:47.807  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:22:47.808  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:23:47.808  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:24:47.808  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:25:47.808  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:26:47.809  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:27:47.809  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:28:47.809  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:29:47.809  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:30:47.809  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:31:47.809  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:32:47.809  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:33:47.809  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:34:47.810  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:35:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 08:35:47.810  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:36:47.810  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:37:47.810  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:38:47.810  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:39:47.810  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:40:47.810  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:41:47.810  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:42:47.810  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:43:47.811  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:44:47.811  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:45:47.811  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:46:47.811  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:47:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:48:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:49:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:50:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 08:50:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:51:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:52:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:53:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:54:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:55:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:56:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:57:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:58:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 08:59:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:00:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:01:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:02:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:03:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:04:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:05:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 09:05:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:06:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:07:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:08:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:09:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:10:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:11:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:12:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:13:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:14:47.812  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:15:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:16:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:17:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:18:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:19:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:20:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 09:20:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:21:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:22:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:23:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:24:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:25:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:26:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:27:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:28:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:29:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:30:47.813  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:31:47.814  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:32:47.814  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:33:47.814  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:34:47.814  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:35:44.000  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 09:35:47.815  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:36:47.815  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:37:47.815  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:38:47.815  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:39:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:40:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:41:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:42:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:43:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:44:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:45:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:46:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:47:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:48:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:49:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:50:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 09:50:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:51:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:52:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:53:47.816  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:54:47.817  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:55:47.817  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:56:47.817  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:57:47.817  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:58:47.817  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 09:59:47.817  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:00:47.817  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:01:47.817  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:02:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:03:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:04:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:05:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 10:05:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:06:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:07:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:08:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:09:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:10:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:11:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:12:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:13:47.818  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:14:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:15:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:16:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:17:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:18:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:19:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:20:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 10:20:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:21:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:22:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:23:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:24:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:25:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:26:47.819  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:27:47.820  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:28:47.820  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:29:47.820  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:30:47.820  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:31:47.821  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:32:47.821  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:33:47.821  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:34:47.822  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:35:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 10:35:47.822  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:36:47.822  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:37:47.822  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:38:47.822  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:39:47.822  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:40:47.822  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:41:47.822  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:42:47.823  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:43:47.823  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:44:47.823  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:45:47.823  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:46:47.824  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:47:47.824  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:48:47.824  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:49:47.824  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:50:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 10:50:47.825  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:51:47.825  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:52:47.825  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:53:47.825  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:54:47.826  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:55:47.826  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:56:47.826  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:57:47.826  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:58:47.827  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 10:59:47.827  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:00:47.827  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:01:47.827  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:02:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:03:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:04:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:05:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 11:05:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:06:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:07:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:08:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:09:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:10:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:11:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:12:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:13:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:14:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:15:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:16:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:17:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:18:47.828  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:19:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:20:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 11:20:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:21:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:22:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:23:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:24:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:25:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:26:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:27:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:28:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:29:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:30:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:31:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:32:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:33:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:34:47.829  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:35:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 11:35:47.830  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:36:47.830  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:37:47.830  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:38:47.830  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:39:47.831  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:40:47.831  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:41:47.831  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:42:47.831  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:43:47.832  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:44:47.832  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:45:47.832  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:46:47.832  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:47:47.833  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:48:47.833  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:49:47.833  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:50:43.999  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 11:50:47.833  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:51:47.833  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:52:47.833  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:53:47.833  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:54:47.834  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:55:47.834  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:56:47.834  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:57:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:58:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 11:59:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:00:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:01:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:02:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:03:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:04:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:05:44.000  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 12:05:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:06:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:07:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:08:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:09:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:10:47.835  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:11:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:12:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:13:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:14:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:15:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:16:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:17:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:18:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:19:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:20:44.000  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 12:20:47.836  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:21:47.837  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:22:47.837  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:23:47.837  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:24:47.837  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:25:47.838  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:26:47.837  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:27:47.837  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:28:47.837  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:29:47.838  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:30:47.838  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:31:47.838  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:32:47.839  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:33:47.838  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:34:47.838  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:35:44.001  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 12:35:47.838  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:36:47.839  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:37:47.839  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:38:47.839  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:39:47.839  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:40:47.840  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:41:47.840  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:42:47.840  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:43:47.840  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:44:47.841  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:45:47.841  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:46:47.841  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:47:47.841  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:48:47.841  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:49:47.841  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:50:44.000  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 12:50:47.841  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:51:47.842  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:52:47.842  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:53:47.842  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:54:47.842  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:55:47.843  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:56:47.843  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:57:47.843  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:58:47.843  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 12:59:47.844  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:00:47.844  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:01:47.844  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:02:47.844  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:03:47.845  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:04:47.845  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:05:44.000  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 13:05:47.845  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:06:47.845  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:07:47.846  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:08:47.846  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:09:47.846  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:10:47.846  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:11:47.846  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:12:47.846  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:13:47.846  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:14:47.847  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:15:47.847  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:16:47.847  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:17:47.847  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:18:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:19:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:20:44.000  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 13:20:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:21:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:22:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:23:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:24:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:25:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:26:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:27:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:28:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:29:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:30:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:31:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:32:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:33:47.848  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:34:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:35:44.000  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 13:35:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:36:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:37:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:38:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:39:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:40:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:41:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:42:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:43:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:44:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:45:47.849  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:46:47.850  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:47:47.850  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:48:47.850  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:49:47.850  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:50:44.000  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 13:50:47.851  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:51:47.851  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:52:47.851  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:53:47.851  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:54:47.852  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:55:47.852  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:56:47.852  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:57:47.852  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:58:47.853  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 13:59:47.853  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:00:47.853  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:01:47.853  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:02:47.854  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:03:47.854  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:04:47.854  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:05:44.001  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 14:05:47.854  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:06:47.855  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:07:47.855  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:08:47.855  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:09:47.855  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:10:47.856  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:11:47.856  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:12:47.856  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:13:47.856  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:14:47.856  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:15:47.856  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:16:47.856  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:17:47.857  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:18:47.857  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:19:47.857  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:20:44.001  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 14:20:47.857  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:21:47.858  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:22:47.858  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:23:47.858  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:24:47.859  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:25:47.859  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:26:47.859  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:27:47.859  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:28:47.859  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:29:47.859  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:30:47.859  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:31:47.859  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:32:47.860  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:33:47.860  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:34:47.860  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:35:44.001  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 14:35:47.860  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:36:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:37:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:38:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:39:47.862  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:40:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:41:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:42:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:43:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:44:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:45:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:46:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:47:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:48:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:49:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:50:44.002  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 14:50:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:51:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:52:47.861  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:53:47.862  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:54:47.862  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:55:47.862  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:56:47.862  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:57:47.863  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:58:47.863  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 14:59:47.863  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:00:47.863  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:01:47.864  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:02:47.864  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:03:47.864  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:04:47.864  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:05:44.002  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 15:05:47.865  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:06:47.865  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:07:47.865  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:08:47.865  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:09:47.866  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:10:47.866  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:11:47.866  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:12:47.866  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:13:47.867  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:14:47.867  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:15:47.867  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:16:47.867  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:17:47.868  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:18:47.868  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:19:47.868  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:20:44.002  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 15:20:47.868  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:21:47.869  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:22:47.869  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:23:47.869  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:24:47.869  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:25:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:26:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:27:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:28:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:29:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:30:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:31:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:32:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:33:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:34:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:35:44.003  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 15:35:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:36:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:37:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:38:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:39:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:40:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:41:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:42:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:43:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:44:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:45:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:46:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:47:47.870  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:48:47.871  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:49:47.871  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:50:44.003  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 15:50:47.871  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:51:47.871  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:52:47.872  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:53:47.872  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:54:47.872  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:55:47.872  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:56:47.873  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:57:47.873  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:58:47.873  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 15:59:47.874  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:00:47.874  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:01:47.874  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:02:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:03:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:04:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:05:44.003  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 16:05:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:06:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:07:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:08:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:09:47.876  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:10:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:11:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:12:47.875  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:13:47.876  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:14:47.876  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:15:47.876  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:16:47.876  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:17:47.877  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:18:47.877  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:19:47.877  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:20:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 16:20:47.877  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:21:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:22:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:23:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:24:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:25:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:26:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:27:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:28:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:29:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:30:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:31:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:32:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:33:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:34:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:35:44.003  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 16:35:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:36:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:37:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:38:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:39:47.879  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:40:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:41:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:42:47.878  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:43:47.879  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:44:47.879  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:45:47.879  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:46:47.879  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:47:47.880  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:48:47.880  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:49:47.880  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:50:44.003  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 16:50:47.880  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:51:47.881  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:52:47.881  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:53:47.881  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:54:47.881  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:55:47.882  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:56:47.882  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:57:47.882  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:58:47.882  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 16:59:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:00:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:01:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:02:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:03:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:04:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:05:44.003  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 17:05:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:06:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:07:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:08:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:09:47.883  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:10:47.884  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:11:47.884  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:12:47.884  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:13:47.884  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:14:47.884  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:15:47.884  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:16:47.884  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:17:47.885  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:18:47.885  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:19:47.885  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:20:44.003  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 17:20:47.885  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:21:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:22:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:23:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:24:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:25:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:26:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:27:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:28:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:29:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:30:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:31:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:32:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:33:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:34:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:35:44.003  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 17:35:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:36:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:37:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:38:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:39:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:40:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:41:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:42:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:43:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:44:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:45:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:46:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:47:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:48:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:49:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:50:44.003  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 17:50:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:51:47.886  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:52:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:53:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:54:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:55:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:56:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:57:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:58:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 17:59:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:00:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:01:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:02:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:03:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:04:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:05:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 18:05:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:06:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:07:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:08:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:09:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:10:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:11:47.887  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:12:47.888  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:13:47.888  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:14:47.888  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:15:47.889  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:16:47.889  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:17:47.889  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:18:47.889  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:19:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:20:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 18:20:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:21:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:22:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:23:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:24:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:25:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:26:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:27:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:28:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:29:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:30:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:31:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:32:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:33:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:34:47.890  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:35:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 18:35:47.891  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:36:47.891  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:37:47.891  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:38:47.891  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:39:47.892  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:40:47.892  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:41:47.892  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:42:47.892  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:43:47.893  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:44:47.892  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:45:47.892  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:46:47.892  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:47:47.893  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:48:47.893  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:49:47.893  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:50:44.005  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 18:50:47.893  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:51:47.894  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:52:47.894  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:53:47.894  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:54:47.894  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:55:47.895  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:56:47.895  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:57:47.895  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:58:47.895  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 18:59:47.896  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:00:47.896  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:01:47.896  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:02:47.896  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:03:47.896  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:04:47.896  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:05:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 19:05:47.896  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:06:47.896  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:07:47.897  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:08:47.897  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:09:47.897  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:10:47.897  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:11:47.897  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:12:47.897  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:13:47.897  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:14:47.897  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:15:47.898  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:16:47.898  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:17:47.898  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:18:47.898  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:19:47.899  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:20:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 19:20:47.898  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:21:47.898  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:22:47.898  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:23:47.899  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:24:47.899  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:25:47.899  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:26:47.899  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:27:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:28:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:29:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:30:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:31:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:32:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:33:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:34:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:35:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 19:35:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:36:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:37:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:38:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:39:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:40:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:41:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:42:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:43:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:44:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:45:47.900  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:46:47.901  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:47:47.901  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:48:47.901  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:49:47.901  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:50:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 19:50:47.902  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:51:47.902  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:52:47.902  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:53:47.902  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:54:47.903  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:55:47.903  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:56:47.903  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:57:47.903  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:58:47.903  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 19:59:47.903  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:00:28.274 ERROR 1366576 --- [et_localhost-17] c.n.e.cluster.ReplicationTaskProcessor   : It seems to be a socket read timeout exception, it will retry later. if it continues to happen and some eureka node occupied all the cpu time, you should set property 'eureka.server.peer-node-read-timeout-ms' to a bigger value

com.sun.jersey.api.client.ClientHandlerException: java.net.SocketTimeoutException: Read timed out
	at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:187) ~[jersey-apache-client4-1.19.1.jar!/:1.19.1]
	at com.netflix.eureka.cluster.DynamicGZIPContentEncodingFilter.handle(DynamicGZIPContentEncodingFilter.java:48) ~[eureka-core-1.10.17.jar!/:1.10.17]
	at com.netflix.discovery.EurekaIdentityHeaderFilter.handle(EurekaIdentityHeaderFilter.java:27) ~[eureka-client-1.10.17.jar!/:1.10.17]
	at com.sun.jersey.api.client.Client.handle(Client.java:652) ~[jersey-client-1.19.4.jar!/:1.19.4]
	at com.sun.jersey.api.client.WebResource.handle(WebResource.java:682) ~[jersey-client-1.19.4.jar!/:1.19.4]
	at com.sun.jersey.api.client.WebResource.access$200(WebResource.java:74) ~[jersey-client-1.19.4.jar!/:1.19.4]
	at com.sun.jersey.api.client.WebResource$Builder.post(WebResource.java:570) ~[jersey-client-1.19.4.jar!/:1.19.4]
	at com.netflix.eureka.transport.JerseyReplicationClient.submitBatchUpdates(JerseyReplicationClient.java:117) ~[eureka-core-1.10.17.jar!/:1.10.17]
	at com.netflix.eureka.cluster.ReplicationTaskProcessor.process(ReplicationTaskProcessor.java:80) ~[eureka-core-1.10.17.jar!/:1.10.17]
	at com.netflix.eureka.util.batcher.TaskExecutors$BatchWorkerRunnable.run(TaskExecutors.java:190) ~[eureka-core-1.10.17.jar!/:1.10.17]
	at java.base/java.lang.Thread.run(Thread.java:840) ~[na:na]
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.base/sun.nio.ch.NioSocketImpl.timedRead(NioSocketImpl.java:288) ~[na:na]
	at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:314) ~[na:na]
	at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:355) ~[na:na]
	at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:808) ~[na:na]
	at java.base/java.net.Socket$SocketInputStream.read(Socket.java:966) ~[na:na]
	at org.apache.http.impl.io.AbstractSessionInputBuffer.fillBuffer(AbstractSessionInputBuffer.java:161) ~[httpcore-4.4.15.jar!/:4.4.15]
	at org.apache.http.impl.io.SocketInputBuffer.fillBuffer(SocketInputBuffer.java:82) ~[httpcore-4.4.15.jar!/:4.4.15]
	at org.apache.http.impl.io.AbstractSessionInputBuffer.readLine(AbstractSessionInputBuffer.java:276) ~[httpcore-4.4.15.jar!/:4.4.15]
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138) ~[httpclient-4.5.13.jar!/:4.5.13]
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) ~[httpclient-4.5.13.jar!/:4.5.13]
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) ~[httpcore-4.4.15.jar!/:4.4.15]
	at org.apache.http.impl.AbstractHttpClientConnection.receiveResponseHeader(AbstractHttpClientConnection.java:294) ~[httpcore-4.4.15.jar!/:4.4.15]
	at org.apache.http.impl.conn.DefaultClientConnection.receiveResponseHeader(DefaultClientConnection.java:257) ~[httpclient-4.5.13.jar!/:4.5.13]
	at org.apache.http.impl.conn.AbstractClientConnAdapter.receiveResponseHeader(AbstractClientConnAdapter.java:230) ~[httpclient-4.5.13.jar!/:4.5.13]
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) ~[httpcore-4.4.15.jar!/:4.4.15]
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) ~[httpcore-4.4.15.jar!/:4.4.15]
	at org.apache.http.impl.client.DefaultRequestDirector.tryExecute(DefaultRequestDirector.java:679) ~[httpclient-4.5.13.jar!/:4.5.13]
	at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:481) ~[httpclient-4.5.13.jar!/:4.5.13]
	at org.apache.http.impl.client.AbstractHttpClient.doExecute(AbstractHttpClient.java:835) ~[httpclient-4.5.13.jar!/:4.5.13]
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:118) ~[httpclient-4.5.13.jar!/:4.5.13]
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) ~[httpclient-4.5.13.jar!/:4.5.13]
	at com.sun.jersey.client.apache4.ApacheHttpClient4Handler.handle(ApacheHttpClient4Handler.java:173) ~[jersey-apache-client4-1.19.1.jar!/:1.19.1]
	... 10 common frames omitted

2026-03-14 20:00:47.903  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:01:47.904  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:02:47.904  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:03:47.904  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:04:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:05:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 20:05:47.904  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:06:47.904  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:07:47.904  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:08:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:09:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:10:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:11:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:12:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:13:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:14:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:15:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:16:47.905  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:17:47.906  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:18:47.906  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:19:47.906  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:20:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 20:20:47.906  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:21:47.906  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:22:47.906  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:23:47.906  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:24:47.906  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:25:47.906  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:26:47.907  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:27:47.907  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:28:47.907  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:29:47.907  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:30:47.907  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:31:47.907  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:32:47.907  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:33:47.908  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:34:47.908  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:35:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 20:35:47.909  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:36:47.908  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:37:47.908  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:38:47.908  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:39:47.908  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:40:47.908  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:41:47.909  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:42:47.909  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:43:47.910  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:44:47.910  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:45:47.910  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:46:47.910  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:47:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:48:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:49:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:50:44.004  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 20:50:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:51:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:52:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:53:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:54:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:55:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:56:47.911  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:57:47.912  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:58:47.912  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 20:59:47.912  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:00:47.912  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:01:47.912  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:02:47.912  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:03:47.913  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:04:47.913  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:05:44.005  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 21:05:47.913  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:06:47.913  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:07:47.913  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:08:47.913  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:09:47.913  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:10:47.914  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:11:47.914  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:12:47.914  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:13:47.914  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:14:47.914  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:15:47.914  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:16:47.915  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:17:47.915  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:18:47.915  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:19:47.916  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:20:44.005  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 21:20:47.916  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:21:47.916  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:22:47.916  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:23:47.916  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:24:47.916  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:25:47.916  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:26:47.916  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:27:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:28:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:29:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:30:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:31:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:32:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:33:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:34:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:35:44.005  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 21:35:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:36:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:37:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:38:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:39:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:40:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:41:47.917  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:42:47.918  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:43:47.918  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:44:47.918  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:45:47.918  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:46:47.919  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:47:47.919  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:48:47.919  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:49:47.919  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:50:44.005  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 21:50:47.919  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:51:47.919  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:52:47.919  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:53:47.920  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:54:47.920  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:55:47.920  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:56:47.920  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:57:47.921  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:58:47.921  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 21:59:47.921  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:00:47.921  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:01:47.922  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:02:47.922  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:03:47.922  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:04:47.922  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:05:44.005  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 22:05:47.922  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:06:47.922  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:07:47.922  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:08:47.922  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:09:47.923  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:10:47.923  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:11:47.923  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:12:47.923  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:13:47.924  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:14:47.924  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:15:47.924  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:16:47.925  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:17:47.925  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:18:47.925  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:19:47.925  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:20:44.005  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 22:20:47.926  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:21:47.926  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:22:47.926  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:23:47.926  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:24:47.927  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:25:47.927  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:26:47.927  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:27:47.927  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:28:47.928  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:29:47.928  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:30:47.928  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:31:47.928  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:32:47.928  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:33:47.928  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:34:47.928  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:35:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 22:35:47.928  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:36:47.929  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:37:47.929  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:38:47.929  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:39:47.929  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:40:47.930  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:41:47.930  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:42:47.930  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:43:47.930  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:44:47.931  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:45:47.931  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:46:47.931  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:47:47.931  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:48:47.931  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:49:47.931  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:50:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 22:50:47.931  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:51:47.931  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:52:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:53:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:54:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:55:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:56:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:57:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:58:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 22:59:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:00:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:01:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:02:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:03:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:04:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:05:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 23:05:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:06:47.932  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:07:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:08:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:09:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:10:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:11:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:12:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:13:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:14:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:15:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:16:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:17:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:18:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:19:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:20:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 23:20:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:21:47.933  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:22:47.934  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:23:47.934  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:24:47.935  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:25:47.935  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:26:47.935  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:27:47.935  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:28:47.935  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:29:47.935  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:30:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:31:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:32:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:33:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:34:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:35:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 23:35:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:36:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:37:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:38:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:39:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:40:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:41:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:42:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:43:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:44:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:45:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:46:47.936  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:47:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:48:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:49:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:50:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-14 23:50:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:51:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:52:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:53:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:54:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:55:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:56:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:57:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:58:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-14 23:59:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:00:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:01:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:02:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:03:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:04:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:05:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 00:05:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:06:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:07:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:08:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:09:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:10:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:11:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:12:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:13:47.937  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:14:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:15:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:16:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:17:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:18:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:19:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:20:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 00:20:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:21:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:22:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:23:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:24:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:25:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:26:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:27:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:28:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:29:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:30:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:31:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:32:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:33:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:34:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:35:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 00:35:47.938  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:36:47.939  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:37:47.939  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:38:47.939  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:39:47.939  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:40:47.940  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:41:47.940  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:42:47.940  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:43:47.940  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:44:47.941  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:45:47.941  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:46:47.941  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:47:47.941  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:48:47.942  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:49:47.942  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:50:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 00:50:47.942  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:51:47.942  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:52:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:53:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:54:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:55:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:56:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:57:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:58:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 00:59:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:00:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:01:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:02:47.943  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:03:47.944  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:04:47.944  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:05:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 01:05:47.944  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:06:47.944  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:07:47.945  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:08:47.945  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:09:47.945  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:10:47.945  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:11:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:12:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:13:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:14:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:15:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:16:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:17:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:18:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:19:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:20:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 01:20:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:21:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:22:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:23:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:24:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:25:47.946  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:26:47.947  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:27:47.947  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:28:47.947  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:29:47.947  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:30:47.948  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:31:47.947  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:32:47.947  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:33:47.947  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:34:47.948  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:35:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 01:35:47.948  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:36:47.948  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:37:47.948  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:38:47.949  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:39:47.949  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:40:47.949  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:41:47.950  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:42:47.950  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:43:47.950  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:44:47.950  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:45:47.950  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:46:47.950  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:47:47.950  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:48:47.950  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:49:47.951  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:50:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 01:50:47.951  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:51:47.951  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:52:47.951  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:53:47.952  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:54:47.952  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:55:47.952  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:56:47.952  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:57:47.952  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:58:47.952  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 01:59:47.952  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:00:47.952  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:01:47.952  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:02:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:03:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:04:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:05:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 02:05:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:06:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:07:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:08:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:09:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:10:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:11:47.953  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:12:47.954  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:13:47.954  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:14:47.954  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:15:47.954  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:16:47.954  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:17:47.954  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:18:47.954  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:19:47.954  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:20:44.006  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 02:20:47.954  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:21:47.955  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:22:47.955  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:23:47.955  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:24:47.956  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:25:47.956  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:26:47.956  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:27:47.957  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:28:47.957  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:29:47.957  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:30:47.957  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:31:47.957  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:32:47.957  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:33:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:34:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:35:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 02:35:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:36:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:37:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:38:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:39:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:40:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:41:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:42:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:43:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:44:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:45:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:46:47.958  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:47:47.959  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:48:47.959  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:49:47.959  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:50:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 02:50:47.959  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:51:47.959  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:52:47.959  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:53:47.959  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:54:47.960  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:55:47.960  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:56:47.960  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:57:47.960  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:58:47.960  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 02:59:47.960  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:00:47.961  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:01:47.961  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:02:47.961  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:03:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:04:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:05:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 03:05:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:06:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:07:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:08:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:09:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:10:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:11:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:12:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:13:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:14:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:15:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:16:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:17:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:18:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:19:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:20:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 03:20:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:21:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:22:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:23:47.962  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:24:47.963  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:25:47.963  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:26:47.963  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:27:47.964  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:28:47.964  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:29:47.964  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:30:47.964  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:31:47.964  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:32:47.964  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:33:47.964  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:34:47.965  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:35:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 03:35:47.965  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:36:47.965  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:37:47.966  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:38:47.966  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:39:47.966  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:40:47.966  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:41:47.966  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:42:47.967  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:43:47.967  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:44:47.967  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:45:47.968  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:46:47.968  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:47:47.968  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:48:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:49:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:50:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 03:50:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:51:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:52:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:53:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:54:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:55:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:56:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:57:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:58:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 03:59:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:00:47.969  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:01:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:02:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:03:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:04:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:05:44.007  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 04:05:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:06:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:07:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:08:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:09:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:10:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:11:47.970  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:12:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:13:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:14:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:15:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:16:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:17:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:18:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:19:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:20:44.008  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 04:20:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:21:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:22:47.971  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:23:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:24:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:25:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:26:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:27:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:28:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:29:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:30:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:31:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:32:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:33:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:34:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:35:44.008  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 04:35:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:36:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:37:47.972  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:38:47.973  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:39:47.973  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:40:47.973  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:41:47.973  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:42:47.973  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:43:47.973  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:44:47.973  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:45:47.974  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:46:47.974  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:47:47.974  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:48:47.974  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:49:47.975  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:50:44.008  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 04:50:47.975  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:51:47.975  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:52:47.975  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:53:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:54:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:55:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:56:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:57:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:58:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 04:59:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:00:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:01:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:02:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:03:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:04:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:05:44.009  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 05:05:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:06:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:07:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:08:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:09:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:10:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:11:47.976  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:12:47.977  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:13:47.977  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:14:47.977  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:15:47.977  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:16:47.977  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:17:47.977  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:18:47.977  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:19:47.977  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:20:44.008  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 05:20:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:21:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:22:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:23:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:24:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:25:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:26:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:27:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:28:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:29:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:30:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:31:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:32:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:33:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:34:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:35:44.008  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 05:35:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:36:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:37:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:38:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:39:47.978  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:40:47.979  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:41:47.979  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:42:47.979  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:43:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:44:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:45:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:46:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:47:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:48:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:49:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:50:44.008  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 05:50:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:51:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:52:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:53:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:54:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:55:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:56:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:57:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:58:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 05:59:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:00:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:01:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:02:47.980  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:03:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:04:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:05:44.008  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 06:05:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:06:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:07:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:08:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:09:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:10:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:11:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:12:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:13:47.981  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:14:47.982  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:15:47.982  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:16:47.982  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:17:47.982  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:18:47.983  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:19:47.983  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:20:44.008  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 06:20:47.983  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:21:47.983  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:22:47.984  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:23:47.984  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:24:47.984  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:25:47.984  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:26:47.984  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:27:47.984  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:28:47.984  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:29:47.984  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:30:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:31:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:32:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:33:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:34:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:35:44.008  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 06:35:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:36:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:37:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:38:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:39:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:40:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:41:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:42:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:43:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:44:47.985  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:45:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:46:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:47:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:48:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:49:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:50:44.009  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 06:50:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:51:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:52:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:53:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:54:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:55:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:56:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:57:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:58:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 06:59:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:00:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:01:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:02:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:03:47.986  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:04:47.987  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:05:44.009  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 07:05:47.987  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:06:47.987  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:07:47.987  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:08:47.987  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:09:47.987  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:10:47.987  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:11:47.987  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:12:47.988  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:13:47.988  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:14:47.988  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:15:47.988  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:16:47.988  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:17:47.988  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:18:47.988  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:19:47.989  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:20:44.010  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 07:20:47.989  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:21:47.989  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:22:47.989  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:23:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:24:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:25:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:26:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:27:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:28:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:29:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:30:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:31:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:32:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:33:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:34:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:35:44.012  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 07:35:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:36:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:37:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:38:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:39:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:40:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:41:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:42:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:43:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:44:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:45:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:46:47.990  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:47:47.991  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:48:47.991  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:49:47.991  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:50:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 07:50:47.991  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:51:47.991  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:52:47.991  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:53:47.991  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:54:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:55:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:56:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:57:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:58:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 07:59:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:00:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:01:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:02:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:03:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:04:47.992  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:05:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 08:05:47.993  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:06:47.993  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:07:47.993  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:08:47.993  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:09:47.994  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:10:47.994  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:11:47.994  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:12:47.994  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:13:47.994  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:14:47.994  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:15:47.994  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:16:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:17:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:18:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:19:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:20:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 08:20:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:21:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:22:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:23:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:24:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:25:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:26:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:27:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:28:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:29:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:30:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:31:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:32:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:33:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:34:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:35:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 08:35:47.995  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:36:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:37:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:38:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:39:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:40:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:41:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:42:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:43:47.996  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:44:47.997  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:45:47.997  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:46:47.997  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:47:47.998  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:48:47.998  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:49:47.998  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:50:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 08:50:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:51:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:52:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:53:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:54:48.000  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:55:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:56:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:57:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:58:48.000  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 08:59:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:00:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:01:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:02:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:03:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:04:47.999  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:05:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 09:05:48.000  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:06:48.000  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:07:48.000  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:08:48.001  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:09:48.001  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:10:48.001  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:11:48.001  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:12:48.002  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:13:48.002  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:14:48.002  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:15:48.002  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:16:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:17:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:18:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:19:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:20:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 09:20:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:21:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:22:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:23:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:24:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:25:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:26:48.003  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:27:48.004  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:28:48.004  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:29:48.004  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:30:48.004  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:31:48.004  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:32:48.004  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:33:48.004  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:34:48.005  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:35:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 09:35:48.005  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:36:48.005  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:37:48.005  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:38:48.005  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:39:48.005  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:40:48.005  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:41:48.006  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:42:48.006  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:43:48.006  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:44:48.006  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:45:48.007  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:46:48.007  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:47:48.007  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:48:48.007  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:49:48.007  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:50:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 09:50:48.007  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:51:48.007  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:52:48.008  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:53:48.008  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:54:48.008  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:55:48.009  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:56:48.009  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:57:48.009  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:58:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 09:59:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:00:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:01:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:02:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:03:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:04:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:05:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 10:05:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:06:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:07:48.010  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:08:48.011  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:09:48.011  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:10:48.011  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:11:48.011  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:12:48.011  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:13:48.011  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:14:48.011  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:15:48.012  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:16:48.012  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:17:48.013  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:18:48.013  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:19:48.013  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:20:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 10:20:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:21:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:22:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:23:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:24:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:25:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:26:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:27:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:28:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:29:48.014  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:30:48.015  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:31:48.015  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:32:48.015  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:33:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:34:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:35:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 10:35:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:36:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:37:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:38:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:39:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:40:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:41:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:42:48.016  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:43:48.017  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:44:48.017  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:45:48.017  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:46:48.017  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:47:48.018  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:48:48.018  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:49:48.018  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:50:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 10:50:48.018  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:51:48.018  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:52:48.018  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:53:48.018  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:54:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:55:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:56:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:57:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:58:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 10:59:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:00:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:01:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:02:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:03:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:04:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:05:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 11:05:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:06:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:07:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:08:48.019  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:09:48.020  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:10:48.020  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:11:48.020  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:12:48.020  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:13:48.020  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:14:48.020  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:15:48.020  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:16:48.020  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:17:48.021  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:18:48.021  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:19:48.021  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:20:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 11:20:48.021  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:21:48.021  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:22:48.021  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:23:48.021  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:24:48.022  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:25:48.022  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:26:48.022  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:27:48.022  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:28:48.023  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:29:48.023  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:30:48.023  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:31:48.023  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:32:48.023  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:33:48.023  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:34:48.023  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:35:44.013  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 11:35:48.024  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:36:48.024  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:37:48.024  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:38:48.024  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:39:48.025  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:40:48.025  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:41:48.025  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:42:48.025  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:43:48.025  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:44:48.025  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:45:48.025  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:46:48.025  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:47:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:48:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:49:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:50:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 11:50:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:51:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:52:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:53:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:54:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:55:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:56:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:57:48.026  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:58:48.027  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 11:59:48.027  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:00:48.027  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:01:48.027  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:02:48.028  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:03:48.028  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:04:48.028  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:05:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 12:05:48.028  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:06:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:07:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:08:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:09:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:10:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:11:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:12:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:13:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:14:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:15:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:16:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:17:48.030  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:18:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:19:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:20:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 12:20:48.029  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:21:48.030  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:22:48.030  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:23:48.030  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:24:48.030  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:25:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:26:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:27:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:28:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:29:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:30:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:31:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:32:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:33:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:34:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:35:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 12:35:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:36:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:37:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:38:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:39:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:40:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:41:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:42:48.031  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:43:48.032  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:44:48.032  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:45:48.032  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:46:48.032  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:47:48.033  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:48:48.033  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:49:48.033  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:50:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 12:50:48.033  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:51:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:52:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:53:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:54:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:55:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:56:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:57:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:58:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 12:59:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:00:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:01:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:02:48.034  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:03:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:04:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:05:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 13:05:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:06:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:07:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:08:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:09:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:10:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:11:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:12:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:13:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:14:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:15:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:16:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:17:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:18:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:19:48.035  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:20:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 13:20:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:21:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:22:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:23:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:24:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:25:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:26:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:27:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:28:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:29:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:30:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:31:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:32:48.036  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:33:48.037  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:34:48.037  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:35:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 13:35:48.037  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:36:48.038  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:37:48.038  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:38:48.038  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:39:48.038  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:40:48.039  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:41:48.039  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:42:48.039  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:43:48.039  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:44:48.040  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:45:48.040  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:46:48.040  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:47:48.041  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:48:48.041  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:49:48.041  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:50:44.014  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 13:50:48.041  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:51:48.041  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:52:48.041  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:53:48.041  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:54:48.041  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:55:48.042  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:56:48.042  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:57:48.042  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:58:48.042  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 13:59:48.043  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:00:48.043  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:01:48.043  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:02:48.043  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:03:48.044  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:04:48.044  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:05:44.015  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 14:05:48.044  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:06:48.044  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:07:48.045  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:08:48.045  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:09:48.045  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:10:48.045  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:11:48.046  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:12:48.046  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:13:48.046  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:14:48.046  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:15:48.046  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:16:48.046  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:17:48.046  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:18:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:19:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:20:44.015  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 14:20:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:21:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:22:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:23:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:24:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:25:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:26:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:27:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:28:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:29:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:30:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:31:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:32:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:33:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:34:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:35:44.016  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 14:35:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:36:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:37:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:38:48.047  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:39:48.048  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:40:48.048  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:41:48.048  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:42:48.048  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:43:48.048  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:44:48.048  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:45:48.048  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:46:48.049  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:47:48.049  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:48:48.049  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:49:48.049  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:50:44.016  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 14:50:48.050  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:51:48.050  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:52:48.050  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:53:48.050  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:54:48.050  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:55:48.050  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:56:48.050  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:57:48.050  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:58:48.051  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 14:59:48.051  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:00:48.051  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:01:48.051  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:02:48.051  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:03:48.051  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:04:48.051  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:05:44.016  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 15:05:48.051  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:06:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:07:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:08:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:09:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:10:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:11:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:12:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:13:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:14:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:15:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:16:48.052  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:17:48.053  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:18:48.053  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:19:48.053  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:20:44.017  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 15:20:48.053  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:21:48.054  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:22:48.054  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:23:48.054  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:24:48.054  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:25:48.055  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:26:48.055  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:27:48.055  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:28:48.055  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:29:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:30:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:31:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:32:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:33:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:34:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:35:44.017  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 15:35:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:36:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:37:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:38:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:39:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:40:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:41:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:42:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:43:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:44:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:45:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:46:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:47:48.056  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:48:48.057  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:49:48.057  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:50:44.017  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 15:50:48.057  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:51:48.057  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:52:48.057  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:53:48.057  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:54:48.057  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:55:48.057  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:56:48.058  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:57:48.058  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:58:48.058  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 15:59:48.058  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:00:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:01:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:02:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:03:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:04:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:05:44.018  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 16:05:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:06:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:07:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:08:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:09:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:10:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:11:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:12:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:13:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:14:48.059  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:15:48.060  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:16:48.060  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:17:48.060  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:18:48.060  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:19:48.061  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:20:44.018  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 16:20:48.061  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:21:48.061  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:22:48.061  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:23:48.062  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:24:48.062  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:25:48.062  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:26:48.062  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:27:48.062  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:28:48.062  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:29:48.062  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:30:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:31:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:32:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:33:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:34:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:35:44.019  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 16:35:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:36:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:37:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:38:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:39:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:40:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:41:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:42:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:43:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:44:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:45:48.063  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:46:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:47:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:48:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:49:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:50:44.019  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 16:50:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:51:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:52:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:53:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:54:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:55:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:56:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:57:48.064  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:58:48.065  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 16:59:48.065  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:00:48.065  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:01:48.066  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:02:48.066  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:03:48.066  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:04:48.066  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:05:44.019  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 17:05:48.067  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:06:48.067  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:07:48.067  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:08:48.067  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:09:48.068  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:10:48.068  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:11:48.068  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:12:48.068  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:13:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:14:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:15:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:16:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:17:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:18:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:19:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:20:44.020  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 17:20:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:21:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:22:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:23:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:24:48.069  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:25:48.070  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:26:48.070  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:27:48.070  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:28:48.070  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:29:48.071  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:30:48.071  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:31:48.071  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:32:48.071  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:33:48.071  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:34:48.071  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:35:44.020  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 17:35:48.071  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:36:48.071  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:37:48.072  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:38:48.072  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:39:48.072  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:40:48.072  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:41:48.073  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:42:48.073  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:43:48.073  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:44:48.073  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:45:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:46:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:47:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:48:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:49:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:50:44.020  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 17:50:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:51:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:52:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:53:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:54:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:55:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:56:48.075  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:57:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:58:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 17:59:48.074  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:00:48.075  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:01:48.075  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:02:48.075  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:03:48.075  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:04:48.076  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:05:44.021  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 18:05:48.076  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:06:48.076  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:07:48.076  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:08:48.076  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:09:48.076  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:10:48.076  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:11:48.076  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:12:48.076  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:13:48.077  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:14:48.077  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:15:48.077  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:16:48.077  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:17:48.077  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:18:48.077  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:19:48.077  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:20:44.021  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 18:20:48.077  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:21:48.078  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:22:48.078  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:23:48.078  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:24:48.078  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:25:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:26:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:27:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:28:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:29:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:30:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:31:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:32:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:33:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:34:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:35:44.021  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 18:35:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:36:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:37:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:38:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:39:48.079  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:40:48.080  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:41:48.080  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:42:48.080  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:43:48.080  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:44:48.081  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:45:48.081  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:46:48.081  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:47:48.081  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:48:48.082  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:49:48.082  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:50:44.022  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 18:50:48.082  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:51:48.082  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:52:48.083  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:53:48.083  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:54:48.083  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:55:48.083  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:56:48.083  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:57:48.083  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:58:48.083  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 18:59:48.084  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:00:48.084  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:01:48.084  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:02:48.084  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:03:48.085  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:04:48.085  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:05:44.022  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 19:05:48.085  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:06:48.085  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:07:48.086  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:08:48.086  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:09:48.086  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:10:48.086  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:11:48.087  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:12:48.087  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:13:48.087  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:14:48.087  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:15:48.088  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:16:48.088  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:17:48.088  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:18:48.088  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:19:48.088  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:20:44.022  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 19:20:48.088  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:21:48.088  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:22:48.088  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:23:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:24:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:25:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:26:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:27:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:28:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:29:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:30:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:31:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:32:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:33:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:34:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:35:44.022  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 19:35:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:36:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:37:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:38:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:39:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:40:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:41:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:42:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:43:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:44:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:45:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:46:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:47:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:48:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:49:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:50:44.022  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 19:50:48.089  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:51:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:52:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:53:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:54:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:55:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:56:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:57:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:58:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 19:59:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:00:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:01:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:02:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:03:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:04:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:05:44.023  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 20:05:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:06:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:07:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:08:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:09:48.090  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:10:48.091  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:11:48.091  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:12:48.091  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:13:48.091  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:14:48.091  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:15:48.091  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:16:48.091  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:17:48.091  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:18:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:19:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:20:44.022  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 20:20:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:21:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:22:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:23:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:24:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:25:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:26:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:27:48.092  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:28:48.093  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:29:48.093  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:30:48.093  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:31:48.093  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:32:48.093  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:33:48.093  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:34:48.093  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:35:44.022  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 20:35:48.093  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:36:48.093  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:37:48.094  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:38:48.094  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:39:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:40:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:41:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:42:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:43:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:44:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:45:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:46:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:47:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:48:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:49:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:50:44.022  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 20:50:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:51:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:52:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:53:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:54:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:55:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:56:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:57:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:58:48.095  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 20:59:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:00:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:01:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:02:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:03:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:04:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:05:44.023  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 21:05:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:06:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:07:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:08:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:09:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:10:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:11:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:12:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:13:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:14:48.096  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:15:48.097  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:16:48.097  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:17:48.097  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:18:48.097  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:19:48.097  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:20:44.023  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 21:20:48.097  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:21:48.097  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:22:48.097  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:23:48.097  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:24:48.098  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:25:48.098  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:26:48.098  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:27:48.098  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:28:48.098  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:29:48.098  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:30:48.098  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:31:48.098  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:32:48.098  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:33:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:34:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:35:44.023  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 21:35:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:36:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:37:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:38:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:39:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:40:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:41:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:42:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:43:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:44:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:45:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:46:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:47:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:48:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:49:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:50:44.023  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 21:50:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:51:48.100  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:52:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:53:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:54:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:55:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:56:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:57:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:58:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 21:59:48.099  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:00:48.100  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:01:48.100  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:02:48.100  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:03:48.100  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:04:48.101  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:05:44.023  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 22:05:48.101  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:06:48.101  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:07:48.101  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:08:48.101  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:09:48.101  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:10:48.101  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:11:48.101  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:12:48.101  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:13:48.102  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:14:48.102  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:15:48.102  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:16:48.102  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:17:48.103  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:18:48.103  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:19:48.103  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:20:44.024  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 22:20:48.103  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:21:48.104  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:22:48.104  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:23:48.104  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:24:48.104  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:25:48.104  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:26:48.104  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:27:48.104  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:28:48.104  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:29:48.104  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:30:48.105  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:31:48.105  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:32:48.105  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:33:48.105  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:34:48.106  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:35:44.024  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 22:35:48.106  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:36:48.106  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:37:48.106  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:38:48.107  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:39:48.107  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:40:48.107  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:41:48.107  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:42:48.107  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:43:48.107  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:44:48.107  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:45:48.107  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:46:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:47:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:48:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:49:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:50:44.024  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 22:50:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:51:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:52:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:53:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:54:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:55:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:56:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:57:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:58:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 22:59:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:00:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:01:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:02:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:03:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:04:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:05:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 23:05:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:06:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:07:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:08:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:09:48.108  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:10:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:11:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:12:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:13:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:14:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:15:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:16:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:17:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:18:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:19:48.109  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:20:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 23:20:48.110  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:21:48.110  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:22:48.110  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:23:48.110  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:24:48.110  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:25:48.110  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:26:48.110  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:27:48.110  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:28:48.110  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:29:48.111  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:30:48.111  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:31:48.111  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:32:48.111  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:33:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:34:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:35:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 23:35:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:36:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:37:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:38:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:39:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:40:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:41:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:42:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:43:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:44:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:45:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:46:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:47:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:48:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:49:48.112  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:50:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-15 23:50:48.113  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:51:48.113  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:52:48.113  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:53:48.113  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:54:48.114  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:55:48.114  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:56:48.114  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:57:48.114  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:58:48.115  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-15 23:59:48.115  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:00:48.115  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:01:48.116  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:02:48.116  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:03:48.116  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:04:48.116  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:05:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 00:05:48.117  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:06:48.117  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:07:48.117  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:08:48.117  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:09:48.118  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:10:48.118  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:11:48.118  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:12:48.118  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:13:48.118  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:14:48.118  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:15:48.118  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:16:48.118  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:17:48.118  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:18:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:19:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:20:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 00:20:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:21:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:22:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:23:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:24:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:25:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:26:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:27:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:28:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:29:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:30:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:31:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:32:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:33:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:34:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:35:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 00:35:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:36:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:37:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:38:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:39:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:40:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:41:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:42:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:43:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:44:48.119  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:45:48.120  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:46:48.120  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:47:48.120  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:48:48.120  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:49:48.120  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:50:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 00:50:48.121  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:51:48.121  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:52:48.121  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:53:48.121  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:54:48.122  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:55:48.122  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:56:48.122  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:57:48.122  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:58:48.122  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 00:59:48.122  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:00:48.122  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:01:48.122  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:02:48.122  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:03:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:04:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:05:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 01:05:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:06:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:07:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:08:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:09:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:10:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:11:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:12:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:13:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:14:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:15:48.123  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:16:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:17:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:18:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:19:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:20:44.025  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 01:20:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:21:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:22:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:23:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:24:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:25:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:26:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:27:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:28:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:29:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:30:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:31:48.124  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:32:48.125  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:33:48.125  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:34:48.125  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:35:44.026  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 01:35:48.125  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:36:48.125  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:37:48.125  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:38:48.125  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:39:48.125  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:40:48.125  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:41:48.126  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:42:48.126  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:43:48.126  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:44:48.126  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:45:48.126  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:46:48.126  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:47:48.126  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:48:48.126  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:49:48.126  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:50:44.026  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 01:50:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:51:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:52:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:53:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:54:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:55:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:56:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:57:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:58:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 01:59:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:00:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:01:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:02:48.127  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:03:48.128  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:04:48.128  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:05:44.026  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 02:05:48.128  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:06:48.129  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:07:48.129  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:08:48.129  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:09:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:10:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:11:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:12:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:13:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:14:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:15:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:16:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:17:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:18:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:19:48.130  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:20:44.027  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 02:20:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:21:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:22:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:23:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:24:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:25:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:26:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:27:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:28:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:29:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:30:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:31:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:32:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:33:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:34:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:35:44.027  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 02:35:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:36:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:37:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:38:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:39:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:40:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:41:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:42:48.131  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:43:48.132  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:44:48.132  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:45:48.132  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:46:48.132  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:47:48.132  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:48:48.132  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:49:48.132  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:50:44.027  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 02:50:48.132  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:51:48.132  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:52:48.133  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:53:48.133  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:54:48.133  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:55:48.133  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:56:48.133  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:57:48.133  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:58:48.133  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 02:59:48.134  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:00:48.134  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:01:48.134  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:02:48.134  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:03:48.134  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:04:48.134  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:05:44.029  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 03:05:48.135  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:06:48.135  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:07:48.135  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:08:48.135  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:09:48.135  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:10:48.136  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:11:48.136  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:12:48.136  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:13:48.136  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:14:48.136  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:15:48.137  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:16:48.137  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:17:48.137  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:18:48.137  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:19:48.137  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:20:44.028  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 03:20:48.138  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:21:48.138  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:22:48.138  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:23:48.139  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:24:48.139  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:25:48.139  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:26:48.139  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:27:48.140  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:28:48.140  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:29:48.140  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:30:48.140  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:31:48.140  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:32:48.140  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:33:48.140  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:34:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:35:44.028  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 03:35:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:36:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:37:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:38:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:39:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:40:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:41:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:42:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:43:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:44:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:45:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:46:48.141  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:47:48.142  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:48:48.142  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:49:48.142  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:50:44.028  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 03:50:48.142  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:51:48.143  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:52:48.143  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:53:48.143  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:54:48.143  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:55:48.144  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:56:48.144  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:57:48.144  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:58:48.144  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 03:59:48.144  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:00:48.144  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:01:48.144  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:02:48.144  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:03:48.145  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:04:48.145  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:05:44.028  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 04:05:48.145  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:06:48.145  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:07:48.146  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:08:48.146  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:09:48.146  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:10:48.146  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:11:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:12:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:13:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:14:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:15:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:16:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:17:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:18:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:19:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:20:44.028  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 04:20:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:21:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:22:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:23:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:24:48.147  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:25:48.148  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:26:48.148  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:27:48.148  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:28:48.148  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:29:48.149  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:30:48.149  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:31:48.149  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:32:48.149  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:33:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:34:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:35:44.028  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 04:35:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:36:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:37:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:38:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:39:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:40:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:41:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:42:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:43:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:44:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:45:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:46:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:47:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:48:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:49:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:50:44.029  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 04:50:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:51:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:52:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:53:48.150  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:54:48.151  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:55:48.151  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:56:48.151  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:57:48.151  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:58:48.152  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 04:59:48.152  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:00:48.152  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:01:48.152  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:02:48.152  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:03:48.152  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:04:48.152  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:05:44.029  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 05:05:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:06:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:07:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:08:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:09:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:10:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:11:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:12:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:13:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:14:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:15:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:16:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:17:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:18:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:19:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:20:44.029  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 05:20:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:21:48.154  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:22:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:23:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:24:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:25:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:26:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:27:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:28:48.153  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:29:48.154  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:30:48.154  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:31:48.155  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:32:48.155  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:33:48.155  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:34:48.155  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:35:44.029  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 05:35:48.156  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:36:48.156  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:37:48.156  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:38:48.156  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:39:48.157  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:40:48.157  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:41:48.157  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:42:48.157  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:43:48.158  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:44:48.158  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:45:48.158  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:46:48.158  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:47:48.159  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:48:48.159  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:49:48.159  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:50:44.030  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 05:50:48.159  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:51:48.160  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:52:48.159  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:53:48.159  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:54:48.159  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:55:48.160  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:56:48.160  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:57:48.160  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:58:48.160  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 05:59:48.160  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:00:48.160  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:01:48.160  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:02:48.160  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:03:48.161  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:04:48.161  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:05:44.030  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 06:05:48.161  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:06:48.161  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:07:48.162  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:08:48.162  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:09:48.162  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:10:48.162  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:11:48.163  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:12:48.163  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:13:48.163  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:14:48.163  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:15:48.164  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:16:48.164  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:17:48.164  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:18:48.164  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:19:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:20:44.030  INFO 1366576 --- [hresholdUpdater] c.n.e.r.PeerAwareInstanceRegistryImpl    : Current renewal threshold is : 10
2026-03-16 06:20:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:21:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:22:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:23:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:24:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:25:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:26:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:27:48.166  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:28:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:29:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:30:48.165  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:31:48.166  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:32:48.166  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:33:48.166  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
2026-03-16 06:34:48.166  INFO 1366576 --- [a-EvictionTimer] c.n.e.registry.AbstractInstanceRegistry  : Running the evict task with compensationTime 0ms
